Macros
Collaboration diagram for RCC_Flag:

Macros

#define IS_RCC_CALIBRATION_VALUE(VALUE)   ((VALUE) <= 0x1F)
 
#define IS_RCC_CALIBRATION_VALUE(VALUE)   ((VALUE) <= 0x1F)
 
#define IS_RCC_CALIBRATION_VALUE(VALUE)   ((VALUE) <= 0x1F)
 
#define IS_RCC_FLAG(FLAG)
 
#define IS_RCC_FLAG(FLAG)
 
#define IS_RCC_FLAG(FLAG)
 
#define IS_RCC_FLAG(FLAG)
 
#define IS_RCC_HSI_CALIBRATION_VALUE(VALUE)   ((VALUE) <= 0x1F)
 
#define RCC_FLAG_BORRST   ((uint8_t)0x79)
 
#define RCC_FLAG_BORRST   ((uint8_t)0x79)
 
#define RCC_FLAG_HSERDY   ((uint8_t)0x31)
 
#define RCC_FLAG_HSERDY   ((uint8_t)0x11)
 
#define RCC_FLAG_HSERDY   ((uint8_t)0x31)
 
#define RCC_FLAG_HSERDY   ((uint8_t)0x31)
 
#define RCC_FLAG_HSIRDY   ((uint8_t)0x21)
 
#define RCC_FLAG_HSIRDY   ((uint8_t)0x01)
 
#define RCC_FLAG_HSIRDY   ((uint8_t)0x21)
 
#define RCC_FLAG_HSIRDY   ((uint8_t)0x21)
 
#define RCC_FLAG_IWDGRST   ((uint8_t)0x7D)
 
#define RCC_FLAG_IWDGRST   ((uint8_t)0x7D)
 
#define RCC_FLAG_IWDGRST   ((uint8_t)0x5D)
 
#define RCC_FLAG_IWDGRST   ((uint8_t)0x7D)
 
#define RCC_FLAG_LPWRRST   ((uint8_t)0x7F)
 
#define RCC_FLAG_LPWRRST   ((uint8_t)0x7F)
 
#define RCC_FLAG_LPWRRST   ((uint8_t)0x5F)
 
#define RCC_FLAG_LPWRRST   ((uint8_t)0x7F)
 
#define RCC_FLAG_LSERDY   ((uint8_t)0x41)
 
#define RCC_FLAG_LSERDY   ((uint8_t)0x21)
 
#define RCC_FLAG_LSERDY   ((uint8_t)0x41)
 
#define RCC_FLAG_LSERDY   ((uint8_t)0x41)
 
#define RCC_FLAG_LSIRDY   ((uint8_t)0x61)
 
#define RCC_FLAG_LSIRDY   ((uint8_t)0x41)
 
#define RCC_FLAG_LSIRDY   ((uint8_t)0x61)
 
#define RCC_FLAG_LSIRDY   ((uint8_t)0x61)
 
#define RCC_FLAG_MCOF   ((uint8_t)0x9C)
 
#define RCC_FLAG_OBLRST   ((uint8_t)0x59)
 
#define RCC_FLAG_PINRST   ((uint8_t)0x7A)
 
#define RCC_FLAG_PINRST   ((uint8_t)0x7A)
 
#define RCC_FLAG_PINRST   ((uint8_t)0x5A)
 
#define RCC_FLAG_PINRST   ((uint8_t)0x7A)
 
#define RCC_FLAG_PLLI2SRDY   ((uint8_t)0x3B)
 
#define RCC_FLAG_PLLI2SRDY   ((uint8_t)0x3B)
 
#define RCC_FLAG_PLLRDY   ((uint8_t)0x39)
 
#define RCC_FLAG_PLLRDY   ((uint8_t)0x19)
 
#define RCC_FLAG_PLLRDY   ((uint8_t)0x39)
 
#define RCC_FLAG_PLLRDY   ((uint8_t)0x39)
 
