Dataflow Runtime API  2.7.4.0
Public Attributes | List of all members
imt::base::bsp::driver::UsartDriverConfiguration Struct Reference

Configuration of the USART. More...

#include <Imt.Base.BSP/Driver/UsartDriver.h>

Public Attributes

imt::base::bsp::handler::ErrorHandlerIfcm_errorHandler
 Handler that is called whenever an asynchronous error occours.
 
imt::base::bsp::type::UsartFlowControl::Id m_flowControl
 The flow control mode.
 
imt::base::bsp::type::UsartParity::Id m_parity
 The number and usage of parity bits.
 
imt::base::bsp::handler::DataReceivedHandlerIfcm_rxHandler
 Handler that is called whenever bytes are avaliable in the receive buffer.
 
imt::base::bsp::type::UsartStopBits::Id m_stopBits
 The number of stop bits.
 
imt::base::bsp::type::UsartSymbolSize::Id m_symbolSize
 The number of bits per symbol.
 
imt::base::bsp::type::UsartSymbolRate::Id m_symbolRate
 The symbol rate.
 
imt::base::bsp::handler::DataSentHandlerIfcm_txHandler
 Handler that is called whenever bytes written to the send buffer have been transmitted.
 

Detailed Description

Configuration of the USART.


The documentation for this struct was generated from the following file: