Home
last modified time | relevance | path

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

/bsp/apollo2/libraries/drivers/hal/
A Dam_hal_flash.c1120 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument
1129 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask()
1130 (pui32StopAddress > (uint32_t*)AM_HAL_FLASH_LARGEST_VALID_ADDR) ) in generate_chunk_mask()
1186 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_set() argument
1199 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set()
1283 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_check() argument
1293 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check()
1348 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_set() argument
1361 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set()
1445 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_check() argument
[all …]
A Dam_hal_flash.h287 uint32_t *pui32StopAddress);
289 uint32_t *pui32StopAddress);
291 uint32_t *pui32StopAddress);
293 uint32_t *pui32StopAddress);

Completed in 9 milliseconds