ite.c | 845 static callout_t repeat_ch; variable in typeref:typename:callout_t 869 callout_init(&repeat_ch, 0); 899 callout_stop(&repeat_ch); 910 callout_stop(&repeat_ch); 982 callout_reset(&repeat_ch, start_repeat_timeo * hz / 100, 988 callout_reset(&repeat_ch, next_repeat_timeo * hz / 100,
|