Searched refs:deep_standby_cancel_source (Results 1 – 2 of 2) sorted by relevance
426 …P_ERROR_RETURN(0U == (uint32_t) (~BSP_FEATURE_LPM_DPSIER_MASK & p_cfg->deep_standby_cancel_source), in r_lpm_mcu_specific_low_power_check()435 (~p_cfg->deep_standby_cancel_source & in r_lpm_mcu_specific_low_power_check()537 R_SYSTEM->DPSIER0 = (uint8_t) (p_cfg->deep_standby_cancel_source); in r_lpm_configure()538 R_SYSTEM->DPSIER1 = (uint8_t) (p_cfg->deep_standby_cancel_source >> 8U); in r_lpm_configure()539 R_SYSTEM->DPSIER2 = (uint8_t) (p_cfg->deep_standby_cancel_source >> 16U); in r_lpm_configure()540 R_SYSTEM->DPSIER3 = (uint8_t) (p_cfg->deep_standby_cancel_source >> 24U); in r_lpm_configure()
489 lpm_deep_standby_cancel_source_bits_t deep_standby_cancel_source; member