STM32H7: LSI clock selection when LSE is not available

pull/11525/head
jeromecoutant 2019-09-19 13:04:13 +02:00
parent 1afece7f1b
commit 5cfee65881
1 changed files with 3 additions and 0 deletions

View File

@ -430,6 +430,9 @@ typedef struct
/** @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_LSI (0x00000200U)
#define RCC_RTCCLKSOURCE_HSE_DIV2 (0x00002300U)