Searched refs:UART2_FIFO_TX_SIZE (Results 1 – 5 of 5) sorted by relevance
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | board.c | 86 #define UART2_FIFO_TX_SIZE 1024 macro 89 uint8_t Uart2TxBuffer[UART2_FIFO_TX_SIZE]; 124 FifoInit( &Uart2.FifoTx, Uart2TxBuffer, UART2_FIFO_TX_SIZE ); in BoardInitMcu()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | board.c | 98 #define UART2_FIFO_TX_SIZE 1024 macro 101 uint8_t Uart2TxBuffer[UART2_FIFO_TX_SIZE]; 134 FifoInit( &Uart2.FifoTx, Uart2TxBuffer, UART2_FIFO_TX_SIZE ); in BoardInitMcu()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | board.c | 98 #define UART2_FIFO_TX_SIZE 1024 macro 101 uint8_t Uart2TxBuffer[UART2_FIFO_TX_SIZE]; 134 FifoInit( &Uart2.FifoTx, Uart2TxBuffer, UART2_FIFO_TX_SIZE ); in BoardInitMcu()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | board.c | 100 #define UART2_FIFO_TX_SIZE 2048 macro 103 uint8_t Uart2TxBuffer[UART2_FIFO_TX_SIZE]; 171 FifoInit( &Uart2.FifoTx, Uart2TxBuffer, UART2_FIFO_TX_SIZE ); in BoardInitMcu()
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | board.c | 103 #define UART2_FIFO_TX_SIZE 1024 macro 106 uint8_t Uart2TxBuffer[UART2_FIFO_TX_SIZE]; 141 FifoInit( &Uart2.FifoTx, Uart2TxBuffer, UART2_FIFO_TX_SIZE ); in BoardInitMcu()
|