Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_numaker.c190 TIMER_T *timer_base; member
1508 TIMER_T *timer_base = config->timer_base; in numaker_timer_init_startup() local
1511 TIMER_Open(timer_base, TIMER_PERIODIC_MODE, config->eadc.timer_trigger_rate); in numaker_timer_init_startup()
1512 TIMER_SetTriggerSource(timer_base, TIMER_TRGSRC_TIMEOUT_EVENT); in numaker_timer_init_startup()
1513 TIMER_SetTriggerTarget(timer_base, TIMER_TRG_TO_EADC); in numaker_timer_init_startup()
1514 TIMER_Start(timer_base); in numaker_timer_init_startup()
2530 .timer_base = (TIMER_T *)DT_INST_REG_ADDR_BY_NAME(inst, timer), \