Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h348 #define TIMER_UPDATE_SRC_GLOBAL ((uint32_t)0x00000001U) /*!< update gen… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h438 #define TIMER_UPDATE_SRC_GLOBAL ((uint32_t)0x00000001U) /*!< update gen… macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h411 #define TIMER_UPDATE_SRC_GLOBAL ((uint32_t)0x00000000U) /*!< update gen… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h434 #define TIMER_UPDATE_SRC_GLOBAL ((uint32_t)0x00000001U) /*!< update gen… macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h429 #define TIMER_UPDATE_SRC_GLOBAL ((uint32_t)0x00000001U) /*!< upd… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h433 #define TIMER_UPDATE_SRC_GLOBAL ((uint8_t)0x01U) /*!< update gen… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h425 #define TIMER_UPDATE_SRC_GLOBAL ((uint32_t)0x00000000U) /*!< update gen… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c345 } else if(TIMER_UPDATE_SRC_GLOBAL == update) { in timer_update_source_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h698 #define TIMER_UPDATE_SRC_GLOBAL ((uint32_t)0x00000000U) /*!< update gen… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c409 } else if(TIMER_UPDATE_SRC_GLOBAL == update) { in timer_update_source_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c397 }else if(TIMER_UPDATE_SRC_GLOBAL == update){ in timer_update_source_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c381 }else if(TIMER_UPDATE_SRC_GLOBAL == update){ in timer_update_source_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c414 }else if(TIMER_UPDATE_SRC_GLOBAL == update){ in timer_update_source_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c380 }else if(TIMER_UPDATE_SRC_GLOBAL == update){ in timer_update_source_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c415 }else if(TIMER_UPDATE_SRC_GLOBAL == update){ in timer_update_source_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c378 } else if(TIMER_UPDATE_SRC_GLOBAL == update) { in timer_update_source_config()