Home
last modified time | relevance | path

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

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/
H A Dbsp_clocks.c387 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() argument
501 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() argument
539 …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()
H A Dbsp_clocks.h338 void bsp_prv_operating_mode_set(uint8_t operating_mode);
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc.c854 cgc_operating_modes_t operating_mode = r_cgc_operating_mode_get(gp_system_reg); in R_CGC_OscStopDetect() local
855 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() local
2713 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() argument
2762 if(CGC_SUBOSC_SPEED_MODE == operating_mode) in r_cgc_operating_hw_modeset()
[all …]
H A Dr_cgc_private.h69 void r_cgc_operating_hw_modeset (R_SYSTEM_Type * p_system_reg, cgc_operating_modes_t operating_mode
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dsntp.h51 void sntp_setoperatingmode(u8_t operating_mode);
/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c737 sntp_setoperatingmode(u8_t operating_mode) in sntp_setoperatingmode() argument
740 LWIP_ASSERT("Invalid operating mode", operating_mode <= SNTP_OPMODE_LISTENONLY); in sntp_setoperatingmode()
742 sntp_opmode = operating_mode; in sntp_setoperatingmode()