![]() |
Arduino Core for STM32
1.0
|
Optimized methods for performance for initializing transaction. More...
Functions | |
SPI_Status | HardwareSPI_O::beginTransaction (SPISettings settings) override |
Enables SPI periphery and sets some settings. More... | |
SPI_Status | HardwareSPI_O::endTransaction () override |
Disables SPI periphery and checks or sends CRC if enabled. More... | |
Optimized methods for performance for initializing transaction.
Methods for initializing transaction and flushing buffers.
|
overridevirtual |
Enables SPI periphery and sets some settings.
settings | Class, that contains basic SPI settings. |
Reimplemented from HardwareSPI.
|
overridevirtual |
Disables SPI periphery and checks or sends CRC if enabled.
If an error happen during transaction, all transaction methods will be forbidden and will return false, until endTransaction() will be called.
Reimplemented from HardwareSPI.