Home
last modified time | relevance | path

Searched refs:low_power_mode (Results 1 – 4 of 4) sorted by relevance

/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_misc.c124 void NVIC_SystemLPConfig(u8 low_power_mode, FunctionalState state) in NVIC_SystemLPConfig() argument
126 (state) ? (SCB->SCR |= low_power_mode) : (SCB->SCR &= ~(u32)low_power_mode); in NVIC_SystemLPConfig()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_misc.h113 void NVIC_SystemLPConfig(u8 low_power_mode, FunctionalState state);
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_ewdg_drv.c80 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()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_ewdg_drv.h189 ewdg_low_power_mode_t low_power_mode; /*!< Watchdog behavior in low power mode */ member

Completed in 10 milliseconds