Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_io.h333 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()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/all/
Dbsp_io.h453 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()
Dbsp_io.c23 volatile uint32_t g_protect_pfswe_counter; variable