Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/prince/
Dfsl_prince.c309 uint32_t alignedStartAddress; in PRINCE_SetEncryptForAddressRange() local
359alignedStartAddress = ALIGN_DOWN(start_address, (int32_t)FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * … in PRINCE_SetEncryptForAddressRange()
361 uint32_t subregion = alignedStartAddress / (FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U); in PRINCE_SetEncryptForAddressRange()
385 alignedStartAddress += (FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U); in PRINCE_SetEncryptForAddressRange()
387 while (alignedStartAddress < (start_address + length)) in PRINCE_SetEncryptForAddressRange()
391 alignedStartAddress += (FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U); in PRINCE_SetEncryptForAddressRange()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.c806 uint32_t alignedStartAddress = ALIGN_DOWN(start, ftfxConfig->flashDesc.accessSegmentMem.size); in FLASH_IsExecuteOnly() local
814 (alignedEndAddress - alignedStartAddress) / ftfxConfig->flashDesc.accessSegmentMem.size; in FLASH_IsExecuteOnly()