Searched refs:TIMER_OC_POLARITY_HIGH (Results 1 – 11 of 11) sorted by relevance
33 #define ES_C_PWM_OC_POL_HIGH TIMER_OC_POLARITY_HIGH
220 timer_ocinitpara.ocpolarity = TIMER_OC_POLARITY_HIGH; in gd32_pwm_set()291 timer_ocinitpara.ocpolarity = TIMER_OC_POLARITY_HIGH; in gd32_pwm_init()
426 timer_ocintpara.ocpolarity = TIMER_OC_POLARITY_HIGH; in timer_config()
92 TIMER_OC_POLARITY_HIGH = 0U, /**< Output compare polarity is high */ enumerator816 #define IS_TIMER_OC_POLARITY(x) (((x) == TIMER_OC_POLARITY_HIGH) || \
94 TIMER_OC_POLARITY_HIGH = 0U, /**< Output compare polarity is high */ enumerator876 #define IS_TIMER_OC_POLARITY(x) (((x) == TIMER_OC_POLARITY_HIGH) || \
456 #define TIMER_OC_POLARITY_HIGH ((uint16_t)0x0000U) /*!< channel ou… macro
658 ocpara->ocpolarity = TIMER_OC_POLARITY_HIGH; in timer_channel_output_struct_para_init()
1649 oc.oc_polarity = TIMER_OC_POLARITY_HIGH; in ald_timer_hall_sensor_init()
1648 oc.oc_polarity = TIMER_OC_POLARITY_HIGH; in ald_timer_hall_sensor_init()
Completed in 47 milliseconds