Home
last modified time | relevance | path

Searched refs:resetOption (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c1110 static void Qspi_Ip_SfdpConfigResetOthers(uint8 resetOption,
3321 static void Qspi_Ip_SfdpConfigResetOthers(uint8 resetOption, in Qspi_Ip_SfdpConfigResetOthers() argument
3327 if ((resetOption & 0x1U) != 0U) in Qspi_Ip_SfdpConfigResetOthers()
3332 else if ((resetOption & 0x2U) != 0U) in Qspi_Ip_SfdpConfigResetOthers()
3337 else if ((resetOption & 0x4U) != 0U) in Qspi_Ip_SfdpConfigResetOthers()
3361 uint8 resetOption; in Qspi_Ip_SfdpGetBasicResetInfo() local
3363 resetOption = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, QSPI_IP_SFDP_BASIC_SW_RESET_DWORD, in Qspi_Ip_SfdpGetBasicResetInfo()
3365 if ((resetOption & 0x10U) != 0U) in Qspi_Ip_SfdpGetBasicResetInfo()
3371 else if ((resetOption & 0x8U) != 0U) in Qspi_Ip_SfdpGetBasicResetInfo()
3378 Qspi_Ip_SfdpConfigResetOthers(resetOption, pConfig, resetSettings, pads); in Qspi_Ip_SfdpGetBasicResetInfo()
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c3323 uint8 resetOption; in Qspi_Ip_SfdpGetBasicResetInfo() local
3325 resetOption = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, QSPI_IP_SFDP_BASIC_SW_RESET_DWORD, in Qspi_Ip_SfdpGetBasicResetInfo()
3327 if ((resetOption & 0x10U) != 0U) in Qspi_Ip_SfdpGetBasicResetInfo()
3333 else if ((resetOption & 0x8U) != 0U) in Qspi_Ip_SfdpGetBasicResetInfo()
3338 else if ((resetOption & 0x1U) != 0U) in Qspi_Ip_SfdpGetBasicResetInfo()
3343 else if ((resetOption & 0x2U) != 0U) in Qspi_Ip_SfdpGetBasicResetInfo()
3348 else if ((resetOption & 0x4U) != 0U) in Qspi_Ip_SfdpGetBasicResetInfo()