mirror of https://github.com/ARMmbed/mbed-os.git
STM32H7: LSI clock selection when LSE is not available
parent
1afece7f1b
commit
5cfee65881
|
@ -430,6 +430,9 @@ typedef struct
|
||||||
/** @defgroup RCC_RTC_Clock_Source RCC RTC Clock Source
|
/** @defgroup RCC_RTC_Clock_Source RCC RTC Clock Source
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
/* MBED */
|
||||||
|
#define RCC_RTCCLKSOURCE_NO_CLK (0x00000000U)
|
||||||
|
/* MBED */
|
||||||
#define RCC_RTCCLKSOURCE_LSE (0x00000100U)
|
#define RCC_RTCCLKSOURCE_LSE (0x00000100U)
|
||||||
#define RCC_RTCCLKSOURCE_LSI (0x00000200U)
|
#define RCC_RTCCLKSOURCE_LSI (0x00000200U)
|
||||||
#define RCC_RTCCLKSOURCE_HSE_DIV2 (0x00002300U)
|
#define RCC_RTCCLKSOURCE_HSE_DIV2 (0x00002300U)
|
||||||
|
|
Loading…
Reference in New Issue