Searched refs:RCC_CFGR_USBPRE (Results 1 – 8 of 8) sorted by relevance
190 #define RCC_CFGR_USBPRE (0x03U << RCC_CFGR_USBPRE_Pos) ///< USB prescaler … macro
252 MODIFY_REG(RCC->CFGR, RCC_CFGR_USBPRE, (usb_clk_src << RCC_CFGR_USBPRE_Pos)); in RCC_USBCLKConfig()
1284 #define RCC_CFGR_USBPRE ((uint32_t)0x00C00000) /*!< USB prescaler BIT[1… macro
1293 #define RCC_CFGR_USBPRE ((uint32_t)0x00C00000) /*!< USB prescaler BIT[1… macro
1621 #define RCC_CFGR_USBPRE ((uint32_t)0x00C00000) /*!< USB prescaler BIT[1… macro
1272 #define RCC_CFGR_USBPRE ((uint32_t)0x00C00000) /*!< USBPRE[2:0] bits (U… macro
1463 #define RCC_CFGR_USBPRE ((uint32_t)0x00400000) /*!< USB Device prescaler… macro
816 #define RCC_CFGR_USBPRE(x) (((uint32_t)(((uint32_t)(x)) << RCC_CFGR_USBPRE_SHI… macro
Completed in 893 milliseconds