Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c539 if (READ32(destination) != tmp) in EE_SingleProgramCheck()
883 g_eraseCycles[0] = READ32(oldSectorAddress + handle->eeSectorEraseCycleOffset); in EE_SwapSector()
1062 returnCode = READ32(EE_CACHETABLE_ITEM_ADDR(dataID)); in EE_SearchInCache()
1730 expErsCycValue[0] = READ32(sectorAddress + handle->eeSectorEraseCycleOffset); in EE_PreInitCheck()
1870 … expErsCycValue[0u] = READ32(currentActsectorAddress + handle->eeSectorEraseCycleOffset); in EE_InitAltSector()
2254 return (READ32(g_currentActiveSector + handle->eeSectorEraseCycleOffset)); in EE_ReportStatus()
Dfsl_eeprom_emulation.h231 #define READ32(address) ((uint32_t)(*(volatile uint32_t *)(address))) macro