![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
| #define | RCC_LSEDRIVE_LOW ((uint32_t)0x00000000U) |
| #define | RCC_LSEDRIVE_MEDIUMLOW RCC_BDCR_LSEDRV_1 |
| #define | RCC_LSEDRIVE_MEDIUMHIGH RCC_BDCR_LSEDRV_0 |
| #define | RCC_LSEDRIVE_HIGH RCC_BDCR_LSEDRV |
| #define RCC_LSEDRIVE_HIGH RCC_BDCR_LSEDRV |
Definition at line 404 of file stm32f7xx_hal_rcc.h.
| #define RCC_LSEDRIVE_LOW ((uint32_t)0x00000000U) |
Definition at line 401 of file stm32f7xx_hal_rcc.h.
| #define RCC_LSEDRIVE_MEDIUMHIGH RCC_BDCR_LSEDRV_0 |
Definition at line 403 of file stm32f7xx_hal_rcc.h.
| #define RCC_LSEDRIVE_MEDIUMLOW RCC_BDCR_LSEDRV_1 |
Definition at line 402 of file stm32f7xx_hal_rcc.h.
1.8.11