Searched defs:p_gpt_base (Results 1 – 1 of 1) sorted by relevance
60 __STATIC_INLINE void HW_GPT_ModeSet (GPT_BASE_PTR p_gpt_base, gpt_mode_t mode) in HW_GPT_ModeSet()75 __STATIC_INLINE void HW_GPT_TimerCycleSet (GPT_BASE_PTR p_gpt_base, uint32_t timer_cycle) in HW_GPT_TimerCycleSet()87 __STATIC_INLINE uint32_t HW_GPT_TimerCycleGet (GPT_BASE_PTR p_gpt_base) in HW_GPT_TimerCycleGet()98 __STATIC_INLINE void HW_GPT_DivisorSet (GPT_BASE_PTR p_gpt_base, gpt_pclk_div_t pclk_divisor) in HW_GPT_DivisorSet()109 __STATIC_INLINE gpt_pclk_div_t HW_GPT_DivisorGet (GPT_BASE_PTR p_gpt_base) in HW_GPT_DivisorGet()118 __STATIC_INLINE void HW_GPT_CounterStartStop (GPT_BASE_PTR p_gpt_base, gpt_start_status_t start_sto… in HW_GPT_CounterStartStop()128 __STATIC_INLINE void HW_GPT_CounterSet (GPT_BASE_PTR p_gpt_base, uint32_t value) in HW_GPT_CounterSet()140 __STATIC_INLINE uint32_t HW_GPT_CounterGet (GPT_BASE_PTR p_gpt_base) in HW_GPT_CounterGet()151 __STATIC_INLINE void HW_GPT_DirectionSet (GPT_BASE_PTR p_gpt_base, gpt_dir_t dir) in HW_GPT_DirectionSet()168 __STATIC_INLINE timer_direction_t HW_GPT_DirectionGet (GPT_BASE_PTR p_gpt_base) in HW_GPT_DirectionGet()[all …]