Home
last modified time | relevance | path

Searched refs:breakstate (Results 1 – 14 of 14) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c550 breakpara->breakstate = TIMER_BREAK_DISABLE; in timer_break_struct_para_init()
575 ((uint32_t)(breakpara->breakstate))) ; in timer_break_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c682 breakpara->breakstate = TIMER_BREAK_DISABLE; in timer_break_struct_para_init()
707 ((uint32_t)(breakpara->breakstate))) ; in timer_break_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c522 breakpara->breakstate = TIMER_BREAK_DISABLE; in timer_break_struct_para_init()
547 ((uint32_t)(breakpara->breakstate))); in timer_break_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c555 breakpara->breakstate = TIMER_BREAK_DISABLE; in timer_break_struct_para_init()
580 ((uint32_t)(breakpara->breakstate))) ; in timer_break_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c686 breakpara->breakstate = TIMER_BREAK_DISABLE; in timer_break_struct_para_init()
711 ((uint32_t)(breakpara->breakstate))) ; in timer_break_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c555 breakpara->breakstate = TIMER_BREAK_DISABLE; in timer_break_struct_para_init()
580 ((uint32_t)(breakpara->breakstate))); in timer_break_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h287 uint16_t breakstate; /*!< break enable */ member
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h261 uint16_t breakstate; /*!< break enable */ member
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h281 uint16_t breakstate; /*!< break enable */ member
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h276 uint16_t breakstate; /*!< break enable */ member
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h282 uint32_t breakstate; /*!< break enable */ member
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h275 uint16_t breakstate; /*!< break enable */ member
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c587 breakpara->breakstate = (uint16_t)TIMER_BREAK_DISABLE; in timer_break_struct_para_init()
612 ((uint32_t)(breakpara->breakstate))); in timer_break_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h455 …uint16_t breakstate; /*!< break enable … member