Home
last modified time | relevance | path

Searched refs:errorCheckCallout (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h661 …Qspi_Ip_ErrorCheckCalloutPtrType errorCheckCallout; /*!< Pointer to error check callout … member
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c1300 …lastCommand != QSPI_IP_LAST_COMMAND_NONE) && (NULL_PTR != state->configuration->errorCheckCallout)) in Qspi_Ip_GetMemoryStatus()
1302 status = state->configuration->errorCheckCallout(instance); in Qspi_Ip_GetMemoryStatus()
DQspi_Ip_Sfdp.c3752 pConfig->errorCheckCallout = NULL_PTR; in Qspi_Ip_SfdpConfigureOther()