Home
last modified time | relevance | path

Searched defs:counter_ra_agt_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/counter/
Dcounter_renesas_ra_agt.c48 struct counter_ra_agt_data { struct
50 R_AGTX0_Type *agt_reg; /* AGT register base address */
51 uint32_t period; /* Current timer period (counts) */
52 uint32_t period_counts; /* Period in raw timer counts */
53 uint32_t cycle_end_ipl; /* Cycle end interrupt priority */
54 IRQn_Type cycle_end_irq; /* Cycle end interrupt */
56 struct counter_ra_agt_alarm alarm; /* Counter alarm config struct */
57 counter_top_callback_t top_cb; /* Top level callback */
58 void *top_cb_data; /* Top level callback data */
59 uint32_t guard_period; /* Absolute counter alarm's guard period */