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

Configuration of the SPI Interface. More...

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

Public Attributes

imt::base::bsp::handler::ErrorHandlerIfcm_errorHandler
 Handler that is called whenever an asynchronous error occours. More...
 
imt::base::bsp::handler::DataReceivedHandlerIfcm_rxHandler
 Handler that is called whenever bytes are avaliable in the receive buffer. More...
 
imt::base::bsp::handler::DataSentHandlerIfcm_txHandler
 Handler that is called whenever bytes written to the send buffer have been transmitted. More...
 

Detailed Description

Configuration of the SPI Interface.

Member Data Documentation

◆ m_errorHandler

imt::base::bsp::handler::ErrorHandlerIfc* imt::base::bsp::driver::SpiDriverConfiguration::m_errorHandler

Handler that is called whenever an asynchronous error occours.

◆ m_rxHandler

imt::base::bsp::handler::DataReceivedHandlerIfc* imt::base::bsp::driver::SpiDriverConfiguration::m_rxHandler

Handler that is called whenever bytes are avaliable in the receive buffer.

◆ m_txHandler

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.


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