Searched refs:timer_source_div_t (Results 1 – 5 of 5) sorted by relevance
136 } timer_source_div_t; typedef166 timer_source_div_t source_div; ///< Source clock divider
145 } timer_source_div_t; typedef176 timer_source_div_t source_div; ///< Source clock divider
1003 timer_source_div_t divider = TIMER_SOURCE_DIV_1; in r_agt_clock_frequency_get()1010 divider = (timer_source_div_t) count_source_int; in r_agt_clock_frequency_get()1024 divider = (timer_source_div_t) p_agt_regs_ctrl->AGTMR2_b.CKS; in r_agt_clock_frequency_get()
1589 timer_source_div_t gptclk_divisor = in gpt_clock_frequency_get()1590 (timer_source_div_t) ((p_instance_ctrl->p_reg->GTCR_b.TPCS) << BSP_FEATURE_GPT_TPCS_SHIFT); in gpt_clock_frequency_get()
1673 timer_source_div_t pclk_divisor = in gpt_clock_frequency_get()1674 (timer_source_div_t) (p_instance_ctrl->p_reg->GTCR_b.TPCS << BSP_FEATURE_GPT_TPCS_SHIFT); in gpt_clock_frequency_get()