Searched refs:sbycr (Results 1 – 1 of 1) sorted by relevance
509 uint32_t sbycr = 0; in r_lpm_configure() local579 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 …]