Lines Matching refs:channel
87 uint8_t channel,
96 void csi_pwm_start(pwm_handle_t handle, uint8_t channel);
103 void csi_pwm_stop(pwm_handle_t handle, uint8_t channel);
111 void drv_pwm_config_clockdiv(pwm_handle_t handle, uint8_t channel, uint32_t div);
119 uint32_t drv_pwm_get_clockdiv(pwm_handle_t handle, uint8_t channel);
127 void drv_pwm_config_cb(pwm_handle_t handle, uint8_t channel, pwm_event_cb_t cb_event);
135 void drv_pwm_timer_set_timeout(pwm_handle_t handle, uint8_t channel, uint32_t timeout);
142 void drv_pwm_timer_start(pwm_handle_t handle, uint8_t channel);
149 void drv_pwm_timer_stop(pwm_handle_t handle, uint8_t channel);
157 void drv_pwm_timer_get_current_value(pwm_handle_t handle, uint8_t channel, uint32_t *value);
165 void drv_pwm_timer_get_load_value(pwm_handle_t handle, uint8_t channel, uint32_t *value);
173 void drv_pwm_capture_config(pwm_handle_t handle, uint8_t channel, pwm_input_config_t *config);
180 void drv_pwm_capture_start(pwm_handle_t handle, uint8_t channel);
187 void drv_pwm_capture_stop(pwm_handle_t handle, uint8_t channel);