Searched defs:period_us (Results 1 – 1 of 1) sorted by relevance
166 static cy_rslt_t _cyhal_pwm_update_clock_freq(cyhal_pwm_t *obj, uint32_t period_us) in _cyhal_pwm_update_clock_freq()465 cy_rslt_t cyhal_pwm_set_period(cyhal_pwm_t *obj, uint32_t period_us, uint32_t pulse_width_us) in cyhal_pwm_set_period()484 uint32_t period_us = (_CYHAL_PWM_US_PER_SEC + (frequencyhal_hz - 1))/ frequencyhal_hz; in cyhal_pwm_set_duty_cycle() local