Home
last modified time | relevance | path

Searched refs:gpt_start_status_t (Results 1 – 3 of 3) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_gpt/hw/common/
H A Dhw_gpt_common.h118 __STATIC_INLINE void HW_GPT_CounterStartStop (GPT_BASE_PTR p_gpt_base, gpt_start_status_t start_sto… in HW_GPT_CounterStartStop()
188 __STATIC_INLINE gpt_start_status_t HW_GPT_CounterStartBitGet (GPT_BASE_PTR p_gpt_base) in HW_GPT_CounterStartBitGet()
190 return (gpt_start_status_t) p_gpt_base->GTCR_b.CST; in HW_GPT_CounterStartBitGet()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_gpt/hw/
H A Dhw_gpt_private.h116 } gpt_start_status_t; typedef
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_gpt/
H A Dr_gpt.c345 gpt_start_status_t status = HW_GPT_CounterStartBitGet(p_gpt_reg); in R_GPT_Reset()
391 gpt_start_status_t status = HW_GPT_CounterStartBitGet(p_gpt_reg); in R_GPT_PeriodSet()