![]() |
RA Flexible Software Package Documentation
Release v6.2.0
|
|
#include <ptxPLAT_SPI.h>
Data Fields | |
| uint32_t | IntfSpeed |
| ptxPLAT_SpiPort_t * | SpiPortUsed |
| ptxPlatGpio_t * | Gpio |
| pptxPlat_RxCallBack_t | RxCb |
| void * | CtxRxCb |
| volatile uint8_t | TransferState |
Platform-specific. SPI Main structure.
| uint32_t ptxPLAT_Spi_t::IntfSpeed |
Clock speed in Hz to be configured.
| ptxPLAT_SpiPort_t* ptxPLAT_Spi_t::SpiPortUsed |
SPI port used.
| ptxPlatGpio_t* ptxPLAT_Spi_t::Gpio |
Pointer to GPIO-IRQ Context. Platform dependent.
| pptxPlat_RxCallBack_t ptxPLAT_Spi_t::RxCb |
Rx Callback function.
| void* ptxPLAT_Spi_t::CtxRxCb |
Rx Callback Context.
| volatile uint8_t ptxPLAT_Spi_t::TransferState |
Current state of the ongoing transfer.