TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

TM GPIO Library for STM32F4xx - http://stm32f4-discovery.com/2015/03/library-53-gpio-for-stm32f4. More...

Modules

 TM_GPIO_Macros
 GPIO Library macros.
 
 TM_GPIO_Typedefs
 GPIO Typedefs used for GPIO library for initialization purposes.
 
 TM_GPIO_Functions
 GPIO Functions.
 

Detailed Description

TM GPIO Library for STM32F4xx - http://stm32f4-discovery.com/2015/03/library-53-gpio-for-stm32f4.

GPIO library can be used for GPIO pins.

It features fast initialization methods as well pin input/output methods.

It can be used as replacement for STD/HAL drivers GPIO library.

Changelog
 Version 1.5
  - June 10 2015
  - Added 2 new functions for getting used GPIO pins
  
 Version 1.4
  - April 28, 2015
  - Added support for PORT locking
  
 Version 1.3
  - March 23, 2015
  - Totally independent from HAL / SPD drivers
  - Library can be used with any drivers or totally itself
  
 Version 1.2
  - March 10, 2015
  - Added functions TM_GPIO_SetPinAsInput and TM_GPIO_SetPinAsOutput
  - Added functions TM_GPIO_GetPortSource and TM_GPIO_GetPinSource
0
 Version 1.1
  - March 09, 2015
  - Added function to deinit pin. Pin is set to analog input which allows lowest current consumption
  
 Version 1.0
  - March 08, 2015
  - Initial release
Dependencies
 - STM32F4xx
 - STM32F4xx GPIO
 - defines.h