Searched refs:HighLevelNanoSecond (Results 1 – 2 of 2) sorted by relevance
133 void GPIO_InitPwm(uint8_t Channel, uint32_t HighLevelNanoSecond, uint32_t LowLevelNanoSecond);
139 void GPIO_InitPwm(uint8_t Channel, uint32_t HighLevelNanoSecond, uint32_t LowLevelNanoSecond) { in GPIO_InitPwm() argument145 highTick = HighLevelNanoSecond * (gpio_GetClock() / 1000000) / 1000; in GPIO_InitPwm()
Completed in 5 milliseconds