Searched refs:g_protect_pfswe_counter (Results 1 – 3 of 3) sorted by relevance
333 extern volatile uint32_t g_protect_pfswe_counter;404 if (0 == g_protect_pfswe_counter) in R_BSP_PinAccessEnable()416 g_protect_pfswe_counter++; in R_BSP_PinAccessEnable()436 if (0 != g_protect_pfswe_counter) in R_BSP_PinAccessDisable()439 g_protect_pfswe_counter--; in R_BSP_PinAccessDisable()443 if (0 == g_protect_pfswe_counter) in R_BSP_PinAccessDisable()
453 extern volatile uint32_t g_protect_pfswe_counter;524 if (0 == g_protect_pfswe_counter) in R_BSP_PinAccessEnable()535 g_protect_pfswe_counter++; in R_BSP_PinAccessEnable()555 if (0 != g_protect_pfswe_counter) in R_BSP_PinAccessDisable()558 g_protect_pfswe_counter--; in R_BSP_PinAccessDisable()562 if (0 == g_protect_pfswe_counter) in R_BSP_PinAccessDisable()
23 volatile uint32_t g_protect_pfswe_counter; variable