Home
last modified time | relevance | path

Searched refs:WWDGT_CFG_WIN (Results 1 – 13 of 13) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_wwdgt.h56 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter wi… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_wwdgt.h55 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter wi… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_wwdgt.h57 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter window value… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_wwdgt.h57 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter wi… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_wwdgt.h57 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter wi… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_wwdgt.h54 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT c… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_wwdgt.h56 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT count… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_wwdgt.c97 reg_cfg = WWDGT_CFG &(~((uint32_t)WWDGT_CFG_WIN|(uint32_t)WWDGT_CFG_PSC)); in wwdgt_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_wwdgt.c100 reg_cfg = (WWDGT_CFG &(~(WWDGT_CFG_WIN|WWDGT_CFG_PSC))); in wwdgt_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_wwdgt.c102 reg_cfg = (WWDGT_CFG &(~(WWDGT_CFG_WIN|WWDGT_CFG_PSC))); in wwdgt_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_wwdgt.c102 reg_cfg = (WWDGT_CFG &(~(WWDGT_CFG_WIN|WWDGT_CFG_PSC))); in wwdgt_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_wwdgt.c107 reg_cfg = WWDGT_CFG & (~(uint32_t)WWDGT_CFG_WIN); in wwdgt_window_value_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_wwdgt.h55 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter wi… macro