Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_wwdgt.h63 #define CFG_PSC(regval) (BITS(7,8) & ((uint32_t)(regval) << 7)) /*!< write value to W… macro
64 #define WWDGT_CFG_PSC_DIV1 CFG_PSC(0) /*!< the time base of…
65 #define WWDGT_CFG_PSC_DIV2 CFG_PSC(1) /*!< the time base of…
66 #define WWDGT_CFG_PSC_DIV4 CFG_PSC(2) /*!< the time base of…
67 #define WWDGT_CFG_PSC_DIV8 CFG_PSC(3) /*!< the time base of…

Completed in 5 milliseconds