Home
last modified time | relevance | path

Searched refs:r_cgc_operating_hw_modeset (Results 1 – 3 of 3) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/hw/
H A Dhw_cgc.h127 r_cgc_operating_hw_modeset(p_system_reg, CGC_HIGH_SPEED_MODE); in HW_CGC_SetHighSpeedMode()
138 r_cgc_operating_hw_modeset(p_system_reg, CGC_MIDDLE_SPEED_MODE); in HW_CGC_SetMiddleSpeedMode()
149 r_cgc_operating_hw_modeset(p_system_reg, CGC_LOW_VOLTAGE_MODE); in HW_CGC_SetLowVoltageMode()
160 r_cgc_operating_hw_modeset(p_system_reg, CGC_LOW_SPEED_MODE); in HW_CGC_SetLowSpeedMode()
171 r_cgc_operating_hw_modeset(p_system_reg, CGC_SUBOSC_SPEED_MODE); in HW_CGC_SetSubOscSpeedMode()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc_private.h69 void r_cgc_operating_hw_modeset (R_SYSTEM_Type * p_system_reg, cgc_operating_modes_t operating_mode…
H A Dr_cgc.c2728 void r_cgc_operating_hw_modeset (R_SYSTEM_Type * p_system_reg, cgc_operating_modes_t operating_mode) in r_cgc_operating_hw_modeset() function