Home
last modified time | relevance | path

Searched refs:eraseSize (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c3012 uint8 eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo() local
3020 eraseSize = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, eraseSizeDword[cnt], in Qspi_Ip_SfdpGetBasicEraseInfo()
3022 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo()
3023 if (eraseSize > 0U) in Qspi_Ip_SfdpGetBasicEraseInfo()
3059 uint8 eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo() local
3067 eraseSize = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, eraseSizeDword[cnt], in Qspi_Ip_SfdpGetXspi1EraseInfo()
3069 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo()
3070 if (eraseSize > 0U) in Qspi_Ip_SfdpGetXspi1EraseInfo()
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c3007 uint8 eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo() local
3015 eraseSize = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, eraseSizeDword[cnt], in Qspi_Ip_SfdpGetBasicEraseInfo()
3017 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo()
3018 if (eraseSize > 0U) in Qspi_Ip_SfdpGetBasicEraseInfo()
3054 uint8 eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo() local
3062 eraseSize = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, eraseSizeDword[cnt], in Qspi_Ip_SfdpGetXspi1EraseInfo()
3064 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo()
3065 if (eraseSize > 0U) in Qspi_Ip_SfdpGetXspi1EraseInfo()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.h635 uint32_t eraseSize; /*!< Size of memory to erase, the unit is byte. */ member
Dfsl_sfdp_parser.c1087 ptrEraseCmdInfo->eraseSize = 1UL << sizeFactor; in SFDP_GetSectorEraseCmdInfo()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c485 xspiMemNorHandle.sectorSizeInByte = sectorEraseCmdInfo.eraseSize; in XSPI_NOR_FillSectorEraseLutSeq()