Searched defs:p_system_reg (Results 1 – 2 of 2) sorted by relevance
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/hw/ |
H A D | hw_cgc.h | 125 __STATIC_INLINE void HW_CGC_SetHighSpeedMode (R_SYSTEM_Type * p_system_reg) in HW_CGC_SetHighSpeedMode() 136 __STATIC_INLINE void HW_CGC_SetMiddleSpeedMode (R_SYSTEM_Type * p_system_reg) in HW_CGC_SetMiddleSpeedMode() 147 __STATIC_INLINE void HW_CGC_SetLowVoltageMode (R_SYSTEM_Type * p_system_reg) in HW_CGC_SetLowVoltageMode() 158 __STATIC_INLINE void HW_CGC_SetLowSpeedMode (R_SYSTEM_Type * p_system_reg) in HW_CGC_SetLowSpeedMode() 169 __STATIC_INLINE void HW_CGC_SetSubOscSpeedMode (R_SYSTEM_Type * p_system_reg) in HW_CGC_SetSubOscSpeedMode() 183 __STATIC_INLINE void HW_CGC_LCDClockCfg (R_SYSTEM_Type * p_system_reg, uint8_t clock) in HW_CGC_LCDClockCfg() 194 __STATIC_INLINE uint8_t HW_CGC_LCDClockCfgGet (R_SYSTEM_Type * p_system_reg) in HW_CGC_LCDClockCfgGet() 205 __STATIC_INLINE void HW_CGC_LCDClockEnable (R_SYSTEM_Type * p_system_reg) in HW_CGC_LCDClockEnable() 216 __STATIC_INLINE void HW_CGC_LCDClockDisable (R_SYSTEM_Type * p_system_reg) in HW_CGC_LCDClockDisable() 227 __STATIC_INLINE bool HW_CGC_LCDClockIsEnabled (R_SYSTEM_Type * p_system_reg) in HW_CGC_LCDClockIsEnabled() [all …]
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/ |
H A D | r_cgc.c | 1829 static void r_cgc_init_pllfreq (R_SYSTEM_Type * p_system_reg) in r_cgc_init_pllfreq() 1861 static void r_cgc_main_clock_drive_set (R_SYSTEM_Type * p_system_reg, uint8_t setting) in r_cgc_main_clock_drive_set() 1881 static void r_cgc_subclock_drive_set (R_SYSTEM_Type * p_system_reg, uint8_t setting) in r_cgc_subclock_drive_set() 1903 static void r_cgc_clock_start (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock) in r_cgc_clock_start() 1950 static void r_cgc_clock_stop (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock) in r_cgc_clock_stop() 1996 static bool r_cgc_clock_check (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock) in r_cgc_clock_check() 2045 static void r_cgc_delay_cycles (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock, uint16_t cycles) in r_cgc_delay_cycles() 2074 static void r_cgc_mainosc_source_set (R_SYSTEM_Type * p_system_reg, cgc_osc_source_t osc) in r_cgc_mainosc_source_set() 2090 static void r_cgc_clock_wait_set (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock, uint8_t setting) in r_cgc_clock_wait_set() 2106 static void r_cgc_clock_source_set (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock) in r_cgc_clock_source_set() [all …]
|