Macros | |
#define | IS_RCC_AHB_PERIPH(PERIPH) ((((PERIPH) & 0xCE81FFA8) == 0x00) && ((PERIPH) != 0x00)) |
#define | IS_RCC_AHB_RST_PERIPH(PERIPH) ((((PERIPH) & 0xCE81FFFF) == 0x00) && ((PERIPH) != 0x00)) |
#define | RCC_AHBPeriph_ADC12 RCC_AHBENR_ADC12EN |
#define | RCC_AHBPeriph_ADC34 RCC_AHBENR_ADC34EN |
#define | RCC_AHBPeriph_CRC RCC_AHBENR_CRCEN |
#define | RCC_AHBPeriph_DMA1 RCC_AHBENR_DMA1EN |
#define | RCC_AHBPeriph_DMA2 RCC_AHBENR_DMA2EN |
#define | RCC_AHBPeriph_FLITF RCC_AHBENR_FLITFEN |
#define | RCC_AHBPeriph_GPIOA RCC_AHBENR_GPIOAEN |
#define | RCC_AHBPeriph_GPIOB RCC_AHBENR_GPIOBEN |
#define | RCC_AHBPeriph_GPIOC RCC_AHBENR_GPIOCEN |
#define | RCC_AHBPeriph_GPIOD RCC_AHBENR_GPIODEN |
#define | RCC_AHBPeriph_GPIOE RCC_AHBENR_GPIOEEN |
#define | RCC_AHBPeriph_GPIOF RCC_AHBENR_GPIOFEN |
#define | RCC_AHBPeriph_SRAM RCC_AHBENR_SRAMEN |
#define | RCC_AHBPeriph_TS RCC_AHBENR_TSEN |
#define IS_RCC_AHB_PERIPH | ( | PERIPH | ) | ((((PERIPH) & 0xCE81FFA8) == 0x00) && ((PERIPH) != 0x00)) |
Definition at line 474 of file stm32f30x_rcc.h.
#define IS_RCC_AHB_RST_PERIPH | ( | PERIPH | ) | ((((PERIPH) & 0xCE81FFFF) == 0x00) && ((PERIPH) != 0x00)) |
Definition at line 475 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_ADC12 RCC_AHBENR_ADC12EN |
Definition at line 460 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_ADC34 RCC_AHBENR_ADC34EN |
Definition at line 459 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_CRC RCC_AHBENR_CRCEN |
Definition at line 468 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_DMA1 RCC_AHBENR_DMA1EN |
Definition at line 472 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_DMA2 RCC_AHBENR_DMA2EN |
Definition at line 471 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_FLITF RCC_AHBENR_FLITFEN |
Definition at line 469 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_GPIOA RCC_AHBENR_GPIOAEN |
Definition at line 461 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_GPIOB RCC_AHBENR_GPIOBEN |
Definition at line 462 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_GPIOC RCC_AHBENR_GPIOCEN |
Definition at line 463 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_GPIOD RCC_AHBENR_GPIODEN |
Definition at line 464 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_GPIOE RCC_AHBENR_GPIOEEN |
Definition at line 465 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_GPIOF RCC_AHBENR_GPIOFEN |
Definition at line 466 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_SRAM RCC_AHBENR_SRAMEN |
Definition at line 470 of file stm32f30x_rcc.h.
#define RCC_AHBPeriph_TS RCC_AHBENR_TSEN |
Definition at line 467 of file stm32f30x_rcc.h.