![]() |
Dataflow Runtime API
3.0.3.0
|
Configuration of the SPI Interface. More...
#include <Imt.Base.BSP/Driver/SpiDriver.h>
Public Attributes | |
imt::base::bsp::handler::ErrorHandlerIfc * | m_errorHandler |
Handler that is called whenever an asynchronous error occours. More... | |
imt::base::bsp::handler::DataReceivedHandlerIfc * | m_rxHandler |
Handler that is called whenever bytes are avaliable in the receive buffer. 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 SPI Interface.
imt::base::bsp::handler::ErrorHandlerIfc* imt::base::bsp::driver::SpiDriverConfiguration::m_errorHandler |
Handler that is called whenever an asynchronous error occours.
imt::base::bsp::handler::DataReceivedHandlerIfc* imt::base::bsp::driver::SpiDriverConfiguration::m_rxHandler |
Handler that is called whenever bytes are avaliable in the receive buffer.
imt::base::bsp::handler::DataSentHandlerIfc* imt::base::bsp::driver::SpiDriverConfiguration::m_txHandler |
Handler that is called whenever bytes written to the send buffer have been transmitted.