Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_wwdgt.c66 void wwdgt_counter_update(uint16_t counter_value) in wwdgt_counter_update() argument
68 WWDGT_CTL = (uint32_t)(CTL_CNT(counter_value)); in wwdgt_counter_update()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_wwdgt.c69 void wwdgt_counter_update(uint16_t counter_value) in wwdgt_counter_update() argument
71 WWDGT_CTL = (uint32_t)(CTL_CNT(counter_value)); in wwdgt_counter_update()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_wwdgt.c74 void wwdgt_counter_update(uint16_t counter_value) in wwdgt_counter_update() argument
76 WWDGT_CTL = (uint32_t)(CTL_CNT(counter_value)); in wwdgt_counter_update()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_wwdgt.c72 void wwdgt_counter_update(uint16_t counter_value) in wwdgt_counter_update() argument
77 reg |= CTL_CNT(counter_value); in wwdgt_counter_update()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_wwdgt.c69 void wwdgt_counter_update(uint16_t counter_value) in wwdgt_counter_update() argument
74 reg |= (uint32_t)(CTL_CNT(counter_value)); in wwdgt_counter_update()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_wwdgt.c74 void wwdgt_counter_update(uint16_t counter_value) in wwdgt_counter_update() argument
79 reg |= CTL_CNT(counter_value); in wwdgt_counter_update()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_wwdgt.c74 void wwdgt_counter_update(uint16_t counter_value) in wwdgt_counter_update() argument
79 reg |= CTL_CNT(counter_value); in wwdgt_counter_update()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_wwdgt.c120 void wwdgt_counter_update(uint16_t counter_value) in wwdgt_counter_update() argument
122 WWDGT_CTL = (uint32_t)(CTL_CNT(counter_value)); in wwdgt_counter_update()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_wwdgt.h78 void wwdgt_counter_update(uint16_t counter_value);
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_wwdgt.h76 void wwdgt_counter_update(uint16_t counter_value);
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_wwdgt.h78 void wwdgt_counter_update(uint16_t counter_value);
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_wwdgt.h77 void wwdgt_counter_update(uint16_t counter_value);
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_wwdgt.h83 void wwdgt_counter_update(uint16_t counter_value);
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_wwdgt.h83 void wwdgt_counter_update(uint16_t counter_value);
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_wwdgt.h80 void wwdgt_counter_update(uint16_t counter_value);
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_wwdgt.h91 void wwdgt_counter_update(uint16_t counter_value);