Searched refs:sectorAddress (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/ |
| D | fsl_eeprom_emulation.c | 928 …nt32_t EE_SearchInSector(eeprom_emulation_handle_t *handle, uint16_t expID, uint32_t sectorAddress) in EE_SearchInSector() argument 936 if (sectorAddress == g_currentActiveSector) in EE_SearchInSector() 944 recordAddress = sectorAddress + handle->eeSectorSize - handle->eeSectorWaste; in EE_SearchInSector() 947 sectorAddress += handle->eeSectorHeaderSize; in EE_SearchInSector() 975 } while (recordAddress > sectorAddress); in EE_SearchInSector() 989 uint32_t EE_SearchBlankSpace(eeprom_emulation_handle_t *handle, uint32_t sectorAddress) in EE_SearchBlankSpace() argument 1001 searchAddress = sectorAddress + handle->eeSectorSize - handle->eeSectorWaste; in EE_SearchBlankSpace() 1003 sectorAddress += (uint32_t)handle->eeSectorHeaderSize; in EE_SearchBlankSpace() 1039 } while (searchAddress > sectorAddress); in EE_SearchBlankSpace() 1083 uint32_t sectorAddress = g_currentActiveSector; in EE_SearchInAllActives() local [all …]
|
| D | fsl_eeprom_emulation.h | 403 …t32_t EE_SearchInSector(eeprom_emulation_handle_t *handle, uint16_t expID, uint32_t sectorAddress); 404 uint32_t EE_SearchBlankSpace(eeprom_emulation_handle_t *handle, uint32_t sectorAddress); 408 uint8_t EE_GetSectorStatus(eeprom_emulation_handle_t *handle, uint32_t sectorAddress); 409 uint32_t EE_FindActSector(eeprom_emulation_handle_t *handle, uint32_t sectorAddress, bool closestFl… 411 uint32_t EE_ValidateDeadIndicator(eeprom_emulation_handle_t *handle, uint32_t sectorAddress); 412 uint32_t EE_ValidateEraseCycle(eeprom_emulation_handle_t *handle, uint32_t sectorAddress, uint8_t *… 413 uint32_t EE_ValidateActIndicator(eeprom_emulation_handle_t *handle, uint32_t sectorAddress); 414 uint32_t EE_ReEraseEeprom(eeprom_emulation_handle_t *handle, uint32_t sectorAddress);
|
| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/ |
| D | Qspi_Ip_Hyperflash.c | 814 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()
|
| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip_Hyperflash.c | 814 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()
|
| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/include/ |
| D | Qspi_Ip_Hyperflash.h | 83 uint32 sectorAddress 117 uint32 sectorAddress
|
| /hal_nxp-latest/s32/drivers/s32k3/Fls/include/ |
| D | Qspi_Ip_Hyperflash.h | 84 uint32 sectorAddress 118 uint32 sectorAddress
|