Macros
Collaboration diagram for RCC_Interrupt_Source:

Macros

#define IS_RCC_CLEAR_IT(IT)   ((((IT) & (uint8_t)0x40) == 0x00) && ((IT) != 0x00))
 
#define IS_RCC_CLEAR_IT(IT)   ((IT) != 0x00)
 
#define IS_RCC_CLEAR_IT(IT)   ((((IT) & (uint8_t)0x40) == 0x00) && ((IT) != 0x00))
 
#define IS_RCC_GET_IT(IT)
 
#define IS_RCC_GET_IT(IT)
 
#define IS_RCC_GET_IT(IT)
 
#define IS_RCC_IT(IT)   ((((IT) & (uint8_t)0xC0) == 0x00) && ((IT) != 0x00))
 
#define IS_RCC_IT(IT)   ((((IT) & (uint8_t)0x80) == 0x00) && ((IT) != 0x00))
 
#define IS_RCC_IT(IT)   ((((IT) & (uint8_t)0xC0) == 0x00) && ((IT) != 0x00))
 
#define RCC_IT_CSS   ((uint8_t)0x80)
 
#define RCC_IT_CSS   ((uint8_t)0x80)
 
#define RCC_IT_CSS   ((uint8_t)0x80)
 
#define RCC_IT_HSERDY   ((uint8_t)0x08)
 
#define RCC_IT_HSERDY   ((uint8_t)0x08)
 
#define RCC_IT_HSERDY   ((uint8_t)0x08)
 
#define RCC_IT_HSIRDY   ((uint8_t)0x04)
 
#define RCC_IT_HSIRDY   ((uint8_t)0x04)
 
#define RCC_IT_HSIRDY   ((uint8_t)0x04)
 
#define RCC_IT_LSERDY   ((uint8_t)0x02)
 
#define RCC_IT_LSERDY   ((uint8_t)0x02)
 
#define RCC_IT_LSERDY   ((uint8_t)0x02)
 
#define RCC_IT_LSIRDY   ((uint8_t)0x01)
 
#define RCC_IT_LSIRDY   ((uint8_t)0x01)
 
#define RCC_IT_LSIRDY   ((uint8_t)0x01)
 
#define RCC_IT_PLLI2SRDY   ((uint8_t)0x20)
 
#define RCC_IT_PLLI2SRDY   ((uint8_t)0x20)
 
#define RCC_IT_PLLRDY   ((uint8_t)0x10)
 
#define RCC_IT_PLLRDY   ((uint8_t)0x10)
 
#define RCC_IT_PLLRDY   ((uint8_t)0x10)
 
#define RCC_IT_PLLSAIRDY   ((uint8_t)0x40)
 

Detailed Description

Macro Definition Documentation

◆ IS_RCC_CLEAR_IT [1/3]

#define IS_RCC_CLEAR_IT (   IT)    ((((IT) & (uint8_t)0x40) == 0x00) && ((IT) != 0x00))

◆ IS_RCC_CLEAR_IT [2/3]

#define IS_RCC_CLEAR_IT (   IT)    ((IT) != 0x00)

◆ IS_RCC_CLEAR_IT [3/3]

#define IS_RCC_CLEAR_IT (   IT)    ((((IT) & (uint8_t)0x40) == 0x00) && ((IT) != 0x00))

Definition at line 399 of file stm32f30x_rcc.h.

◆ IS_RCC_GET_IT [1/3]

#define IS_RCC_GET_IT (   IT)

◆ IS_RCC_GET_IT [2/3]

#define IS_RCC_GET_IT (   IT)

◆ IS_RCC_GET_IT [3/3]

