Searched refs:operating_mode (Results 1 – 6 of 6) sorted by relevance
387 static void bsp_prv_operating_mode_opccr_set(uint8_t operating_mode);496 static void bsp_prv_operating_mode_opccr_set (uint8_t operating_mode) in bsp_prv_operating_mode_opccr_set() argument501 if (operating_mode == R_SYSTEM->OPCCR) in bsp_prv_operating_mode_opccr_set()518 R_SYSTEM->OPCCR = operating_mode; in bsp_prv_operating_mode_opccr_set()533 void bsp_prv_operating_mode_set (uint8_t operating_mode) in bsp_prv_operating_mode_set() argument539 …if ((operating_mode > BSP_PRV_OPERATING_MODE_MIDDLE_SPEED) && (R_SYSTEM->DCDCCTL & R_SYSTEM_DCDCCT… in bsp_prv_operating_mode_set()544 power_mode = R_BSP_PowerModeSet((BSP_PRV_OPERATING_MODE_SUBOSC_SPEED == operating_mode) ? in bsp_prv_operating_mode_set()549 if (BSP_PRV_OPERATING_MODE_SUBOSC_SPEED == operating_mode) in bsp_prv_operating_mode_set()573 bsp_prv_operating_mode_opccr_set(operating_mode); in bsp_prv_operating_mode_set()579 … if ((operating_mode <= BSP_PRV_OPERATING_MODE_MIDDLE_SPEED) && (power_mode < BSP_POWER_MODE_LDO)) in bsp_prv_operating_mode_set()
338 void bsp_prv_operating_mode_set(uint8_t operating_mode);
854 cgc_operating_modes_t operating_mode = r_cgc_operating_mode_get(gp_system_reg); in R_CGC_OscStopDetect() local855 SSP_ASSERT(CGC_SUBOSC_SPEED_MODE != operating_mode); in R_CGC_OscStopDetect()858 if((0U != gp_cgc_feature->low_speed_max_freq_hz) && (CGC_LOW_SPEED_MODE == operating_mode)) in R_CGC_OscStopDetect()862 …lse if((0U != gp_cgc_feature->low_voltage_max_freq_hz) && (CGC_LOW_VOLTAGE_MODE == operating_mode)) in R_CGC_OscStopDetect()2710 cgc_operating_modes_t operating_mode = CGC_HIGH_SPEED_MODE; in r_cgc_operating_mode_get() local2713 operating_mode = CGC_SUBOSC_SPEED_MODE; in r_cgc_operating_mode_get()2717 operating_mode = (cgc_operating_modes_t)p_system_reg->OPCCR_b.OPCM; in r_cgc_operating_mode_get()2719 return operating_mode; in r_cgc_operating_mode_get()2728 void r_cgc_operating_hw_modeset (R_SYSTEM_Type * p_system_reg, cgc_operating_modes_t operating_mode) in r_cgc_operating_hw_modeset() argument2762 if(CGC_SUBOSC_SPEED_MODE == operating_mode) in r_cgc_operating_hw_modeset()[all …]
69 void r_cgc_operating_hw_modeset (R_SYSTEM_Type * p_system_reg, cgc_operating_modes_t operating_mode…
51 void sntp_setoperatingmode(u8_t operating_mode);
737 sntp_setoperatingmode(u8_t operating_mode) in sntp_setoperatingmode() argument740 LWIP_ASSERT("Invalid operating mode", operating_mode <= SNTP_OPMODE_LISTENONLY); in sntp_setoperatingmode()742 sntp_opmode = operating_mode; in sntp_setoperatingmode()