Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.h77 void nhw_timer0_TASK_START(void);
DNRF_PPI.c175 { (void*)&NRF_TIMER_regs[0].TASKS_START, nhw_timer0_TASK_START},
653 ppi_ch_tasks[31].tep_f = nhw_timer0_TASK_START; //TIMER0->TASKS_START in set_fixed_channel_routes()
DNHW_TIMER.c587 void nhw_timer0_TASK_START(void) { nhw_timer_TASK_START(0); } in nhw_timer0_TASK_START() function