Searched refs:pui32StartAddress (Results 1 – 2 of 2) sorted by relevance
| /bsp/apollo2/libraries/drivers/hal/ |
| A D | am_hal_flash.c | 1120 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument 1129 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask() 1141 ui32ChunkStart = AM_HAL_FLASH_INFO_ADDR2CHUNK((uint32_t)pui32StartAddress); in generate_chunk_mask() 1185 am_hal_flash_copy_protect_set(uint32_t *pui32StartAddress, in am_hal_flash_copy_protect_set() argument 1199 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set() 1282 am_hal_flash_copy_protect_check(uint32_t *pui32StartAddress, in am_hal_flash_copy_protect_check() argument 1293 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check() 1347 am_hal_flash_write_protect_set(uint32_t *pui32StartAddress, in am_hal_flash_write_protect_set() argument 1361 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set() 1444 am_hal_flash_write_protect_check(uint32_t *pui32StartAddress, in am_hal_flash_write_protect_check() argument [all …]
|
| A D | am_hal_flash.h | 286 extern int32_t am_hal_flash_copy_protect_set(uint32_t *pui32StartAddress, 288 extern bool am_hal_flash_copy_protect_check(uint32_t *pui32StartAddress, 290 extern int32_t am_hal_flash_write_protect_set(uint32_t *pui32StartAddress, 292 extern bool am_hal_flash_write_protect_check(uint32_t *pui32StartAddress,
|
Completed in 8 milliseconds