Home
last modified time | relevance | path

Searched refs:TIMER_CTL1_MMC (Results 1 – 16 of 16) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h83 #define TIMER_CTL1_MMC BITS(4,6) /*!< master mode control */ macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h98 #define TIMER_CTL1_MMC BITS(4,6) /*!< master mode control */ macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h87 #define TIMER_CTL1_MMC BITS(4,6) /*!< master mode control */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h96 #define TIMER_CTL1_MMC BITS(4,6) /*!< master mode control */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h95 #define TIMER_CTL1_MMC BITS(4,6) /*!< master mode control */ macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h93 #define TIMER_CTL1_MMC BITS(4,6) /*!< master mode control */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h97 #define TIMER_CTL1_MMC BITS(4,6) /*!< master mode control */ macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c1351 ctl &= (~(uint32_t)TIMER_CTL1_MMC); in timer_master_output_trigger_source_select()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h105 #define TIMER_CTL1_MMC BITS(4,6) /*!< master mod… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c1592 TIMER_CTL1(timer_periph) &= (~(uint32_t)TIMER_CTL1_MMC); in timer_master_output_trigger_source_select()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c1724 TIMER_CTL1(timer_periph) &= (~(uint32_t)TIMER_CTL1_MMC); in timer_master_output_trigger_source_select()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c1567 TIMER_CTL1(timer_periph) &= (~(uint32_t)TIMER_CTL1_MMC); in timer_master_output_trigger_source_select()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c1596 TIMER_CTL1(timer_periph) &= (~(uint32_t)TIMER_CTL1_MMC); in timer_master_output_trigger_source_select()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c1741 TIMER_CTL1(timer_periph) &= (~(uint32_t)TIMER_CTL1_MMC); in timer_master_output_trigger_source_select()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c1600 TIMER_CTL1(timer_periph) &= (~(uint32_t)TIMER_CTL1_MMC); in timer_master_output_trigger_source_select()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c2102 reg &= (~(uint32_t)TIMER_CTL1_MMC); in timer_master_output_trigger_source_select()