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) |
#define IS_RCC_CLEAR_IT | ( | IT | ) | ((((IT) & (uint8_t)0x40) == 0x00) && ((IT) != 0x00)) |
Definition at line 158 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define IS_RCC_CLEAR_IT | ( | IT | ) | ((IT) != 0x00) |
Definition at line 218 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define IS_RCC_CLEAR_IT | ( | IT | ) | ((((IT) & (uint8_t)0x40) == 0x00) && ((IT) != 0x00)) |
Definition at line 399 of file stm32f30x_rcc.h.
#define IS_RCC_GET_IT | ( | IT | ) |
Definition at line 154 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define IS_RCC_GET_IT | ( | IT | ) |
Definition at line 214 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define IS_RCC_GET_IT | ( | IT | ) |
Definition at line 394 of file stm32f30x_rcc.h.
#define IS_RCC_IT | ( | IT | ) | ((((IT) & (uint8_t)0xC0) == 0x00) && ((IT) != 0x00)) |
Definition at line 153 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define IS_RCC_IT | ( | IT | ) | ((((IT) & (uint8_t)0x80) == 0x00) && ((IT) != 0x00)) |
Definition at line 213 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define IS_RCC_IT | ( | IT | ) | ((((IT) & (uint8_t)0xC0) == 0x00) && ((IT) != 0x00)) |
Definition at line 392 of file stm32f30x_rcc.h.
#define RCC_IT_CSS ((uint8_t)0x80) |
Definition at line 151 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define RCC_IT_CSS ((uint8_t)0x80) |
Definition at line 211 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define RCC_IT_CSS ((uint8_t)0x80) |
Definition at line 390 of file stm32f30x_rcc.h.
#define RCC_IT_HSERDY ((uint8_t)0x08) |
Definition at line 148 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define RCC_IT_HSERDY ((uint8_t)0x08) |
Definition at line 207 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define RCC_IT_HSERDY ((uint8_t)0x08) |
Definition at line 388 of file stm32f30x_rcc.h.
#define RCC_IT_HSIRDY ((uint8_t)0x04) |
Definition at line 147 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define RCC_IT_HSIRDY ((uint8_t)0x04) |
Definition at line 206 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define RCC_IT_HSIRDY ((uint8_t)0x04) |
Definition at line 387 of file stm32f30x_rcc.h.
#define RCC_IT_LSERDY ((uint8_t)0x02) |
Definition at line 146 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define RCC_IT_LSERDY ((uint8_t)0x02) |
Definition at line 205 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define RCC_IT_LSERDY ((uint8_t)0x02) |
Definition at line 386 of file stm32f30x_rcc.h.
#define RCC_IT_LSIRDY ((uint8_t)0x01) |
Definition at line 145 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define RCC_IT_LSIRDY ((uint8_t)0x01) |
Definition at line 204 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define RCC_IT_LSIRDY ((uint8_t)0x01) |
Definition at line 385 of file stm32f30x_rcc.h.
#define RCC_IT_PLLI2SRDY ((uint8_t)0x20) |
Definition at line 150 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define RCC_IT_PLLI2SRDY ((uint8_t)0x20) |
Definition at line 209 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define RCC_IT_PLLRDY ((uint8_t)0x10) |
Definition at line 149 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define RCC_IT_PLLRDY ((uint8_t)0x10) |
Definition at line 208 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.
#define RCC_IT_PLLRDY ((uint8_t)0x10) |
Definition at line 389 of file stm32f30x_rcc.h.
#define RCC_IT_PLLSAIRDY ((uint8_t)0x40) |
Definition at line 210 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_rcc.h.