Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_lpm/
Dr_lpm.c237 if (LPM_MODE_STANDBY <= p_ctrl->p_cfg->low_power_mode) in R_LPM_LowPowerModeEnter()
259 if (LPM_MODE_SLEEP != p_ctrl->p_cfg->low_power_mode) in R_LPM_LowPowerModeEnter()
266 if (LPM_MODE_STANDBY_SNOOZE == p_ctrl->p_cfg->low_power_mode) in R_LPM_LowPowerModeEnter()
289 …if ((LPM_MODE_SLEEP != p_ctrl->p_cfg->low_power_mode) && (LPM_MODE_DEEP_SLEEP != p_ctrl->p_cfg->lo… in R_LPM_LowPowerModeEnter()
295 if (LPM_MODE_SLEEP != p_ctrl->p_cfg->low_power_mode) in R_LPM_LowPowerModeEnter()
302 if (LPM_MODE_STANDBY_SNOOZE == p_ctrl->p_cfg->low_power_mode) in R_LPM_LowPowerModeEnter()
396 FSP_ERROR_RETURN(LPM_MODE_DEEP_SLEEP != p_cfg->low_power_mode, FSP_ERR_UNSUPPORTED) in r_lpm_mcu_specific_low_power_check()
399 FSP_ERROR_RETURN(LPM_MODE_STANDBY_SNOOZE != p_cfg->low_power_mode, FSP_ERR_UNSUPPORTED) in r_lpm_mcu_specific_low_power_check()
403 if ((LPM_MODE_SLEEP != p_cfg->low_power_mode) && (LPM_MODE_DEEP_SLEEP != p_cfg->low_power_mode)) in r_lpm_mcu_specific_low_power_check()
405 if (LPM_MODE_SLEEP != p_cfg->low_power_mode) in r_lpm_mcu_specific_low_power_check()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_lpm_api.h451 lpm_mode_t low_power_mode; member