Searched refs:cgc_operating_modes_t (Results 1 – 2 of 2) sorted by relevance
57 }cgc_operating_modes_t; typedef68 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…
854 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()