Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_lpm/
Dr_lpm.c449 … FSP_ERROR_RETURN(0U == ((uint64_t) p_cfg->standby_wake_sources & ~BSP_FEATURE_ICU_WUPEN_MASK), in r_lpm_mcu_specific_low_power_check()
453 … FSP_ERROR_RETURN(0U == ((uint64_t) p_cfg->standby_wake_sources & ~BSP_FEATURE_ICU_SBYEDCR_MASK), in r_lpm_mcu_specific_low_power_check()
689 R_ICU->WUPEN = (uint32_t) p_cfg->standby_wake_sources & UINT32_MAX; in r_lpm_configure()
692 R_ICU->WUPEN1 = (uint32_t) (p_cfg->standby_wake_sources >> LPM_WUPEN1_OFFSET) & UINT32_MAX; in r_lpm_configure()
695 sbyedcr0 |= (uint32_t) p_cfg->standby_wake_sources & UINT32_MAX; in r_lpm_configure()
696 sbyedcr1 |= (uint32_t) (p_cfg->standby_wake_sources >> LPM_SBYEDCR1_OFFSET) & UINT32_MAX; in r_lpm_configure()
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_lpm_api.h454 lpm_standby_wake_source_bits_t standby_wake_sources; member