Lines Matching refs:ui32Protection

1513     uint32_t ui32Protection[2];  in am_hal_flash_copy_protect_set()  local
1529 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_copy_protect_set()
1530 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_copy_protect_set()
1536 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[0] ) ) in am_hal_flash_copy_protect_set()
1541 ui32Protection[0] = ui32Work | ~ui32Protection[0]; in am_hal_flash_copy_protect_set()
1545 &ui32Protection[0], // source data in am_hal_flash_copy_protect_set()
1559 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[1] ) ) in am_hal_flash_copy_protect_set()
1564 ui32Protection[1] = ui32Work | ~ui32Protection[1]; in am_hal_flash_copy_protect_set()
1568 &ui32Protection[1], // source data in am_hal_flash_copy_protect_set()
1685 uint32_t ui32Protection[2]; in am_hal_flash_write_protect_set() local
1701 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_write_protect_set()
1702 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_write_protect_set()
1708 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[0] ) ) in am_hal_flash_write_protect_set()
1713 ui32Protection[0] = ui32Work | ~ui32Protection[0]; in am_hal_flash_write_protect_set()
1717 &ui32Protection[0], // source data in am_hal_flash_write_protect_set()
1731 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[1] ) ) in am_hal_flash_write_protect_set()
1736 ui32Protection[1] = ui32Work | ~ui32Protection[1]; in am_hal_flash_write_protect_set()
1740 &ui32Protection[1], // source data in am_hal_flash_write_protect_set()