Home
last modified time | relevance | path

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

/bsp/apollo2/libraries/drivers/hal/
A Dam_hal_flash.c1193 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_COPYPROT_ADDR; in am_hal_flash_copy_protect_set() local
1208 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_copy_protect_set()
1209 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_copy_protect_set()
1287 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_COPYPROT_ADDR; in am_hal_flash_copy_protect_check() local
1303 if ( ~ui32Work & pui32Protection[0] ) in am_hal_flash_copy_protect_check()
1312 if ( ~ui32Work & pui32Protection[1] ) in am_hal_flash_copy_protect_check()
1355 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_WRITPROT_ADDR; in am_hal_flash_write_protect_set() local
1370 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_write_protect_set()
1371 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_write_protect_set()
1465 if ( ~ui32Work & pui32Protection[0] ) in am_hal_flash_write_protect_check()
[all …]

Completed in 5 milliseconds