Searched refs:cgc_system_clocks_t (Results 1 – 5 of 5) sorted by relevance
140 } cgc_system_clocks_t; typedef275 ssp_err_t (* systemClockFreqGet)(cgc_system_clocks_t clock, uint32_t * p_freq_hz);
35 ssp_err_t R_CGC_SystemClockFreqGet (cgc_system_clocks_t clock, uint32_t * freq_hz);
88 static ssp_err_t r_cgc_check_peripheral_clocks(cgc_system_clocks_t clock);113 static uint32_t r_cgc_clock_divider_get (R_SYSTEM_Type * p_system_reg, cgc_system_clocks_t clock);114 static uint32_t r_cgc_clock_hzget (R_SYSTEM_Type * p_system_reg, cgc_system_clocks_t clock);746 ssp_err_t R_CGC_SystemClockFreqGet (cgc_system_clocks_t clock, uint32_t * p_freq_hz) in R_CGC_SystemClockFreqGet()1412 static ssp_err_t r_cgc_check_peripheral_clocks (cgc_system_clocks_t clock) in r_cgc_check_peripheral_clocks()2365 static uint32_t r_cgc_clock_divider_get (R_SYSTEM_Type * p_system_reg, cgc_system_clocks_t clock) in r_cgc_clock_divider_get()2426 static uint32_t r_cgc_clock_hzget (R_SYSTEM_Type * p_system_reg, cgc_system_clocks_t clock) in r_cgc_clock_hzget()
1172 …err = g_cgc_on_cgc.systemClockFreqGet((cgc_system_clocks_t)flash_lp_feature.flash_clock_src, &g_cu… in flash_setup()
1398 …ssp_err_t err = g_cgc_on_cgc.systemClockFreqGet((cgc_system_clocks_t) sci_feature.clock, &freq_hz); in r_sci_uart_baud_calculate()