Home
last modified time | relevance | path

Searched refs:UART1_FIFO_RX_SIZE (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/SKiM881AXL/
Dboard.c88 #define UART1_FIFO_RX_SIZE 1024 macro
91 uint8_t Uart1RxBuffer[UART1_FIFO_RX_SIZE];
126 FifoInit( &Uart1.FifoRx, Uart1RxBuffer, UART1_FIFO_RX_SIZE ); in BoardInitMcu()
/loramac-node-latest/src/boards/SKiM980A/
Dboard.c88 #define UART1_FIFO_RX_SIZE 1024 macro
91 uint8_t Uart1RxBuffer[UART1_FIFO_RX_SIZE];
126 FifoInit( &Uart1.FifoRx, Uart1RxBuffer, UART1_FIFO_RX_SIZE ); in BoardInitMcu()
/loramac-node-latest/src/boards/SKiM880B/
Dboard.c88 #define UART1_FIFO_RX_SIZE 1024 macro
91 uint8_t Uart1RxBuffer[UART1_FIFO_RX_SIZE];
126 FifoInit( &Uart1.FifoRx, Uart1RxBuffer, UART1_FIFO_RX_SIZE ); in BoardInitMcu()