Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_register_protection.c74R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_PRV_PRCR_KEY) & (uint16_t) (~g_prcr_masks[regs_to_protec… in R_BSP_RegisterProtectEnable()
94 R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_PRV_PRCR_KEY) | g_prcr_masks[regs_to_unprotect]); in R_BSP_RegisterProtectDisable()
Dbsp_io.h607 R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_IO_PRV_PRCR_KEY) | BSP_IO_REG_PROTECT_GPIO); in R_BSP_PinAccessEnable()
645R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_IO_PRV_PRCR_KEY) & (uint16_t) (~BSP_IO_REG_PROTECT_GPIO)… in R_BSP_PinAccessDisable()
Dbsp_clocks.c479 R_RWP_NS->PRCRN = (uint16_t) BSP_PRV_PRCR_CGC_UNLOCK; in bsp_clock_init()
742 R_RWP_NS->PRCRN = (uint16_t) BSP_PRV_PRCR_LOCK; in bsp_clock_init()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/
Dsystem.c1472 R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_IO_PRV_PRCR_KEY) | BSP_IO_REG_PROTECT_GPIO); in bsp_release_port_protect()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Include/
DR9A07G084.h30850 #define R_RWP_NS ((R_RWP_NS_Type *) R_RWP_NS_BASE) macro