Searched refs:WWDGT_CFG_WIN (Results 1 – 13 of 13) sorted by relevance
56 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter wi… macro
55 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter wi… macro
57 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter window value… macro
57 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT counter wi… macro
54 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT c… macro
56 #define WWDGT_CFG_WIN BITS(0,6) /*!< WWDGT count… macro
97 reg_cfg = WWDGT_CFG &(~((uint32_t)WWDGT_CFG_WIN|(uint32_t)WWDGT_CFG_PSC)); in wwdgt_config()
100 reg_cfg = (WWDGT_CFG &(~(WWDGT_CFG_WIN|WWDGT_CFG_PSC))); in wwdgt_config()
102 reg_cfg = (WWDGT_CFG &(~(WWDGT_CFG_WIN|WWDGT_CFG_PSC))); in wwdgt_config()
107 reg_cfg = WWDGT_CFG & (~(uint32_t)WWDGT_CFG_WIN); in wwdgt_window_value_config()