Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_lpm/
Dr_lpm.c416 … 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()
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_lpm_api.h462 lpm_snooze_end_bits_t snooze_end_sources; member