stm32/h7: Added some missing decls for the USB clock selections
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
26cb7f0ded
commit
8268fb2e29
@@ -421,6 +421,10 @@ LGPL License Terms @ref lgpl_license
|
|||||||
/** @defgroup rcc_d2ccip2r_values RCC_D2CCIP2R Values
|
/** @defgroup rcc_d2ccip2r_values RCC_D2CCIP2R Values
|
||||||
* @ingroup rcc_registers
|
* @ingroup rcc_registers
|
||||||
* @{*/
|
* @{*/
|
||||||
|
#define RCC_D2CCIP2R_USBSEL_DISABLED 0U
|
||||||
|
#define RCC_D2CCIP2R_USBSEL_PLL1Q 1U
|
||||||
|
#define RCC_D2CCIP2R_USBSEL_PLL3Q 2U
|
||||||
|
#define RCC_D2CCIP2R_USBSEL_HSI48 3U
|
||||||
#define RCC_D2CCIP2R_RNGSEL_HSI48 0U
|
#define RCC_D2CCIP2R_RNGSEL_HSI48 0U
|
||||||
#define RCC_D2CCIP2R_RNGSEL_PLL1Q 1U
|
#define RCC_D2CCIP2R_RNGSEL_PLL1Q 1U
|
||||||
#define RCC_D2CCIP2R_RNGSEL_LSE 2U
|
#define RCC_D2CCIP2R_RNGSEL_LSE 2U
|
||||||
@@ -435,7 +439,6 @@ LGPL License Terms @ref lgpl_license
|
|||||||
#define RCC_D2CCIP2R_USARTSEL_LSE 5U
|
#define RCC_D2CCIP2R_USARTSEL_LSE 5U
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
|
|
||||||
#define RCC_HSI_BASE_FREQUENCY 64000000UL
|
#define RCC_HSI_BASE_FREQUENCY 64000000UL
|
||||||
|
|
||||||
/** Enumerations for core system/bus clocks for user/driver/system access to base bus clocks
|
/** Enumerations for core system/bus clocks for user/driver/system access to base bus clocks
|
||||||
|
|||||||
Reference in New Issue
Block a user