#define IS_RCC_GET_IT (   IT)
Value:
(((IT) == RCC_IT_LSIRDY) || ((IT) == RCC_IT_LSERDY) || \
((IT) == RCC_IT_HSIRDY) || ((IT) == RCC_IT_HSERDY) || \
((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS))
#define RCC_IT_PLLRDY
#define RCC_IT_HSERDY
#define RCC_IT_LSERDY
#define RCC_IT_LSIRDY
#define RCC_IT_HSIRDY
#define RCC_IT_CSS

Definition at line 394 of file stm32f30x_rcc.h.

◆ IS_RCC_IT [1/3]

#define IS_RCC_IT (   IT)    ((((IT) & (uint8_t)0xC0) == 0x00) && ((IT) != 0x00))

◆ IS_RCC_IT [2/3]

#define IS_RCC_IT (   IT)    ((((IT) & (uint8_t)0x80) == 0x00) && ((IT) != 0x00))

◆ IS_RCC_IT [3/3]

#define IS_RCC_IT (   IT)    ((((IT) & (uint8_t)0xC0) == 0x00) && ((IT) != 0x00))

Definition at line 392 of file stm32f30x_rcc.h.

◆ RCC_IT_CSS [1/3]

#define RCC_IT_CSS   ((uint8_t)0x80)

◆ RCC_IT_CSS [2/3]

#define RCC_IT_CSS   ((uint8_t)0x80)

◆ RCC_IT_CSS [3/3]

#define RCC_IT_CSS   ((uint8_t)0x80)

Definition at line 390 of file stm32f30x_rcc.h.

◆ RCC_IT_HSERDY [1/3]

#define RCC_IT_HSERDY   ((uint8_t)0x08)

◆ RCC_IT_HSERDY [2/3]

#define RCC_IT_HSERDY   ((uint8_t)0x08)

◆ RCC_IT_HSERDY [3/3]

#define RCC_IT_HSERDY   ((uint8_t)0x08)

Definition at line 388 of file stm32f30x_rcc.h.

◆ RCC_IT_HSIRDY [1/3]

#define RCC_IT_HSIRDY   ((uint8_t)0x04)

◆ RCC_IT_HSIRDY [2/3]

#define RCC_IT_HSIRDY   ((uint8_t)0x04)

◆ RCC_IT_HSIRDY [3/3]

#define RCC_IT_HSIRDY   ((uint8_t)0x04)

Definition at line 387 of file stm32f30x_rcc.h.

◆ RCC_IT_LSERDY [1/3]

#define RCC_IT_LSERDY   ((uint8_t)0x02)

◆ RCC_IT_LSERDY [2/3]

#define RCC_IT_LSERDY   ((uint8_t)0x02)

◆ RCC_IT_LSERDY [3/3]

#define RCC_IT_LSERDY   ((uint8_t)0x02)

Definition at line 386 of file stm32f30x_rcc.h.

◆ RCC_IT_LSIRDY [1/3]

#define RCC_IT_LSIRDY   ((uint8_t)0x01)

◆ RCC_IT_LSIRDY [2/3]

#define RCC_IT_LSIRDY   ((uint8_t)0x01)

◆ RCC_IT_LSIRDY [3/3]

#define RCC_IT_LSIRDY   ((uint8_t)0x01)

Definition at line 385 of file stm32f30x_rcc.h.

◆ RCC_IT_PLLI2SRDY [1/2]

#define RCC_IT_PLLI2SRDY   ((uint8_t)0x20)

◆ RCC_IT_PLLI2SRDY [2/2]

#define RCC_IT_PLLI2SRDY   ((uint8_t)0x20)

◆ RCC_IT_PLLRDY [1/3]

#define RCC_IT_PLLRDY   ((uint8_t)0x10)

◆ RCC_IT_PLLRDY [2/3]

#define RCC_IT_PLLRDY   ((uint8_t)0x10)

◆ RCC_IT_PLLRDY [3/3]

#define RCC_IT_PLLRDY   ((uint8_t)0x10)

Definition at line 389 of file stm32f30x_rcc.h.

◆ RCC_IT_PLLSAIRDY

#define RCC_IT_PLLSAIRDY   ((uint8_t)0x40)


rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:14