Searched refs:standby_wake_sources (Results 1 – 2 of 2) sorted by relevance
449 … 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()
454 lpm_standby_wake_source_bits_t standby_wake_sources; member