Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_flash.c1436 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument
1445 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask()
1446 (pui32StopAddress > (uint32_t*)AM_HAL_FLASH_LARGEST_VALID_ADDR) ) in generate_chunk_mask()
1458 ui32ChunkStop = AM_HAL_FLASH_INFO_ADDR2CHUNK((uint32_t)pui32StopAddress); in generate_chunk_mask()
1507 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_set() argument
1520 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set()
1609 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_check() argument
1619 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check()
1679 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_set() argument
1692 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set()
[all …]
Dam_hal_flash.h949 uint32_t *pui32StopAddress);
971 uint32_t *pui32StopAddress);
1001 uint32_t *pui32StopAddress);
1023 uint32_t *pui32StopAddress);
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_flash.c1440 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument
1449 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask()
1450 (pui32StopAddress > (uint32_t*)AM_HAL_FLASH_LARGEST_VALID_ADDR) ) in generate_chunk_mask()
1462 ui32ChunkStop = AM_HAL_FLASH_INFO_ADDR2CHUNK((uint32_t)pui32StopAddress); in generate_chunk_mask()
1511 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_set() argument
1524 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set()
1613 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_check() argument
1623 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check()
1683 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_set() argument
1696 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set()
[all …]
Dam_hal_flash.h955 uint32_t *pui32StopAddress);
977 uint32_t *pui32StopAddress);
1007 uint32_t *pui32StopAddress);
1029 uint32_t *pui32StopAddress);