Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_lpm/
Dr_lpm.c509 uint32_t sbycr = 0; in r_lpm_configure() local
579 sbycr |= (uint32_t) (p_cfg->lpm_hoco_startup_speed << R_SYSTEM_SBYCR_FWKUP_Pos); in r_lpm_configure()
584 sbycr |= (uint32_t) (p_cfg->lpm_standby_sosc << R_SYSTEM_SBYCR_RTCLPC_Pos); in r_lpm_configure()
616 sbycr = ((uint32_t) p_cfg->output_port_enable) << R_SYSTEM_SBYCR_OPE_Pos; in r_lpm_configure()
618 sbycr = R_SYSTEM_SBYCR_OPE_Msk; in r_lpm_configure()
622 sbycr |= R_SYSTEM_SBYCR_SSBY_Msk; in r_lpm_configure()
637 sbycr |= (uint32_t) (p_cfg->lpm_flash_mode_select << R_SYSTEM_SBYCR_FLSTP_Pos); in r_lpm_configure()
684 sbycr |= (uint32_t) (p_cfg->lpm_standby_sosc << R_SYSTEM_SBYCR_RTCLPC_Pos); in r_lpm_configure()
703 sbycr = 1U << R_SYSTEM_SBYCR_OPE_Pos; in r_lpm_configure()
707 sbycr |= (uint32_t) (p_cfg->lpm_flash_mode_select << R_SYSTEM_SBYCR_FLSTP_Pos); in r_lpm_configure()
[all …]