Home | History | Annotate | Download | only in BusTxn

Lines Matching refs:aConfig

245  *              const WSPIConfig_t* aConfig -  a structure that holds the configuration data 
256 int WSPI_Configure (TI_HANDLE hWSPI, TI_HANDLE hReport, const WSPIConfig_t* aConfig, WSPI_CB_T* cb)
272 if (NULL != aConfig)
275 pWSPI->uConfigMask = aConfig->mask;
276 pWSPI->bFixedAddr = aConfig->isFixedAddress;
277 pWSPI->uFixedBusyLen = aConfig->fixedBusyLength;