Home
last modified time | relevance | path

Searched defs:operating_mode (Results 1 – 3 of 3) sorted by relevance

/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
2710 cgc_operating_modes_t operating_mode = CGC_HIGH_SPEED_MODE; in r_cgc_operating_mode_get() local
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()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/
H A Dbsp_clocks.c496 static void bsp_prv_operating_mode_opccr_set (uint8_t 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()
/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c737 sntp_setoperatingmode(u8_t operating_mode) in sntp_setoperatingmode()