Searched refs:UART1_FIFO_TX_SIZE (Results 1 – 3 of 3) sorted by relevance
87 #define UART1_FIFO_TX_SIZE 1024 macro90 uint8_t Uart1TxBuffer[UART1_FIFO_TX_SIZE];125 FifoInit( &Uart1.FifoTx, Uart1TxBuffer, UART1_FIFO_TX_SIZE ); in BoardInitMcu()