Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_register_protection.c85 void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect) in R_BSP_RegisterProtectDisable() argument
88 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()
Dbsp_mcu_api.h39 void R_BSP_RegisterProtectDisable(bsp_reg_protect_t regs_to_unprotect);
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_register_protection.c92 BSP_SECTION_FLASH_GAP void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect) in R_BSP_RegisterProtectDisable() argument
99 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()
Dbsp_mcu_api.h48 void R_BSP_RegisterProtectDisable(bsp_reg_protect_t regs_to_unprotect);
/hal_renesas-latest/zephyr/ra/portable/
Dbsp_security.h29 void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect);