Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_prince.c300 uint32_t alignedStartAddress; in PRINCE_SetEncryptForAddressRange() local
350alignedStartAddress = ALIGN_DOWN(start_address, (int32_t)FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * … in PRINCE_SetEncryptForAddressRange()
352 uint32_t subregion = alignedStartAddress / (FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U); in PRINCE_SetEncryptForAddressRange()
376 alignedStartAddress += (FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U); in PRINCE_SetEncryptForAddressRange()
378 while (alignedStartAddress < (start_address + length)) in PRINCE_SetEncryptForAddressRange()
382 alignedStartAddress += (FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U); in PRINCE_SetEncryptForAddressRange()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
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()