Home
last modified time | relevance | path

Searched refs:UART2_FIFO_RX_SIZE (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Dboard.c87 #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/
Dboard.c99 #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/
Dboard.c99 #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/
Dboard.c101 #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/
Dboard.c104 #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()