Searched refs:tmr_oc_config_struct (Results 1 – 1 of 1) sorted by relevance
160 tmr_output_config_type tmr_oc_config_struct; in at32_hw_pwm_init() local169 tmr_output_default_para_init(&tmr_oc_config_struct); in at32_hw_pwm_init()171 tmr_oc_config_struct.oc_mode = TMR_OUTPUT_CONTROL_PWM_MODE_A; in at32_hw_pwm_init()176 tmr_output_channel_config(tmr_x, TMR_SELECT_CHANNEL_1, &tmr_oc_config_struct); in at32_hw_pwm_init()182 tmr_output_channel_config(tmr_x, TMR_SELECT_CHANNEL_2, &tmr_oc_config_struct); in at32_hw_pwm_init()188 tmr_output_channel_config(tmr_x, TMR_SELECT_CHANNEL_3, &tmr_oc_config_struct); in at32_hw_pwm_init()194 tmr_output_channel_config(tmr_x, TMR_SELECT_CHANNEL_4, &tmr_oc_config_struct); in at32_hw_pwm_init()
Completed in 4 milliseconds