Lines Matching refs:CFG_PSC
64 #define CFG_PSC(regval1, regval2) ((BITS(7,8) & ((uint32_t)(regval1) << 7U)) | (BITS(16, 17) & ((… macro
65 #define WWDGT_CFG_PSC_DIV1 ((uint32_t)CFG_PSC(0,0)) /*!< the time base of…
66 #define WWDGT_CFG_PSC_DIV2 ((uint32_t)CFG_PSC(1,0)) /*!< the time base of…
67 #define WWDGT_CFG_PSC_DIV4 ((uint32_t)CFG_PSC(2,0)) /*!< the time base of…
68 #define WWDGT_CFG_PSC_DIV8 ((uint32_t)CFG_PSC(3,0)) /*!< the time base of…
69 #define WWDGT_CFG_PSC_DIV16 ((uint32_t)CFG_PSC(0,1)) /*!< the time base of…
70 #define WWDGT_CFG_PSC_DIV32 ((uint32_t)CFG_PSC(1,1)) /*!< the time base of…
71 #define WWDGT_CFG_PSC_DIV64 ((uint32_t)CFG_PSC(2,1)) /*!< the time base of…
72 #define WWDGT_CFG_PSC_DIV128 ((uint32_t)CFG_PSC(3,1)) /*!< the time base of…
73 #define WWDGT_CFG_PSC_DIV256 ((uint32_t)CFG_PSC(0,2)) /*!< the time base of…
74 #define WWDGT_CFG_PSC_DIV512 ((uint32_t)CFG_PSC(1,2)) /*!< the time base of…
75 #define WWDGT_CFG_PSC_DIV1024 ((uint32_t)CFG_PSC(2,2)) /*!< the time base of…
76 #define WWDGT_CFG_PSC_DIV2048 ((uint32_t)CFG_PSC(3,2)) /*!< the time base of…
77 #define WWDGT_CFG_PSC_DIV4096 ((uint32_t)CFG_PSC(0,3)) /*!< the time base of…
78 #define WWDGT_CFG_PSC_DIV8192 ((uint32_t)CFG_PSC(1,3)) /*!< the time base of…