![]() |
Dataflow Runtime API
3.0.3.0
|
Configuration of the USART. More...
#include <Imt.Base.BSP/Driver/UsartDriver.h>
Public Attributes | |
| imt::base::bsp::handler::ErrorHandlerIfc * | m_errorHandler |
| Handler that is called whenever an asynchronous error occours. More... | |
| imt::base::bsp::type::UsartFlowControl::Id | m_flowControl |
| The flow control mode. More... | |
| imt::base::bsp::type::UsartParity::Id | m_parity |
| The number and usage of parity bits. More... | |
| imt::base::bsp::handler::DataReceivedHandlerIfc * | m_rxHandler |
| Handler that is called whenever bytes are avaliable in the receive buffer. More... | |
| imt::base::bsp::type::UsartStopBits::Id | m_stopBits |
| The number of stop bits. More... | |
| imt::base::bsp::type::UsartSymbolSize::Id | m_symbolSize |
| The number of bits per symbol. More... | |
| imt::base::bsp::type::UsartSymbolRate::Id | m_symbolRate |
| The symbol rate. More... | |
| imt::base::bsp::handler::DataSentHandlerIfc * | m_txHandler |
| Handler that is called whenever bytes written to the send buffer have been transmitted. More... | |
Configuration of the USART.
| imt::base::bsp::handler::ErrorHandlerIfc* imt::base::bsp::driver::UsartDriverConfiguration::m_errorHandler |
Handler that is called whenever an asynchronous error occours.
| imt::base::bsp::type::UsartFlowControl::Id imt::base::bsp::driver::UsartDriverConfiguration::m_flowControl |
The flow control mode.
| imt::base::bsp::type::UsartParity::Id imt::base::bsp::driver::UsartDriverConfiguration::m_parity |
The number and usage of parity bits.
| imt::base::bsp::handler::DataReceivedHandlerIfc* imt::base::bsp::driver::UsartDriverConfiguration::m_rxHandler |
Handler that is called whenever bytes are avaliable in the receive buffer.
| imt::base::bsp::type::UsartStopBits::Id imt::base::bsp::driver::UsartDriverConfiguration::m_stopBits |
The number of stop bits.
| imt::base::bsp::type::UsartSymbolRate::Id imt::base::bsp::driver::UsartDriverConfiguration::m_symbolRate |
The symbol rate.
| imt::base::bsp::type::UsartSymbolSize::Id imt::base::bsp::driver::UsartDriverConfiguration::m_symbolSize |
The number of bits per symbol.
| imt::base::bsp::handler::DataSentHandlerIfc* imt::base::bsp::driver::UsartDriverConfiguration::m_txHandler |
Handler that is called whenever bytes written to the send buffer have been transmitted.