Home
last modified time | relevance | path

Searched refs:TIMER_OUTSEL_DISABLE (Results 1 – 12 of 12) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h616 #define TIMER_OUTSEL_DISABLE ((uint16_t)0x0000U) /*!< output val… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h593 #define TIMER_OUTSEL_DISABLE ((uint16_t)0x0000U) /*!< output val… macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h587 #define TIMER_OUTSEL_DISABLE ((uint16_t)0x0000U) /*!< output val… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h595 #define TIMER_OUTSEL_DISABLE ((uint16_t)0x0000U) /*!< output val… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h585 #define TIMER_OUTSEL_DISABLE ((uint16_t)0x0000U) /*!< output val… macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h901 #define TIMER_OUTSEL_DISABLE ((uint16_t)0x0000U) /*!< output val… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c1915 } else if(TIMER_OUTSEL_DISABLE == outsel) { in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c2024 }else if(TIMER_OUTSEL_DISABLE == outsel){ in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c1894 }else if(TIMER_OUTSEL_DISABLE == outsel){ in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c2058 }else if(TIMER_OUTSEL_DISABLE == outsel){ in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c1893 }else if(TIMER_OUTSEL_DISABLE == outsel){ in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c2420 } else if(TIMER_OUTSEL_DISABLE == outsel) { in timer_output_value_selection_config()