Lines Matching full:1
170 case 1: in mask_from_bitmode()
183 * Return the time in us it takes for the COUNTER to do 1 wrap
187 return counter_to_time((uint64_t)mask_from_bitmode(t) + 1, t); in time_of_1_counter_wrap()
361 TIMER_regs->EVENTS_COMPARE[cc] = 1; in nhw_timer_signal_COMPARE()
371 case 1: in nhw_timer_signal_COMPARE()
407 this->Counter = (this->Counter + 1) & mask_from_bitmode(t); in nhw_timer_TASK_COUNT()
583 void nhw_timer1_TASK_START(void) { nhw_timer_TASK_START(1); } in nhw_timer1_TASK_START()
589 void nhw_timer1_TASK_STOP(void) { nhw_timer_TASK_STOP(1); } in nhw_timer1_TASK_STOP()
595 void nhw_timer0_TASK_CAPTURE_1(void) { nhw_timer_TASK_CAPTURE(0,1); } in nhw_timer0_TASK_CAPTURE_1()
599 void nhw_timer1_TASK_CAPTURE_0(void) { nhw_timer_TASK_CAPTURE(1,0); } in nhw_timer1_TASK_CAPTURE_0()
600 void nhw_timer1_TASK_CAPTURE_1(void) { nhw_timer_TASK_CAPTURE(1,1); } in nhw_timer1_TASK_CAPTURE_1()
601 void nhw_timer1_TASK_CAPTURE_2(void) { nhw_timer_TASK_CAPTURE(1,2); } in nhw_timer1_TASK_CAPTURE_2()
602 void nhw_timer1_TASK_CAPTURE_3(void) { nhw_timer_TASK_CAPTURE(1,3); } in nhw_timer1_TASK_CAPTURE_3()
605 void nhw_timer2_TASK_CAPTURE_1(void) { nhw_timer_TASK_CAPTURE(2,1); } in nhw_timer2_TASK_CAPTURE_1()
610 void nhw_timer3_TASK_CAPTURE_1(void) { nhw_timer_TASK_CAPTURE(3,1); } in nhw_timer3_TASK_CAPTURE_1()
617 void nhw_timer4_TASK_CAPTURE_1(void) { nhw_timer_TASK_CAPTURE(4,1); } in nhw_timer4_TASK_CAPTURE_1()
624 void nhw_timer1_TASK_CLEAR(void) { nhw_timer_TASK_CLEAR(1); } in nhw_timer1_TASK_CLEAR()
630 void nhw_timer1_TASK_COUNT(void) { nhw_timer_TASK_COUNT(1); } in nhw_timer1_TASK_COUNT()