Prusa MINI Firmware overview

Elements values convention: 0XXYYYYYb. More...

Collaboration diagram for Flags:

Macros

#define RCC_FLAG_HSIRDY   ((uint8_t)0x21)
 
#define RCC_FLAG_HSERDY   ((uint8_t)0x31)
 
#define RCC_FLAG_PLLRDY   ((uint8_t)0x39)
 
#define RCC_FLAG_PLLI2SRDY   ((uint8_t)0x3B)
 
#define RCC_FLAG_LSERDY   ((uint8_t)0x41)
 
#define RCC_FLAG_LSIRDY   ((uint8_t)0x61)
 
#define RCC_FLAG_BORRST   ((uint8_t)0x79)
 
#define RCC_FLAG_PINRST   ((uint8_t)0x7A)
 
#define RCC_FLAG_PORRST   ((uint8_t)0x7B)
 
#define RCC_FLAG_SFTRST   ((uint8_t)0x7C)
 
#define RCC_FLAG_IWDGRST   ((uint8_t)0x7D)
 
#define RCC_FLAG_WWDGRST   ((uint8_t)0x7E)
 
#define RCC_FLAG_LPWRRST   ((uint8_t)0x7F)
 

Detailed Description

Elements values convention: 0XXYYYYYb.

Macro Definition Documentation

◆ RCC_FLAG_HSIRDY

#define RCC_FLAG_HSIRDY   ((uint8_t)0x21)

◆ RCC_FLAG_HSERDY

#define RCC_FLAG_HSERDY   ((uint8_t)0x31)

◆ RCC_FLAG_PLLRDY

#define RCC_FLAG_PLLRDY   ((uint8_t)0x39)

◆ RCC_FLAG_PLLI2SRDY

#define RCC_FLAG_PLLI2SRDY   ((uint8_t)0x3B)

◆ RCC_FLAG_LSERDY

#define RCC_FLAG_LSERDY   ((uint8_t)0x41)

◆ RCC_FLAG_LSIRDY

#define RCC_FLAG_LSIRDY   ((uint8_t)0x61)

◆ RCC_FLAG_BORRST

#define RCC_FLAG_BORRST   ((uint8_t)0x79)

◆ RCC_FLAG_PINRST

#define RCC_FLAG_PINRST   ((uint8_t)0x7A)

◆ RCC_FLAG_PORRST

#define RCC_FLAG_PORRST   ((uint8_t)0x7B)

◆ RCC_FLAG_SFTRST

#define RCC_FLAG_SFTRST   ((uint8_t)0x7C)

◆ RCC_FLAG_IWDGRST

#define RCC_FLAG_IWDGRST   ((uint8_t)0x7D)

◆ RCC_FLAG_WWDGRST

#define RCC_FLAG_WWDGRST   ((uint8_t)0x7E)

◆ RCC_FLAG_LPWRRST

#define RCC_FLAG_LPWRRST   ((uint8_t)0x7F)