Searched refs:pui32StartAddress (Results 1 – 4 of 4) sorted by relevance
| /hal_ambiq-latest/mcu/apollo3p/hal/ |
| D | am_hal_flash.c | 1436 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument 1445 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask() 1457 ui32ChunkStart = AM_HAL_FLASH_INFO_ADDR2CHUNK((uint32_t)pui32StartAddress); in generate_chunk_mask() 1506 uint32_t *pui32StartAddress, in am_hal_flash_copy_protect_set() argument 1520 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set() 1608 am_hal_flash_copy_protect_check(uint32_t *pui32StartAddress, in am_hal_flash_copy_protect_check() argument 1619 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check() 1678 uint32_t *pui32StartAddress, in am_hal_flash_write_protect_set() argument 1692 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set() 1780 am_hal_flash_write_protect_check(uint32_t *pui32StartAddress, in am_hal_flash_write_protect_check() argument [all …]
|
| D | am_hal_flash.h | 948 uint32_t *pui32StartAddress, 970 extern bool am_hal_flash_copy_protect_check(uint32_t *pui32StartAddress, 1000 uint32_t *pui32StartAddress, 1022 extern bool am_hal_flash_write_protect_check(uint32_t *pui32StartAddress,
|
| /hal_ambiq-latest/mcu/apollo3/hal/ |
| D | am_hal_flash.c | 1440 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument 1449 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask() 1461 ui32ChunkStart = AM_HAL_FLASH_INFO_ADDR2CHUNK((uint32_t)pui32StartAddress); in generate_chunk_mask() 1510 uint32_t *pui32StartAddress, in am_hal_flash_copy_protect_set() argument 1524 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set() 1612 am_hal_flash_copy_protect_check(uint32_t *pui32StartAddress, in am_hal_flash_copy_protect_check() argument 1623 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check() 1682 uint32_t *pui32StartAddress, in am_hal_flash_write_protect_set() argument 1696 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set() 1784 am_hal_flash_write_protect_check(uint32_t *pui32StartAddress, in am_hal_flash_write_protect_check() argument [all …]
|
| D | am_hal_flash.h | 954 uint32_t *pui32StartAddress, 976 extern bool am_hal_flash_copy_protect_check(uint32_t *pui32StartAddress, 1006 uint32_t *pui32StartAddress, 1028 extern bool am_hal_flash_write_protect_check(uint32_t *pui32StartAddress,
|