Home
last modified time | relevance | path

Searched refs:TIMER_CCHP_POEN (Results 1 – 14 of 14) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c632 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_POEN; in timer_primary_output_config()
634 TIMER_CCHP(timer_periph) &= (~(uint32_t)TIMER_CCHP_POEN); in timer_primary_output_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c764 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_POEN; in timer_primary_output_config()
766 TIMER_CCHP(timer_periph) &= (~(uint32_t)TIMER_CCHP_POEN); in timer_primary_output_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c604 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_POEN; in timer_primary_output_config()
606 TIMER_CCHP(timer_periph) &= (~(uint32_t)TIMER_CCHP_POEN); in timer_primary_output_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c637 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_POEN; in timer_primary_output_config()
639 TIMER_CCHP(timer_periph) &= (~(uint32_t)TIMER_CCHP_POEN); in timer_primary_output_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c768 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_POEN; in timer_primary_output_config()
770 TIMER_CCHP(timer_periph) &= (~(uint32_t)TIMER_CCHP_POEN); in timer_primary_output_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c637 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_POEN; in timer_primary_output_config()
639 TIMER_CCHP(timer_periph) &= (~(uint32_t)TIMER_CCHP_POEN); in timer_primary_output_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h248 #define TIMER_CCHP_POEN BIT(15) /*!< primary output enable */ macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h231 #define TIMER_CCHP_POEN BIT(15) /*!< primary output enable */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h247 #define TIMER_CCHP_POEN BIT(15) /*!< primary output enable */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h239 #define TIMER_CCHP_POEN BIT(15) /*!< primary output enable */ macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h245 #define TIMER_CCHP_POEN BIT(15) /*!< primary output enable */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h241 #define TIMER_CCHP_POEN BIT(15) /*!< primary output enable */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c669 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_POEN; in timer_primary_output_config()
671 TIMER_CCHP(timer_periph) &= (~(uint32_t)TIMER_CCHP_POEN); in timer_primary_output_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h298 #define TIMER_CCHP_POEN BIT(15) /*!< primary ou… macro