NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
serial_uart.h File Reference
#include "serial.h"
Include dependency graph for serial_uart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UART1_RX_BUFFER_SIZE   256
 
#define UART1_TX_BUFFER_SIZE   256
 
#define UART2_RX_BUFFER_SIZE   256
 
#define UART2_TX_BUFFER_SIZE   256
 
#define UART3_RX_BUFFER_SIZE   256
 
#define UART3_TX_BUFFER_SIZE   256
 
#define UART4_RX_BUFFER_SIZE   256
 
#define UART4_TX_BUFFER_SIZE   256
 
#define UART5_RX_BUFFER_SIZE   256
 
#define UART5_TX_BUFFER_SIZE   256
 

Functions

serialPort_tuartOpen (uint8_t id, serialReceiveCallbackPtr callback, uint32_t baudRate, portMode_t mode, portOptions_t options)
 
void usartInitAllIOSignals (void)
 

Macro Definition Documentation

#define UART1_RX_BUFFER_SIZE   256
#define UART1_TX_BUFFER_SIZE   256
#define UART2_RX_BUFFER_SIZE   256
#define UART2_TX_BUFFER_SIZE   256
#define UART3_RX_BUFFER_SIZE   256
#define UART3_TX_BUFFER_SIZE   256
#define UART4_RX_BUFFER_SIZE   256
#define UART4_TX_BUFFER_SIZE   256
#define UART5_RX_BUFFER_SIZE   256
#define UART5_TX_BUFFER_SIZE   256

Function Documentation

serialPort_t* uartOpen ( uint8_t  id,
serialReceiveCallbackPtr  callback,
uint32_t  baudRate,
portMode_t  mode,
portOptions_t  options 
)

Here is the call graph for this function:

void usartInitAllIOSignals ( void  )

Here is the call graph for this function: