Home
last modified time | relevance | path

Searched refs:TIMER_OC_POLARITY_HIGH (Results 1 – 11 of 11) sorted by relevance

/bsp/essemi/es32f0654/drivers/ES/
A Des_conf_info_pwm.h33 #define ES_C_PWM_OC_POL_HIGH TIMER_OC_POLARITY_HIGH
/bsp/essemi/es32f365x/drivers/ES/
A Des_conf_info_pwm.h33 #define ES_C_PWM_OC_POL_HIGH TIMER_OC_POLARITY_HIGH
/bsp/essemi/es32f369x/drivers/ES/
A Des_conf_info_pwm.h33 #define ES_C_PWM_OC_POL_HIGH TIMER_OC_POLARITY_HIGH
/bsp/nuclei/libraries/gd32vf103/HAL_Drivers/
A Ddrv_pwm.c220 timer_ocinitpara.ocpolarity = TIMER_OC_POLARITY_HIGH; in gd32_pwm_set()
291 timer_ocinitpara.ocpolarity = TIMER_OC_POLARITY_HIGH; in gd32_pwm_init()
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_pwm.c426 timer_ocintpara.ocpolarity = TIMER_OC_POLARITY_HIGH; in timer_config()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_timer.h92 TIMER_OC_POLARITY_HIGH = 0U, /**< Output compare polarity is high */ enumerator
816 #define IS_TIMER_OC_POLARITY(x) (((x) == TIMER_OC_POLARITY_HIGH) || \
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_timer.h94 TIMER_OC_POLARITY_HIGH = 0U, /**< Output compare polarity is high */ enumerator
876 #define IS_TIMER_OC_POLARITY(x) (((x) == TIMER_OC_POLARITY_HIGH) || \
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_timer.h456 #define TIMER_OC_POLARITY_HIGH ((uint16_t)0x0000U) /*!< channel ou… macro
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_timer.c658 ocpara->ocpolarity = TIMER_OC_POLARITY_HIGH; in timer_channel_output_struct_para_init()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_timer.c1649 oc.oc_polarity = TIMER_OC_POLARITY_HIGH; in ald_timer_hall_sensor_init()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_timer.c1648 oc.oc_polarity = TIMER_OC_POLARITY_HIGH; in ald_timer_hall_sensor_init()

Completed in 47 milliseconds