Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/ledc/
A Dhal_ledc.c99 static void ledc_set_t1h_ns(unsigned int t1h_ns) in ledc_set_t1h_ns() argument
107 if (t1h_ns < min || t1h_ns > max) { in ledc_set_t1h_ns()
112 n = (t1h_ns - 42) / 42; in ledc_set_t1h_ns()
365 ledc_set_t1h_ns(ledc->t1h_ns); in hal_ledc_set_time()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_ledc.h34 unsigned int t1h_ns; member

Completed in 10 milliseconds