Home
last modified time | relevance | path

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

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc_private.h57 }cgc_operating_modes_t; typedef
68 cgc_operating_modes_t r_cgc_operating_mode_get (R_SYSTEM_Type * p_system_reg);
69 void r_cgc_operating_hw_modeset (R_SYSTEM_Type * p_system_reg, cgc_operating_modes_t operating_mode…
H A Dr_cgc.c854 cgc_operating_modes_t operating_mode = r_cgc_operating_mode_get(gp_system_reg); in R_CGC_OscStopDetect()
2708 cgc_operating_modes_t r_cgc_operating_mode_get (R_SYSTEM_Type * p_system_reg) in r_cgc_operating_mode_get()
2710 cgc_operating_modes_t operating_mode = CGC_HIGH_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()
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()