Searched refs:snooze_end_sources (Results 1 – 2 of 2) sorted by relevance
416 … FSP_ERROR_RETURN(0U == ((uint32_t) p_cfg->snooze_end_sources & (~BSP_FEATURE_LPM_SNZEDCR_MASK)), in r_lpm_mcu_specific_low_power_check()602 R_SYSTEM->SNZEDCR = (uint8_t) p_cfg->snooze_end_sources & UINT8_MAX; in r_lpm_configure()605 R_SYSTEM->SNZEDCR1 = (uint8_t) (p_cfg->snooze_end_sources >> 8U) & UINT8_MAX; in r_lpm_configure()
462 lpm_snooze_end_bits_t snooze_end_sources; member