Searched refs:pwm_handle_t (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/hardware/chip/smarth_rv64/include/ |
A D | drv_pwm.h | 25 typedef void *pwm_handle_t; typedef 63 pwm_handle_t csi_pwm_initialize(uint32_t idx); 69 void csi_pwm_uninitialize(pwm_handle_t handle); 86 int32_t csi_pwm_config(pwm_handle_t handle, 96 void csi_pwm_start(pwm_handle_t handle, uint8_t channel); 103 void csi_pwm_stop(pwm_handle_t handle, uint8_t channel); 119 uint32_t drv_pwm_get_clockdiv(pwm_handle_t handle, uint8_t channel); 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); 180 void drv_pwm_capture_start(pwm_handle_t handle, uint8_t channel); [all …]
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | pwm.h | 25 typedef void *pwm_handle_t; typedef 63 pwm_handle_t csi_pwm_initialize(uint32_t idx); 69 void csi_pwm_uninitialize(pwm_handle_t handle); 86 int32_t csi_pwm_config(pwm_handle_t handle, 96 void csi_pwm_start(pwm_handle_t handle, uint8_t channel); 103 void csi_pwm_stop(pwm_handle_t handle, uint8_t channel); 119 uint32_t drv_pwm_get_clockdiv(pwm_handle_t handle, uint8_t channel); 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); 180 void drv_pwm_capture_start(pwm_handle_t handle, uint8_t channel); [all …]
|
Completed in 9 milliseconds