![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | RCC_IT_LSIRDY ((uint8_t)0x01U) |
#define | RCC_IT_LSERDY ((uint8_t)0x02U) |
#define | RCC_IT_HSIRDY ((uint8_t)0x04U) |
#define | RCC_IT_HSERDY ((uint8_t)0x08U) |
#define | RCC_IT_PLLRDY ((uint8_t)0x10U) |
#define | RCC_IT_PLLI2SRDY ((uint8_t)0x20U) |
#define | RCC_IT_PLLSAIRDY ((uint8_t)0x40U) |
#define | RCC_IT_CSS ((uint8_t)0x80U) |
#define RCC_IT_CSS ((uint8_t)0x80U) |
Definition at line 361 of file stm32f7xx_hal_rcc.h.
#define RCC_IT_HSERDY ((uint8_t)0x08U) |
Definition at line 357 of file stm32f7xx_hal_rcc.h.
#define RCC_IT_HSIRDY ((uint8_t)0x04U) |
Definition at line 356 of file stm32f7xx_hal_rcc.h.
#define RCC_IT_LSERDY ((uint8_t)0x02U) |
Definition at line 355 of file stm32f7xx_hal_rcc.h.
#define RCC_IT_LSIRDY ((uint8_t)0x01U) |
Definition at line 354 of file stm32f7xx_hal_rcc.h.
#define RCC_IT_PLLI2SRDY ((uint8_t)0x20U) |
Definition at line 359 of file stm32f7xx_hal_rcc.h.
#define RCC_IT_PLLRDY ((uint8_t)0x10U) |
Definition at line 358 of file stm32f7xx_hal_rcc.h.
#define RCC_IT_PLLSAIRDY ((uint8_t)0x40U) |
Definition at line 360 of file stm32f7xx_hal_rcc.h.