Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c94 initpara->clockdivision = TIMER_CKDIV_DIV1; in timer_struct_para_init()
127 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->clockdivision); in gd32_timer_init()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c138 initpara->clockdivision = TIMER_CKDIV_DIV1; in timer_struct_para_init()
174 TIMER_CTL0(timer_periph) |= (uint32_t)initpara->clockdivision; in gd32_timer_init()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c126 initpara->clockdivision = TIMER_CKDIV_DIV1; in timer_struct_para_init()
162 TIMER_CTL0(timer_periph) |= (uint32_t)initpara->clockdivision; in gd32_timer_init()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c105 initpara->clockdivision = TIMER_CKDIV_DIV1; in timer_struct_para_init()
145 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->clockdivision & CLOCKDIVISION_MASK); in gd32_timer_init()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c143 initpara->clockdivision = TIMER_CKDIV_DIV1; in timer_struct_para_init()
179 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->clockdivision & CLOCKDIVISION_MASK); in gd32_timer_init()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c109 initpara->clockdivision = TIMER_CKDIV_DIV1; in timer_struct_para_init()
145 TIMER_CTL0(timer_periph) |= (uint32_t)initpara->clockdivision; in gd32_timer_init()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c142 initpara->clockdivision = TIMER_CKDIV_DIV1; in timer_struct_para_init()
179 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->clockdivision & CLOCKDIVISION_MASK); in gd32_timer_init()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h217 uint16_t clockdivision; /*!< clock division value */ member
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h273 uint16_t clockdivision; /*!< clock division value */ member
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h248 uint16_t clockdivision; /*!< clock division value */ member
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h268 uint16_t clockdivision; /*!< clock division value */ member
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h262 uint16_t clockdivision; /*!< clock division value */ member
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h268 uint16_t clockdivision; /*!< clock division value */ member
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h262 uint16_t clockdivision; /*!< clock division value */ member
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c104 initpara->clockdivision = TIMER_CKDIV_DIV1; in timer_struct_para_init()
141 TIMER_CTL0(timer_periph) |= (uint32_t)(initpara->clockdivision & CLOCKDIVISION_MASK); in gd32_timer_init()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h443 …uint16_t clockdivision; /*!< clock divisio… member