Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/NAMote72/
Dgps-board.c36 #define FIFO_RX_SIZE 128 macro
39 static uint8_t RxBuffer[FIFO_RX_SIZE];
99 FifoInit( &Uart1.FifoRx, RxBuffer, FIFO_RX_SIZE ); in GpsMcuInit()