Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_flash.c1514 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_COPYPROT_ADDR; in am_hal_flash_copy_protect_set() local
1529 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_copy_protect_set()
1530 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_copy_protect_set()
1613 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_COPYPROT_ADDR; in am_hal_flash_copy_protect_check() local
1629 if ( ~ui32Work & pui32Protection[0] ) in am_hal_flash_copy_protect_check()
1638 if ( ~ui32Work & pui32Protection[1] ) in am_hal_flash_copy_protect_check()
1686 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_WRITPROT_ADDR; in am_hal_flash_write_protect_set() local
1701 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_write_protect_set()
1702 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_write_protect_set()
1785 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_WRITPROT_ADDR; in am_hal_flash_write_protect_check() local
[all …]
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_flash.c1518 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_COPYPROT_ADDR; in am_hal_flash_copy_protect_set() local
1533 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_copy_protect_set()
1534 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_copy_protect_set()
1617 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_COPYPROT_ADDR; in am_hal_flash_copy_protect_check() local
1633 if ( ~ui32Work & pui32Protection[0] ) in am_hal_flash_copy_protect_check()
1642 if ( ~ui32Work & pui32Protection[1] ) in am_hal_flash_copy_protect_check()
1690 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_WRITPROT_ADDR; in am_hal_flash_write_protect_set() local
1705 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_write_protect_set()
1706 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_write_protect_set()
1789 uint32_t *pui32Protection = (uint32_t *)AM_HAL_FLASH_INFO_WRITPROT_ADDR; in am_hal_flash_write_protect_check() local
[all …]