MIBSPI controller Parameters.
MIBSPI controller Parameters are used with the MIBSPI_open() call when mode is set to SPI_CONTROLLER. Default values for these parameters are set using MIBSPI_Params_init().
Data Fields | |
uint32_t | bitRate |
uint8_t | numPeripherals |
uint8_t | t2cDelay |
uint8_t | c2tDelay |
uint8_t | wDelay |
MIBSPI_PeripheralProfile | peripheralProf [MIBSPI_PERIPHERAL_MAX] |
uint32_t MIBSPI_ControllerModeParams::bitRate |
SPI bit rate in Hz
uint8_t MIBSPI_ControllerModeParams::numPeripherals |
Number of peripherals connected to SPI controller
uint8_t MIBSPI_ControllerModeParams::t2cDelay |
Transmit end to chip select inactive delay
uint8_t MIBSPI_ControllerModeParams::c2tDelay |
Chip select active to transmit start delay
uint8_t MIBSPI_ControllerModeParams::wDelay |
Delay in between transmissions
MIBSPI_PeripheralProfile MIBSPI_ControllerModeParams::peripheralProf[MIBSPI_PERIPHERAL_MAX] |
Peripheral profile for each peripheral