STM32091C_EVAL BSP User Manual: File List

STM32091C EVAL BSP Drivers

File List
Here is a list of all files with brief descriptions:
stm32091c_eval.c [code]This file provides: a set of firmware functions to manage Leds, push-button and COM ports
stm32091c_eval.h [code]This file contains definitions for STM32091C_EVAL's Leds, push-buttons and COM port hardware resources
stm32091c_eval_eeprom.c [code]This file provides a set of functions needed to manage a M24LR64 I2C EEPROM memory
stm32091c_eval_eeprom.h [code]This file contains all the functions prototypes for the stm32091c_eval_eeprom.c firmware driver
stm32091c_eval_lcd.c [code]This file includes the driver for Liquid Crystal Display modules mounted on STM32091C-EVAL evaluation board
stm32091c_eval_lcd.h [code]This file contains all the functions prototypes for the stm32091c_eval_lcd.c driver
stm32091c_eval_sd.c [code]This file provides a set of functions needed to manage the SPI SD Card memory mounted on STM32091C-EVAL board. It implements a high level communication layer for read and write from/to this memory. The needed STM32F0xx hardware resources (SPI and GPIO) are defined in stm32091c_eval.h file, and the initialization is performed in SD_IO_Init() function declared in stm32091c_eval.c file. You can easily tailor this driver to any other development board, by just adapting the defines for hardware resources and SD_IO_Init() function
stm32091c_eval_sd.h [code]This file contains the common defines and functions prototypes for the stm32091c_eval_sd.c driver
stm32091c_eval_tsensor.c [code]This file provides a set of functions needed to manage the I2C STLM75 temperature sensor mounted on STM32091C-EVAL board . It implements a high level communication layer for read and write from/to this sensor. The needed STM32F0xx hardware resources (I2C and GPIO) are defined in stm32091c_eval.h file, and the initialization is performed in TSENSOR_IO_Init() function declared in stm32091c_eval.c file. You can easily tailor this driver to any other development board, by just adapting the defines for hardware resources and TSENSOR_IO_Init() function
stm32091c_eval_tsensor.h [code]This file contains all the functions prototypes for the stm32091c_eval_tsensor.c firmware driver
Generated on Wed Jul 5 2017 09:21:50 for STM32091C_EVAL BSP User Manual by   doxygen 1.7.6.1