Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Hyperflash.h84 uint32 sectorAddress
118 uint32 sectorAddress
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Hyperflash.c814 uint32 sectorAddress in Qspi_Ip_HyperflashSectorBlankCheck() argument
822 startAddr = (uint32)(sectorAddress & ~(QSPI_IP_HYPERFLASH_SECTOR_SIZE - 1U)); in Qspi_Ip_HyperflashSectorBlankCheck()
841 uint32 sectorAddress in Qspi_Ip_HyperflashSectorErase() argument
870 status = Qspi_Ip_RunCommand(instance, QSPI_IP_HF_LUT_SE, sectorAddress); in Qspi_Ip_HyperflashSectorErase()
943 const uint32 sectorAddress = address & ~(QSPI_IP_HYPERFLASH_SECTOR_SIZE - 1U); in Qspi_Ip_HyperflashProgram() local
966 status = Qspi_Ip_RunCommand(instance, QSPI_IP_HF_LUT_CMD_25, sectorAddress); in Qspi_Ip_HyperflashProgram()
977 status = Qspi_Ip_RunCommand(instance, QSPI_IP_HF_LUT_WC, sectorAddress); in Qspi_Ip_HyperflashProgram()
1020 status = Qspi_Ip_HyperflashProgramBufferToFlashConfirm(instance, sectorAddress); in Qspi_Ip_HyperflashProgram()