Subversion Repositories DashDisplay

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5
Line 1... Line 1...
1
/**
1
/**
2
  ******************************************************************************
2
  ******************************************************************************
3
  * @file    stm32f1xx_hal_gpio_ex.c
3
  * @file    stm32f1xx_hal_gpio_ex.c
4
  * @author  MCD Application Team
4
  * @author  MCD Application Team
5
  * @version V1.0.1
5
  * @version V1.0.4
6
  * @date    31-July-2015
6
  * @date    29-April-2016
7
  * @brief   GPIO Extension HAL module driver.
7
  * @brief   GPIO Extension HAL module driver.
8
  *         This file provides firmware functions to manage the following
8
  *         This file provides firmware functions to manage the following
9
  *          functionalities of the General Purpose Input/Output (GPIO) extension peripheral.
9
  *          functionalities of the General Purpose Input/Output (GPIO) extension peripheral.
10
  *           + Extended features functions
10
  *           + Extended features functions
11
  *        
11
  *        
Line 25... Line 25...
25
 
25
 
26
  @endverbatim
26
  @endverbatim
27
  ******************************************************************************
27
  ******************************************************************************
28
  * @attention
28
  * @attention
29
  *
29
  *
30
  * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
30
  * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
31
  *
31
  *
32
  * Redistribution and use in source and binary forms, with or without modification,
32
  * Redistribution and use in source and binary forms, with or without modification,
33
  * are permitted provided that the following conditions are met:
33
  * are permitted provided that the following conditions are met:
34
  *   1. Redistributions of source code must retain the above copyright notice,
34
  *   1. Redistributions of source code must retain the above copyright notice,
35
  *      this list of conditions and the following disclaimer.
35
  *      this list of conditions and the following disclaimer.