Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_register_protection.c28 volatile uint16_t g_protect_counters[] = variable
61 if (0U != g_protect_counters[regs_to_protect]) in R_BSP_RegisterProtectEnable()
64 g_protect_counters[regs_to_protect]--; in R_BSP_RegisterProtectEnable()
68 if (0U == g_protect_counters[regs_to_protect]) in R_BSP_RegisterProtectEnable()
88 if (0U == g_protect_counters[regs_to_unprotect]) in R_BSP_RegisterProtectDisable()
99 g_protect_counters[regs_to_unprotect]++; in R_BSP_RegisterProtectDisable()
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_register_protection.c32 volatile uint16_t g_protect_counters[4] BSP_SECTION_EARLY_INIT; variable
62 if (0U != g_protect_counters[regs_to_protect]) in R_BSP_RegisterProtectEnable()
65 g_protect_counters[regs_to_protect]--; in R_BSP_RegisterProtectEnable()
69 if (0U == g_protect_counters[regs_to_protect]) in R_BSP_RegisterProtectEnable()
99 if (0U == g_protect_counters[regs_to_unprotect]) in R_BSP_RegisterProtectDisable()
113 g_protect_counters[regs_to_unprotect]++; in R_BSP_RegisterProtectDisable()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/
Dstartup.c204 extern volatile uint16_t g_protect_counters[]; in bsp_init_uninitialized_vars()
207 g_protect_counters[i] = 0; in bsp_init_uninitialized_vars()