Searched refs:CFG_WIN (Results 1 – 11 of 11) sorted by relevance
43 #define CFG_WIN(regval) (BITS(0,6) & ((uint32_t)(regval) << 0)) macro95 WWDGT_CFG = (uint32_t)(CFG_WIN(window) | prescaler); in wwdgt_config()
41 #define CFG_WIN(regval) (BITS(0,6) & ((uint32_t)(regval) << 0)) macro104 reg_cfg |= CFG_WIN(window); in wwdgt_config()
43 #define CFG_WIN(regval) (BITS(0,6) & ((uint32_t)(regval) << 0)) macro106 reg_cfg |= CFG_WIN(window); in wwdgt_config()
40 #define CFG_WIN(regval) (BITS(0,6) & ((uint32_t)(regval) << 0U)) /*!< write value to… macro140 WWDGT_CFG = (uint32_t)(CFG_WIN(window) | prescaler); in wwdgt_config()
87 WWDGT_CFG = (uint32_t)(CFG_WIN(window) | prescaler); in wwdgt_config()
90 WWDGT_CFG = (uint32_t)(CFG_WIN(window) | prescaler); in wwdgt_config()
74 #define CFG_WIN(regval) (BITS(0,6) & ((uint32_t)(regval) << 0)) macro
68 #define CFG_WIN(regval) (BITS(0,6) & ((uint32_t)(regval) << 0U)) /*!< write value… macro
71 #define CFG_WIN(regval) (BITS(0,6) & ((uint32_t)(regval) << 0U)) /*!< write v… macro
101 reg_cfg |= (uint32_t)(CFG_WIN(window)); in wwdgt_config()