Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c91 initpara->alignedmode = TIMER_COUNTER_EDGE; in timer_struct_para_init()
117 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->alignedmode); in gd32_timer_init()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c135 initpara->alignedmode = TIMER_COUNTER_EDGE; in timer_struct_para_init()
164 TIMER_CTL0(timer_periph) |= (uint32_t)initpara->alignedmode; in gd32_timer_init()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c123 initpara->alignedmode = TIMER_COUNTER_EDGE; in timer_struct_para_init()
152 TIMER_CTL0(timer_periph) |= (uint32_t)initpara->alignedmode; in gd32_timer_init()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c102 initpara->alignedmode = TIMER_COUNTER_EDGE; in timer_struct_para_init()
132 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->alignedmode & ALIGNEDMODE_MASK); in gd32_timer_init()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c140 initpara->alignedmode = TIMER_COUNTER_EDGE; in timer_struct_para_init()
169 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->alignedmode & ALIGNEDMODE_MASK); in gd32_timer_init()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c106 initpara->alignedmode = TIMER_COUNTER_EDGE; in timer_struct_para_init()
134 TIMER_CTL0(timer_periph) |= (uint32_t)initpara->alignedmode; in gd32_timer_init()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c139 initpara->alignedmode = TIMER_COUNTER_EDGE; in timer_struct_para_init()
169 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->alignedmode & ALIGNEDMODE_MASK); in gd32_timer_init()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h214 uint16_t alignedmode; /*!< aligned mode */ member
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h271 uint16_t alignedmode; /*!< aligned mode */ member
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h245 uint16_t alignedmode; /*!< aligned mode */ member
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h265 uint16_t alignedmode; /*!< aligned mode */ member
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h260 uint16_t alignedmode; /*!< aligned mode */ member
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h266 uint16_t alignedmode; /*!< aligned mode */ member
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h259 uint16_t alignedmode; /*!< aligned mode */ member
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c101 initpara->alignedmode = TIMER_COUNTER_EDGE; in timer_struct_para_init()
130 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->alignedmode & ALIGNEDMODE_MASK); in gd32_timer_init()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h440 …uint16_t alignedmode; /*!< aligned mode … member