distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
This is the complete list of members for distortos::devices::SpiMasterLowLevel, including all inherited members.
configure(SpiMode mode, uint32_t clockFrequency, uint8_t wordLength, bool lsbFirst, uint32_t dummyData)=0 | distortos::devices::SpiMasterLowLevel | pure virtual |
start()=0 | distortos::devices::SpiMasterLowLevel | pure virtual |
startTransfer(SpiMasterBase &spiMasterBase, const void *writeBuffer, void *readBuffer, size_t size)=0 | distortos::devices::SpiMasterLowLevel | pure virtual |
stop()=0 | distortos::devices::SpiMasterLowLevel | pure virtual |
~SpiMasterLowLevel()=default | distortos::devices::SpiMasterLowLevel | virtual |