Home
last modified time | relevance | path

Searched defs:pwm_x (Results 1 – 2 of 2) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_pwm_drv.h205 static inline void pwm_deinit(PWM_Type *pwm_x) in pwm_deinit()
231 static inline void pwm_issue_shadow_register_lock_event(PWM_Type *pwm_x) in pwm_issue_shadow_register_lock_event()
248 static inline void pwm_shadow_register_lock(PWM_Type *pwm_x) in pwm_shadow_register_lock()
259 static inline void pwm_shadow_register_unlock(PWM_Type *pwm_x) in pwm_shadow_register_unlock()
271 static inline void pwm_set_start_count(PWM_Type *pwm_x, in pwm_set_start_count()
287 static inline void pwm_set_hrpwm_start_count(PWM_Type *pwm_x, in pwm_set_hrpwm_start_count()
302 static inline void pwm_set_reload(PWM_Type *pwm_x, in pwm_set_reload()
320 static inline void pwm_set_hrpwm_reload(PWM_Type *pwm_x, in pwm_set_hrpwm_reload()
342 static inline void pwm_clear_status(PWM_Type *pwm_x, uint32_t mask) in pwm_clear_status()
354 static inline void pwm_timer_reset(PWM_Type *pwm_x) in pwm_timer_reset()
[all …]
/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/
Dhpm_pwm_drv.c11 hpm_stat_t pwm_load_cmp_shadow_on_match(PWM_Type *pwm_x, in pwm_load_cmp_shadow_on_match()
24 void pwm_get_captured_count(PWM_Type *pwm_x, uint32_t *buf, pwm_counter_type_t counter, uint8_t sta… in pwm_get_captured_count()
38 void pwm_get_default_cmp_config(PWM_Type *pwm_x, pwm_cmp_config_t *config) in pwm_get_default_cmp_config()
54 void pwm_get_default_output_channel_config(PWM_Type *pwm_x, pwm_output_channel_t *config) in pwm_get_default_output_channel_config()
62 void pwm_get_default_pwm_config(PWM_Type *pwm_x, pwm_config_t *config) in pwm_get_default_pwm_config()
73 void pwm_get_default_pwm_pair_config(PWM_Type *pwm_x, pwm_pair_config_t *config) in pwm_get_default_pwm_pair_config()
79 hpm_stat_t pwm_setup_waveform_in_pair(PWM_Type *pwm_x, uint8_t pwm_index, in pwm_setup_waveform_in_pair()
115 hpm_stat_t pwm_setup_waveform(PWM_Type *pwm_x, in pwm_setup_waveform()
140 hpm_stat_t pwm_update_raw_cmp_edge_aligned(PWM_Type *pwm_x, uint8_t cmp_index, uint32_t target_cmp) in pwm_update_raw_cmp_edge_aligned()
147 hpm_stat_t pwm_update_raw_cmp_central_aligned(PWM_Type *pwm_x, uint8_t cmp1_index, in pwm_update_raw_cmp_central_aligned()
[all …]