Searched refs:regs_to_unprotect (Results 1 – 5 of 5) sorted by relevance
85 void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect) in R_BSP_RegisterProtectDisable() argument88 if (0U == g_protect_counters[regs_to_unprotect]) in R_BSP_RegisterProtectDisable()94 R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_PRV_PRCR_KEY) | g_prcr_masks[regs_to_unprotect]); in R_BSP_RegisterProtectDisable()95 R_RWP_S->PRCRS = ((R_RWP_S->PRCRS | BSP_PRV_PRCR_KEY) | g_prcr_masks[regs_to_unprotect]); in R_BSP_RegisterProtectDisable()99 g_protect_counters[regs_to_unprotect]++; in R_BSP_RegisterProtectDisable()
39 void R_BSP_RegisterProtectDisable(bsp_reg_protect_t regs_to_unprotect);
92 BSP_SECTION_FLASH_GAP void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect) in R_BSP_RegisterProtectDisable() argument99 if (0U == g_protect_counters[regs_to_unprotect]) in R_BSP_RegisterProtectDisable()106 … R_SYSTEM->PRCR_NS = ((R_SYSTEM->PRCR_NS | BSP_PRV_PRCR_KEY) | g_prcr_masks[regs_to_unprotect]); in R_BSP_RegisterProtectDisable()108 R_SYSTEM->PRCR = ((R_SYSTEM->PRCR | BSP_PRV_PRCR_KEY) | g_prcr_masks[regs_to_unprotect]); in R_BSP_RegisterProtectDisable()113 g_protect_counters[regs_to_unprotect]++; in R_BSP_RegisterProtectDisable()
48 void R_BSP_RegisterProtectDisable(bsp_reg_protect_t regs_to_unprotect);
29 void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect);