Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h436 #define TIMER_MASTER_SLAVE_MODE_DISABLE ((uint32_t)0x00000001U) /*!< master sla… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h574 #define TIMER_MASTER_SLAVE_MODE_DISABLE ((uint32_t)0x00000001U) /*!< master sla… macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h548 #define TIMER_MASTER_SLAVE_MODE_DISABLE ((uint32_t)0x00000000U) /*!< master sla… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h570 #define TIMER_MASTER_SLAVE_MODE_DISABLE ((uint32_t)0x00000001U) /*!< master sla… macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h564 #define TIMER_MASTER_SLAVE_MODE_DISABLE ((uint32_t)0x00000001U) /*!< mas… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h573 #define TIMER_MASTER_SLAVE_MODE_DISABLE ((uint8_t)0x01U) /*!< master sla… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h562 #define TIMER_MASTER_SLAVE_MODE_DISABLE ((uint32_t)0x00000000U) /*!< master sla… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c1397 } else if(TIMER_MASTER_SLAVE_MODE_DISABLE == masterslave) { in timer_master_slave_mode_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h871 #define TIMER_MASTER_SLAVE_MODE_DISABLE ((uint32_t)0x00000000U) /*!< master sla… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c1634 } else if(TIMER_MASTER_SLAVE_MODE_DISABLE == masterslave) { in timer_master_slave_mode_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c1766 }else if(TIMER_MASTER_SLAVE_MODE_DISABLE == masterslave){ in timer_master_slave_mode_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c1608 }else if(TIMER_MASTER_SLAVE_MODE_DISABLE == masterslave){ in timer_master_slave_mode_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c1637 }else if(TIMER_MASTER_SLAVE_MODE_DISABLE == masterslave){ in timer_master_slave_mode_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c1783 }else if(TIMER_MASTER_SLAVE_MODE_DISABLE == masterslave){ in timer_master_slave_mode_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c1641 }else if(TIMER_MASTER_SLAVE_MODE_DISABLE == masterslave){ in timer_master_slave_mode_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c2148 } else if(TIMER_MASTER_SLAVE_MODE_DISABLE == masterslave) { in timer_master_slave_mode_config()