Searched refs:ui32Protection (Results 1 – 1 of 1) sorted by relevance
1192 uint32_t ui32Protection[2]; in am_hal_flash_copy_protect_set() local1208 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_copy_protect_set()1209 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_copy_protect_set()1215 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[0] ) ) in am_hal_flash_copy_protect_set()1218 ui32Protection[0] &= ui32Work; in am_hal_flash_copy_protect_set()1239 ui32Protection[1] &= ui32Work; in am_hal_flash_copy_protect_set()1354 uint32_t ui32Protection[2]; in am_hal_flash_write_protect_set() local1370 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_write_protect_set()1371 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_write_protect_set()1380 ui32Protection[0] &= ui32Work; in am_hal_flash_write_protect_set()[all …]
Completed in 5 milliseconds