Searched refs:count_max (Results 1 – 2 of 2) sorted by relevance
46 int count_max; // ��ʱn���ѭ������ in delay_us() local50 count_max = n * count_1us; in delay_us()53 count_max = count_max / 3; in delay_us()57 count_max = count_max - count_max / 5; in delay_us()61 count_max = count_max - count_max / 10; in delay_us()65 for (tmp = count_max; tmp > 0; tmp--) in delay_us()
523 uint32_t count_max = _tcc_maxs[module_index]; in tcc_init() local526 if ((config->counter.count > count_max) in tcc_init()527 || (config->counter.period > count_max) in tcc_init()534 if ((config->compare.match[i] > count_max) in tcc_init()
Completed in 10 milliseconds