Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.h65 void nhw_timer0_TASK_CLEAR(void);
DNRF_PPI.c173 { (void*)&NRF_TIMER_regs[0].TASKS_CLEAR, nhw_timer0_TASK_CLEAR},
649 ppi_ch_tasks[30].tep_f = nhw_timer0_TASK_CLEAR; //TIMER0->TASKS_CLEAR in set_fixed_channel_routes()
DNHW_TIMER.c628 void nhw_timer0_TASK_CLEAR(void) { nhw_timer_TASK_CLEAR(0); } in nhw_timer0_TASK_CLEAR() function