Home
last modified time | relevance | path

Searched refs:WWDGT_CFG_PSC (Results 1 – 11 of 11) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_wwdgt.h58 #define WWDGT_CFG_PSC BITS(7,8) /*!< WWDGT prescaler divider va… macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_wwdgt.h56 #define WWDGT_CFG_PSC BITS(7,8) /*!< WWDGT prescaler … macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_wwdgt.h58 #define WWDGT_CFG_PSC BITS(7,8) /*!< WWDGT prescaler … macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_wwdgt.h57 #define WWDGT_CFG_PSC BITS(7,8) /*!< WWDGT prescaler … macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_wwdgt.h58 #define WWDGT_CFG_PSC BITS(7,8) /*!< WWDGT prescaler … macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_wwdgt.h57 #define WWDGT_CFG_PSC BITS(7,8) /*!< WWDGT presc… macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_wwdgt.h55 #define WWDGT_CFG_PSC BITS(7,8) /*!< WWDGT p… macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_wwdgt.c100 reg_cfg = (WWDGT_CFG &(~(WWDGT_CFG_WIN|WWDGT_CFG_PSC))); in wwdgt_config()
/hal_gigadevice-latest/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-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_wwdgt.c102 reg_cfg = (WWDGT_CFG &(~(WWDGT_CFG_WIN|WWDGT_CFG_PSC))); in wwdgt_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_wwdgt.c102 reg_cfg = (WWDGT_CFG &(~(WWDGT_CFG_WIN|WWDGT_CFG_PSC))); in wwdgt_config()