Searched refs:R_RWP_NS (Results 1 – 5 of 5) sorted by relevance
74 …R_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()
607 R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_IO_PRV_PRCR_KEY) | BSP_IO_REG_PROTECT_GPIO); in R_BSP_PinAccessEnable()645 …R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_IO_PRV_PRCR_KEY) & (uint16_t) (~BSP_IO_REG_PROTECT_GPIO)… in R_BSP_PinAccessDisable()
479 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()
1472 R_RWP_NS->PRCRN = ((R_RWP_NS->PRCRN | BSP_IO_PRV_PRCR_KEY) | BSP_IO_REG_PROTECT_GPIO); in bsp_release_port_protect()
30850 #define R_RWP_NS ((R_RWP_NS_Type *) R_RWP_NS_BASE) macro