Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c894 if (state->configuration->eraseSettings.chipEraseLut != QSPI_IP_LUT_INVALID) in Qspi_Ip_SerialflashEraseChip()
901 … status = Qspi_Ip_RunCommand(instance, state->configuration->eraseSettings.chipEraseLut, 0U); in Qspi_Ip_SerialflashEraseChip()
1096 … if ((state->configuration->eraseSettings.eraseTypes[eraseType].eraseLut != QSPI_IP_LUT_INVALID) && in Qspi_Ip_EraseBlock()
1097 …(size == (uint32)((uint32)1U << (state->configuration->eraseSettings.eraseTypes[eraseType].size)))) in Qspi_Ip_EraseBlock()
1105 …status = Qspi_Ip_BasicErase(instance, address, state->configuration->eraseSettings.eraseTypes[eras… in Qspi_Ip_EraseBlock()
DQspi_Ip_Sfdp.c3017 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo()
3023 pConfig->eraseSettings.eraseTypes[cnt].eraseLut = lutCount; in Qspi_Ip_SfdpGetBasicEraseInfo()
3032 pConfig->eraseSettings.eraseTypes[cnt].eraseLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpGetBasicEraseInfo()
3038 pConfig->eraseSettings.chipEraseLut = lutCount; in Qspi_Ip_SfdpGetBasicEraseInfo()
3064 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo()
3071 pConfig->eraseSettings.eraseTypes[cnt].eraseLut = lutCount; in Qspi_Ip_SfdpGetXspi1EraseInfo()
3081 pConfig->eraseSettings.eraseTypes[cnt].eraseLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpGetXspi1EraseInfo()
3090 pConfig->eraseSettings.chipEraseLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpGetXspi1EraseInfo()
3094 pConfig->eraseSettings.chipEraseLut = lutCount; in Qspi_Ip_SfdpGetXspi1EraseInfo()
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h652 …Qspi_Ip_EraseConfigType eraseSettings; /*!< Erase settings of the external flash … member