#define RCC_FLAG_PLLSAIRDY   ((uint8_t)0x3D)
 
#define RCC_FLAG_PORRST   ((uint8_t)0x7B)
 
#define RCC_FLAG_PORRST   ((uint8_t)0x7B)
 
#define RCC_FLAG_PORRST   ((uint8_t)0x5B)
 
#define RCC_FLAG_PORRST   ((uint8_t)0x7B)
 
#define RCC_FLAG_SFTRST   ((uint8_t)0x7C)
 
#define RCC_FLAG_SFTRST   ((uint8_t)0x7C)
 
#define RCC_FLAG_SFTRST   ((uint8_t)0x5C)
 
#define RCC_FLAG_SFTRST   ((uint8_t)0x7C)
 
#define RCC_FLAG_WWDGRST   ((uint8_t)0x7E)
 
#define RCC_FLAG_WWDGRST   ((uint8_t)0x7E)
 
#define RCC_FLAG_WWDGRST   ((uint8_t)0x5E)
 
#define RCC_FLAG_WWDGRST   ((uint8_t)0x7E)
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_CALIBRATION_VALUE (   VALUE)    ((VALUE) <= 0x1F)
#define IS_RCC_CALIBRATION_VALUE (   VALUE)    ((VALUE) <= 0x1F)

Definition at line 626 of file stm32f10x_rcc.h.

#define IS_RCC_CALIBRATION_VALUE (   VALUE)    ((VALUE) <= 0x1F)
#define IS_RCC_FLAG (   FLAG)
Value:
(((FLAG) == RCC_FLAG_HSIRDY) || ((FLAG) == RCC_FLAG_HSERDY) || \
((FLAG) == RCC_FLAG_PLLRDY) || ((FLAG) == RCC_FLAG_LSERDY) || \
((FLAG) == RCC_FLAG_LSIRDY) || ((FLAG) == RCC_FLAG_BORRST) || \
((FLAG) == RCC_FLAG_PINRST) || ((FLAG) == RCC_FLAG_PORRST) || \
((FLAG) == RCC_FLAG_SFTRST) || ((FLAG) == RCC_FLAG_IWDGRST)|| \
((FLAG) == RCC_FLAG_WWDGRST)|| ((FLAG) == RCC_FLAG_LPWRRST)|| \
((FLAG) == RCC_FLAG_PLLI2SRDY))

Definition at line 452 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.

#define IS_RCC_FLAG (   FLAG)
Value:
(((FLAG) == RCC_FLAG_HSIRDY) || ((FLAG) == RCC_FLAG_HSERDY) || \
((FLAG) == RCC_FLAG_PLLRDY) || ((FLAG) == RCC_FLAG_LSERDY) || \
((FLAG) == RCC_FLAG_LSIRDY) || ((FLAG) == RCC_FLAG_OBLRST) || \
((FLAG) == RCC_FLAG_PINRST) || ((FLAG) == RCC_FLAG_PORRST) || \
((FLAG) == RCC_FLAG_SFTRST) || ((FLAG) == RCC_FLAG_IWDGRST)|| \
((FLAG) == RCC_FLAG_WWDGRST)|| ((FLAG) == RCC_FLAG_LPWRRST)|| \
((FLAG) == RCC_FLAG_MCOF))
#define RCC_FLAG_PORRST
#define RCC_FLAG_LSIRDY
#define RCC_FLAG_SFTRST
#define RCC_FLAG_WWDGRST
#define RCC_FLAG_HSIRDY
#define RCC_FLAG_PLLRDY
#define RCC_FLAG_HSERDY
#define RCC_FLAG_PINRST
#define RCC_FLAG_LSERDY
#define RCC_FLAG_IWDGRST
#define RCC_FLAG_LPWRRST
#define RCC_FLAG_MCOF
#define RCC_FLAG_OBLRST

Definition at line 607 of file stm32f30x_rcc.h.

