Searched refs:SCR (Results 1 – 6 of 6) sorted by relevance
37 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in pm_power_state_set()60 SCB->SCR &= ~(SCB_SCR_SLEEPDEEP_Msk); in pm_power_state_exit_post_ops()
41 SCB->SCR &= ~(1ul << 2); in soc_lite_sleep_enable()52 SCB->SCR = (1ul << 2); /* Cortex-M4 SLEEPDEEP */ in soc_deep_sleep_enable()65 SCB->SCR &= ~(1ul << 2); /* disable Cortex-M4 SLEEPDEEP */ in soc_deep_sleep_disable()
173 volatile uint8_t SCR; member
116 SCB->SCR &= ~BIT(2); in pcr_slp_init()599 SCB->SCR |= BIT(2); in mchp_xec_clk_ctrl_sys_sleep_enable()609 SCB->SCR &= ~BIT(2); in mchp_xec_clk_ctrl_sys_sleep_disable()
302 twim->SCR = ~0UL; /* Clear the status flags */ in i2c_start_xfer()500 twim->SCR = ~0UL; in i2c_sam_twim_isr()573 twim->SCR = ~0UL; in i2c_sam_twim_initialize()
329 regs->SCR = regs->RTXB; in uart_xec_configure()