10 #ifndef __MG32F10x_CONF_H 11 #define __MG32F10x_CONF_H 45 #ifdef USE_FULL_ASSERT 53 #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__)) 55 void assert_failed(uint8_t* file, uint32_t line);
57 #define assert_param(expr) ((void)0) This file contains all the functions prototypes for the SPI 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 GPIO firmware library.
This file contains all the functions prototypes for the CRC firmware library.
This file contains all the functions prototypes for the WWDG firmware library.
This file contains all the functions prototypes for the LED firmware library.
This file contains all the functions prototypes for the I2S firmware library.
This file contains all the functions prototypes for the PWR firmware library.
This file contains all the functions prototypes for the DMAC firmware library.
This file contains all the functions prototypes for the BKP firmware library.
This file contains all the functions prototypes for the IWDG firmware library.
This file contains all the functions prototypes for the UART firmware library.
This file contains all the functions prototypes for the TIM firmware library.
This file contains all the functions prototypes for the ADC firmware library.
This file contains all the functions prototypes for the ANCTL firmware library.
This file contains all the functions prototypes for the SFM firmware library.
This file contains all the functions prototypes for the RTC firmware library.
This file contains all the functions prototypes for the RNG firmware library.
This file contains all the functions prototypes for the RCC firmware library.
This file contains all the functions prototypes for the I2C firmware library.
This file contains all the functions prototypes for the EXTI firmware library.
This file contains all the functions prototypes for the FMC firmware library.