Searched refs:g_protect_counters (Results 1 – 3 of 3) sorted by relevance
28 volatile uint16_t g_protect_counters[] = variable61 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()
32 volatile uint16_t g_protect_counters[4] BSP_SECTION_EARLY_INIT; variable62 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()
204 extern volatile uint16_t g_protect_counters[]; in bsp_init_uninitialized_vars()207 g_protect_counters[i] = 0; in bsp_init_uninitialized_vars()