#define IS_RCC_FLAG (   FLAG)
Value:
(((FLAG) == RCC_FLAG_HSIRDY) || ((FLAG) == RCC_FLAG_HSERDY) || \
((FLAG) == RCC_FLAG_PLLRDY) || ((FLAG) == RCC_FLAG_LSERDY) || \
((FLAG) == RCC_FLAG_LSIRDY) || ((FLAG) == RCC_FLAG_PINRST) || \
((FLAG) == RCC_FLAG_PORRST) || ((FLAG) == RCC_FLAG_SFTRST) || \
((FLAG) == RCC_FLAG_IWDGRST)|| ((FLAG) == RCC_FLAG_WWDGRST)|| \
((FLAG) == RCC_FLAG_LPWRRST))
#define RCC_FLAG_PORRST
#define RCC_FLAG_LSIRDY
#define RCC_FLAG_SFTRST
#define RCC_FLAG_WWDGRST
#define RCC_FLAG_HSIRDY
#define RCC_FLAG_PLLRDY
#define RCC_FLAG_HSERDY
#define RCC_FLAG_PINRST
#define RCC_FLAG_LSERDY
#define RCC_FLAG_IWDGRST
#define RCC_FLAG_LPWRRST

Definition at line 608 of file stm32f10x_rcc.h.

#define IS_RCC_FLAG (   FLAG)
Value:
(((FLAG) == RCC_FLAG_HSIRDY) || ((FLAG) == RCC_FLAG_HSERDY) || \
((FLAG) == RCC_FLAG_PLLRDY) || ((FLAG) == RCC_FLAG_LSERDY) || \
((FLAG) == RCC_FLAG_LSIRDY) || ((FLAG) == RCC_FLAG_BORRST) || \
((FLAG) == RCC_FLAG_PINRST) || ((FLAG) == RCC_FLAG_PORRST) || \
((FLAG) == RCC_FLAG_SFTRST) || ((FLAG) == RCC_FLAG_IWDGRST)|| \
((FLAG) == RCC_FLAG_WWDGRST) || ((FLAG) == RCC_FLAG_LPWRRST)|| \
((FLAG) == RCC_FLAG_PLLI2SRDY)|| ((FLAG) == RCC_FLAG_PLLSAIRDY))

Definition at line 752 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.

#define IS_RCC_HSI_CALIBRATION_VALUE (   VALUE)    ((VALUE) <= 0x1F)

Definition at line 615 of file stm32f30x_rcc.h.

#define RCC_FLAG_BORRST   ((uint8_t)0x79)
#define RCC_FLAG_BORRST   ((uint8_t)0x79)
#define RCC_FLAG_HSERDY   ((uint8_t)0x31)
#define RCC_FLAG_HSERDY   ((uint8_t)0x11)

Definition at line 594 of file stm32f30x_rcc.h.

#define RCC_FLAG_HSERDY   ((uint8_t)0x31)

Definition at line 596 of file stm32f10x_rcc.h.

#define RCC_FLAG_HSERDY   ((uint8_t)0x31)
#define RCC_FLAG_HSIRDY   ((uint8_t)0x21)
#define RCC_FLAG_HSIRDY   ((uint8_t)0x01)

Definition at line 593 of file stm32f30x_rcc.h.

#define RCC_FLAG_HSIRDY   ((uint8_t)0x21)

Definition at line 595 of file stm32f10x_rcc.h.

#define RCC_FLAG_HSIRDY   ((uint8_t)0x21)
#define RCC_FLAG_IWDGRST   ((uint8_t)0x7D)
#define RCC_FLAG_IWDGRST   ((uint8_t)0x7D)

Definition at line 603 of file stm32f10x_rcc.h.

#define RCC_FLAG_IWDGRST   ((uint8_t)0x5D)

Definition at line 603 of file stm32f30x_rcc.h.

#define RCC_FLAG_IWDGRST   ((uint8_t)0x7D)
#define RCC_FLAG_LPWRRST   ((uint8_t)0x7F)
#define RCC_FLAG_LPWRRST   ((uint8_t)0x7F)

