35 #define _________________________________________DRIVER_CONFIGURATIONS_SECTION______________________________________________________________ 38 .Rx = oC_Pin_UART_RX ,
39 .Tx = oC_Pin_UART_TX ,
46 .Dma = oC_UART_Dma_UseIfPossible
49 #undef _________________________________________DRIVER_CONFIGURATIONS_SECTION______________________________________________________________ 58 #define CFG_STDERR_STREAM_NAME "uart_stdio" 68 #define CFG_STREAMS_LIST(ADD_STREAM) \ 69 ADD_STREAM(uart_stdio , IN | OUT , UART , uart_stdio ) \ transmission length is 8 bits
The file with interface for stream.
stop bit length set to 2 bits
low significant bit first
The file with drivers manager interface.