Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h660 …Qspi_Ip_ResetCalloutPtrType resetCallout; /*!< Pointer to reset callout … member
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c1259 if (NULL_PTR != state->configuration->resetCallout) in Qspi_Ip_Reset()
1261 status = state->configuration->resetCallout(instance); in Qspi_Ip_Reset()
DQspi_Ip_Sfdp.c3751 pConfig->resetCallout = NULL_PTR; in Qspi_Ip_SfdpConfigureOther()