Searched refs:UART2_FIFO_RX_SIZE (Results 1 – 5 of 5) sorted by relevance
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | board.c | 87 #define UART2_FIFO_RX_SIZE 1024 macro 90 uint8_t Uart2RxBuffer[UART2_FIFO_RX_SIZE]; 125 FifoInit( &Uart2.FifoRx, Uart2RxBuffer, UART2_FIFO_RX_SIZE ); in BoardInitMcu()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | board.c | 99 #define UART2_FIFO_RX_SIZE 1024 macro 102 uint8_t Uart2RxBuffer[UART2_FIFO_RX_SIZE]; 135 FifoInit( &Uart2.FifoRx, Uart2RxBuffer, UART2_FIFO_RX_SIZE ); in BoardInitMcu()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | board.c | 99 #define UART2_FIFO_RX_SIZE 1024 macro 102 uint8_t Uart2RxBuffer[UART2_FIFO_RX_SIZE]; 135 FifoInit( &Uart2.FifoRx, Uart2RxBuffer, UART2_FIFO_RX_SIZE ); in BoardInitMcu()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | board.c | 101 #define UART2_FIFO_RX_SIZE 2048 macro 104 uint8_t Uart2RxBuffer[UART2_FIFO_RX_SIZE]; 172 FifoInit( &Uart2.FifoRx, Uart2RxBuffer, UART2_FIFO_RX_SIZE ); in BoardInitMcu()
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | board.c | 104 #define UART2_FIFO_RX_SIZE 1024 macro 107 uint8_t Uart2RxBuffer[UART2_FIFO_RX_SIZE]; 142 FifoInit( &Uart2.FifoRx, Uart2RxBuffer, UART2_FIFO_RX_SIZE ); in BoardInitMcu()
|