iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN void | IfxQspi_SpiSlave_initModule (IfxQspi_SpiSlave *handle, const IfxQspi_SpiSlave_Config *config) |
Initialises the module. More... | |
IFX_EXTERN void | IfxQspi_SpiSlave_initModuleConfig (IfxQspi_SpiSlave_Config *config, Ifx_QSPI *qspi) |
Fills the config structure with default values. More... | |
IFX_EXTERN void IfxQspi_SpiSlave_initModule | ( | IfxQspi_SpiSlave * | handle, |
const IfxQspi_SpiSlave_Config * | config | ||
) |
Initialises the module.
handle | Module handle |
config | Predefined configuration structure of the module |
Configuration example for QSPI in slave mode:
NOTE: If not DMA, the interrupt service provider is assigned to the CPU ID where this function is called from
Definition at line 107 of file IfxQspi_SpiSlave.c.
IFX_EXTERN void IfxQspi_SpiSlave_initModuleConfig | ( | IfxQspi_SpiSlave_Config * | config, |
Ifx_QSPI * | qspi | ||
) |
Fills the config structure with default values.
config | Configuration structure which should be initialized. |
qspi | pointer to QSPI registers |
Usage example: see IfxQspi_SpiSlave_initModule
Definition at line 325 of file IfxQspi_SpiSlave.c.