Definition at line 605 of file stm32f10x_rcc.h.

#define RCC_FLAG_LPWRRST   ((uint8_t)0x5F)

Definition at line 605 of file stm32f30x_rcc.h.

#define RCC_FLAG_LPWRRST   ((uint8_t)0x7F)
#define RCC_FLAG_LSERDY   ((uint8_t)0x41)
#define RCC_FLAG_LSERDY   ((uint8_t)0x21)

Definition at line 597 of file stm32f30x_rcc.h.

#define RCC_FLAG_LSERDY   ((uint8_t)0x41)

Definition at line 598 of file stm32f10x_rcc.h.

#define RCC_FLAG_LSERDY   ((uint8_t)0x41)
#define RCC_FLAG_LSIRDY   ((uint8_t)0x61)
#define RCC_FLAG_LSIRDY   ((uint8_t)0x41)

Definition at line 598 of file stm32f30x_rcc.h.

#define RCC_FLAG_LSIRDY   ((uint8_t)0x61)

Definition at line 599 of file stm32f10x_rcc.h.

#define RCC_FLAG_LSIRDY   ((uint8_t)0x61)
#define RCC_FLAG_MCOF   ((uint8_t)0x9C)

Definition at line 596 of file stm32f30x_rcc.h.

#define RCC_FLAG_OBLRST   ((uint8_t)0x59)

Definition at line 599 of file stm32f30x_rcc.h.

#define RCC_FLAG_PINRST   ((uint8_t)0x7A)
#define RCC_FLAG_PINRST   ((uint8_t)0x7A)

Definition at line 600 of file stm32f10x_rcc.h.

#define RCC_FLAG_PINRST   ((uint8_t)0x5A)

Definition at line 600 of file stm32f30x_rcc.h.

#define RCC_FLAG_PINRST   ((uint8_t)0x7A)
#define RCC_FLAG_PLLI2SRDY   ((uint8_t)0x3B)
#define RCC_FLAG_PLLI2SRDY   ((uint8_t)0x3B)
#define RCC_FLAG_PLLRDY   ((uint8_t)0x39)
#define RCC_FLAG_PLLRDY   ((uint8_t)0x19)

Definition at line 595 of file stm32f30x_rcc.h.

#define RCC_FLAG_PLLRDY   ((uint8_t)0x39)

Definition at line 597 of file stm32f10x_rcc.h.

#define RCC_FLAG_PLLRDY   ((uint8_t)0x39)
#define RCC_FLAG_PLLSAIRDY   ((uint8_t)0x3D)
#define RCC_FLAG_PORRST   ((uint8_t)0x7B)
#define RCC_FLAG_PORRST   ((uint8_t)0x7B)

Definition at line 601 of file stm32f10x_rcc.h.

#define RCC_FLAG_PORRST   ((uint8_t)0x5B)

Definition at line 601 of file stm32f30x_rcc.h.

#define RCC_FLAG_PORRST   ((uint8_t)0x7B)
#define RCC_FLAG_SFTRST   ((uint8_t)0x7C)
#define RCC_FLAG_SFTRST   ((uint8_t)0x7C)

Definition at line 602 of file stm32f10x_rcc.h.

#define RCC_FLAG_SFTRST   ((uint8_t)0x5C)

Definition at line 602 of file stm32f30x_rcc.h.

#define RCC_FLAG_SFTRST   ((uint8_t)0x7C)
#define RCC_FLAG_WWDGRST   ((uint8_t)0x7E)
#define RCC_FLAG_WWDGRST   ((uint8_t)0x7E)

Definition at line 604 of file stm32f10x_rcc.h.

#define RCC_FLAG_WWDGRST   ((uint8_t)0x5E)

Definition at line 604 of file stm32f30x_rcc.h.

#define RCC_FLAG_WWDGRST   ((uint8_t)0x7E)


rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54