|
STM32H735xx HAL User Manual
|
Defines | |
| #define | RCC_LSEDRIVE_LOW (0x00000000U) |
| #define | RCC_LSEDRIVE_MEDIUMLOW RCC_BDCR_LSEDRV_0 |
| #define | RCC_LSEDRIVE_MEDIUMHIGH RCC_BDCR_LSEDRV_1 |
| #define | RCC_LSEDRIVE_HIGH RCC_BDCR_LSEDRV |
| #define RCC_LSEDRIVE_HIGH RCC_BDCR_LSEDRV |
LSE high drive capability
Definition at line 717 of file stm32h7xx_hal_rcc.h.
| #define RCC_LSEDRIVE_LOW (0x00000000U) |
LSE low drive capability
Definition at line 714 of file stm32h7xx_hal_rcc.h.
| #define RCC_LSEDRIVE_MEDIUMHIGH RCC_BDCR_LSEDRV_1 |
LSE medium high drive capability
Definition at line 716 of file stm32h7xx_hal_rcc.h.
| #define RCC_LSEDRIVE_MEDIUMLOW RCC_BDCR_LSEDRV_0 |
LSE medium low drive capability
Definition at line 715 of file stm32h7xx_hal_rcc.h.
1.7.6.1