Home
last modified time | relevance | path

Searched refs:TIMER_CFG_OUTSEL (Results 1 – 13 of 13) sorted by relevance

/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h251 #define TIMER_CFG_OUTSEL BIT(0) /*!< the output value selection */ macro
580 #define TIMER_CHVSEL_ENABLE ((uint16_t)TIMER_CFG_OUTSEL) /*!< write CHxV…
584 #define TIMER_OUTSEL_ENABLE ((uint16_t)TIMER_CFG_OUTSEL) /*!< output val…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h433 #define TIMER_CFG_OUTSEL BIT(0) /*!< the output… macro
900 #define TIMER_OUTSEL_ENABLE ((uint16_t)TIMER_CFG_OUTSEL) /*!< output val…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c1914 TIMER_CFG(timer_periph) |= (uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
1916 TIMER_CFG(timer_periph) &= ~(uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c2023 TIMER_CFG(timer_periph) |= (uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
2025 TIMER_CFG(timer_periph) &= ~(uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c1893 TIMER_CFG(timer_periph) |= (uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
1895 TIMER_CFG(timer_periph) &= ~(uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c2057 TIMER_CFG(timer_periph) |= (uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
2059 TIMER_CFG(timer_periph) &= ~(uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c1892 TIMER_CFG(timer_periph) |= (uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
1894 TIMER_CFG(timer_periph) &= ~(uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h263 #define TIMER_CFG_OUTSEL BIT(0) /*!< the output value selection */ macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h566 #define TIMER_CHVSEL_ENABLE ((uint16_t)TIMER_CFG_OUTSEL) /*!< write CHxV…
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h257 #define TIMER_CFG_OUTSEL BIT(0) /*!< the output value selection */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h252 #define TIMER_CFG_OUTSEL BIT(0) /*!< the output value selection */ macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h258 #define TIMER_CFG_OUTSEL BIT(0) /*!< the output value selection */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c2419 TIMER_CFG(timer_periph) |= (uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()
2421 TIMER_CFG(timer_periph) &= ~(uint32_t)TIMER_CFG_OUTSEL; in timer_output_value_selection_config()