Home
last modified time | relevance | path

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

/bsp/apollo2/libraries/drivers/hal/
A Dam_hal_flash.c1191 uint32_t ui32Work; in am_hal_flash_copy_protect_set() local
1214 ui32Work = (uint32_t)ui64Mask; in am_hal_flash_copy_protect_set()
1215 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[0] ) ) in am_hal_flash_copy_protect_set()
1236 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[1] ) ) in am_hal_flash_copy_protect_set()
1286 uint32_t ui32Work; in am_hal_flash_copy_protect_check() local
1302 ui32Work = (uint32_t)ui64Mask; in am_hal_flash_copy_protect_check()
1353 uint32_t ui32Work; in am_hal_flash_write_protect_set() local
1376 ui32Work = (uint32_t)ui64Mask; in am_hal_flash_write_protect_set()
1377 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[0] ) ) in am_hal_flash_write_protect_set()
1398 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[1] ) ) in am_hal_flash_write_protect_set()
[all …]

Completed in 5 milliseconds