Home
last modified time | relevance | path

Searched refs:count_max (Results 1 – 2 of 2) sorted by relevance

/bsp/loongson/ls1cdev/libraries/
A Dls1c_delay.c46 int count_max; // ��ʱn΢���ѭ������ in delay_us() local
50 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()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/
A Dtcc.c523 uint32_t count_max = _tcc_maxs[module_index]; in tcc_init() local
526 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