Prusa MINI Firmware overview
Collaboration diagram for Interrupts:

Macros

#define RCC_IT_LSIRDY   ((uint8_t)0x01)
 
#define RCC_IT_LSERDY   ((uint8_t)0x02)
 
#define RCC_IT_HSIRDY   ((uint8_t)0x04)
 
#define RCC_IT_HSERDY   ((uint8_t)0x08)
 
#define RCC_IT_PLLRDY   ((uint8_t)0x10)
 
#define RCC_IT_PLLI2SRDY   ((uint8_t)0x20)
 
#define RCC_IT_CSS   ((uint8_t)0x80)
 

Detailed Description

Macro Definition Documentation

◆ RCC_IT_LSIRDY

#define RCC_IT_LSIRDY   ((uint8_t)0x01)

◆ RCC_IT_LSERDY

#define RCC_IT_LSERDY   ((uint8_t)0x02)

◆ RCC_IT_HSIRDY

#define RCC_IT_HSIRDY   ((uint8_t)0x04)

◆ RCC_IT_HSERDY

#define RCC_IT_HSERDY   ((uint8_t)0x08)

◆ RCC_IT_PLLRDY

#define RCC_IT_PLLRDY   ((uint8_t)0x10)

◆ RCC_IT_PLLI2SRDY

#define RCC_IT_PLLI2SRDY   ((uint8_t)0x20)

◆ RCC_IT_CSS

#define RCC_IT_CSS   ((uint8_t)0x80)