Searched refs:low_power_mode (Results 1 – 4 of 4) sorted by relevance
124 void NVIC_SystemLPConfig(u8 low_power_mode, FunctionalState state) in NVIC_SystemLPConfig() argument126 (state) ? (SCB->SCR |= low_power_mode) : (SCB->SCR &= ~(u32)low_power_mode); in NVIC_SystemLPConfig()
113 void NVIC_SystemLPConfig(u8 low_power_mode, FunctionalState state);
80 config->ctrl_config.low_power_mode = ewdg_low_power_mode_work_clock_normal; in ewdg_get_default_config()173 ctrl0 |= EWDG_CTRL0_EN_LP_SET(config->low_power_mode); in ewdg_init_ctrl_func()
189 ewdg_low_power_mode_t low_power_mode; /*!< Watchdog behavior in low power mode */ member
Completed in 10 milliseconds