DIY Logging Volt/Ampmeter

Macros

#define RCC_IT_LSIRDY   ((uint8_t)RCC_CIR_LSIRDYF)
 
#define RCC_IT_LSERDY   ((uint8_t)RCC_CIR_LSERDYF)
 
#define RCC_IT_HSIRDY   ((uint8_t)RCC_CIR_HSIRDYF)
 
#define RCC_IT_HSERDY   ((uint8_t)RCC_CIR_HSERDYF)
 
#define RCC_IT_PLLRDY   ((uint8_t)RCC_CIR_PLLRDYF)
 
#define RCC_IT_CSS   ((uint8_t)RCC_CIR_CSSF)
 

Detailed Description

Macro Definition Documentation

◆ RCC_IT_CSS

#define RCC_IT_CSS   ((uint8_t)RCC_CIR_CSSF)

Clock Security System Interrupt flag

Definition at line 271 of file stm32f1xx_hal_rcc.h.

◆ RCC_IT_HSERDY

#define RCC_IT_HSERDY   ((uint8_t)RCC_CIR_HSERDYF)

HSE Ready Interrupt flag

Definition at line 269 of file stm32f1xx_hal_rcc.h.

◆ RCC_IT_HSIRDY

#define RCC_IT_HSIRDY   ((uint8_t)RCC_CIR_HSIRDYF)

HSI Ready Interrupt flag

Definition at line 268 of file stm32f1xx_hal_rcc.h.

◆ RCC_IT_LSERDY

#define RCC_IT_LSERDY   ((uint8_t)RCC_CIR_LSERDYF)

LSE Ready Interrupt flag

Definition at line 267 of file stm32f1xx_hal_rcc.h.

◆ RCC_IT_LSIRDY

#define RCC_IT_LSIRDY   ((uint8_t)RCC_CIR_LSIRDYF)

LSI Ready Interrupt flag

Definition at line 266 of file stm32f1xx_hal_rcc.h.

◆ RCC_IT_PLLRDY

#define RCC_IT_PLLRDY   ((uint8_t)RCC_CIR_PLLRDYF)

PLL Ready Interrupt flag

Definition at line 270 of file stm32f1xx_hal_rcc.h.