29 #ifndef __STM32F4xx_CONF_H
30 #define __STM32F4xx_CONF_H
54 #if defined (STM32F429_439xx)
61 #include "stm32f4xx_dma2d.h"
62 #include "stm32f4xx_fmc.h"
63 #include "stm32f4xx_ltdc.h"
64 #include "stm32f4xx_sai.h"
67 #if defined (STM32F427_437xx)
74 #include "stm32f4xx_dma2d.h"
75 #include "stm32f4xx_fmc.h"
76 #include "stm32f4xx_sai.h"
79 #if defined (STM32F40_41xxx)
103 #ifdef USE_FULL_ASSERT
113 #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
115 void assert_failed(uint8_t* file, uint32_t line);
117 #define assert_param(expr) ((void)0)
This file contains all the functions prototypes for the RCC firmware library.
This file contains all the functions prototypes for the GPIO firmware library.
This file contains all the functions prototypes for the DBGMCU firmware library.
This file contains all the functions prototypes for the miscellaneous firmware library functions (add...
This file contains all the functions prototypes for the CRC firmware library.
This file contains all the functions prototypes for the SPI firmware library.
This file contains all the functions prototypes for the TIM firmware library.
This file contains all the functions prototypes for the RTC firmware library.
This file contains all the functions prototypes for the PWR firmware library.
This file contains all the functions prototypes for the FLASH firmware library.
This file contains all the functions prototypes for the ADC firmware library.
This file contains all the functions prototypes for the SYSCFG firmware library.
This file contains all the functions prototypes for the DAC firmware library.
This file contains all the functions prototypes for the CAN firmware library.
This file contains all the functions prototypes for the HASH firmware library.
This file contains all the functions prototypes for the I2C firmware library.
This file contains all the functions prototypes for the DMA firmware library.
This file contains all the functions prototypes for the USART firmware library.
This file contains all the functions prototypes for the Random Number Generator(RNG) firmware library...
This file contains all the functions prototypes for the WWDG firmware library.
This file contains all the functions prototypes for the SDIO firmware library.
This file contains all the functions prototypes for the FSMC firmware library.
This file contains all the functions prototypes for the DCMI firmware library.
This file contains all the functions prototypes for the IWDG firmware library.
This file contains all the functions prototypes for the Cryptographic processor(CRYP) firmware librar...
This file contains all the functions prototypes for the EXTI firmware library.