stmhal: apply STM32CubeF4 v1.13.1 patch - upgrade HAL driver to v1.5.2
This commit is contained in:
parent
c1fa33b493
commit
e8b435d1f8
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32_hal_legacy.h
|
* @file stm32_hal_legacy.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief This file contains aliases definition for the STM32Cube HAL constants
|
* @brief This file contains aliases definition for the STM32Cube HAL constants
|
||||||
* macros and functions maintained for legacy purpose.
|
* macros and functions maintained for legacy purpose.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
@ -2216,26 +2216,26 @@
|
|||||||
#define __USART3_CLK_SLEEP_ENABLE __HAL_RCC_USART3_CLK_SLEEP_ENABLE
|
#define __USART3_CLK_SLEEP_ENABLE __HAL_RCC_USART3_CLK_SLEEP_ENABLE
|
||||||
#define __USART3_FORCE_RESET __HAL_RCC_USART3_FORCE_RESET
|
#define __USART3_FORCE_RESET __HAL_RCC_USART3_FORCE_RESET
|
||||||
#define __USART3_RELEASE_RESET __HAL_RCC_USART3_RELEASE_RESET
|
#define __USART3_RELEASE_RESET __HAL_RCC_USART3_RELEASE_RESET
|
||||||
#define __USART4_CLK_DISABLE __HAL_RCC_USART4_CLK_DISABLE
|
#define __USART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
|
||||||
#define __USART4_CLK_ENABLE __HAL_RCC_USART4_CLK_ENABLE
|
#define __USART4_CLK_ENABLE __HAL_RCC_UART4_CLK_ENABLE
|
||||||
#define __USART4_CLK_SLEEP_ENABLE __HAL_RCC_USART4_CLK_SLEEP_ENABLE
|
#define __USART4_CLK_SLEEP_ENABLE __HAL_RCC_UART4_CLK_SLEEP_ENABLE
|
||||||
#define __USART4_CLK_SLEEP_DISABLE __HAL_RCC_USART4_CLK_SLEEP_DISABLE
|
#define __USART4_CLK_SLEEP_DISABLE __HAL_RCC_UART4_CLK_SLEEP_DISABLE
|
||||||
#define __USART4_FORCE_RESET __HAL_RCC_USART4_FORCE_RESET
|
#define __USART4_FORCE_RESET __HAL_RCC_UART4_FORCE_RESET
|
||||||
#define __USART4_RELEASE_RESET __HAL_RCC_USART4_RELEASE_RESET
|
#define __USART4_RELEASE_RESET __HAL_RCC_UART4_RELEASE_RESET
|
||||||
#define __USART5_CLK_DISABLE __HAL_RCC_USART5_CLK_DISABLE
|
#define __USART5_CLK_DISABLE __HAL_RCC_UART5_CLK_DISABLE
|
||||||
#define __USART5_CLK_ENABLE __HAL_RCC_USART5_CLK_ENABLE
|
#define __USART5_CLK_ENABLE __HAL_RCC_UART5_CLK_ENABLE
|
||||||
#define __USART5_CLK_SLEEP_ENABLE __HAL_RCC_USART5_CLK_SLEEP_ENABLE
|
#define __USART5_CLK_SLEEP_ENABLE __HAL_RCC_UART5_CLK_SLEEP_ENABLE
|
||||||
#define __USART5_CLK_SLEEP_DISABLE __HAL_RCC_USART5_CLK_SLEEP_DISABLE
|
#define __USART5_CLK_SLEEP_DISABLE __HAL_RCC_UART5_CLK_SLEEP_DISABLE
|
||||||
#define __USART5_FORCE_RESET __HAL_RCC_USART5_FORCE_RESET
|
#define __USART5_FORCE_RESET __HAL_RCC_UART5_FORCE_RESET
|
||||||
#define __USART5_RELEASE_RESET __HAL_RCC_USART5_RELEASE_RESET
|
#define __USART5_RELEASE_RESET __HAL_RCC_UART5_RELEASE_RESET
|
||||||
#define __USART7_CLK_DISABLE __HAL_RCC_USART7_CLK_DISABLE
|
#define __USART7_CLK_DISABLE __HAL_RCC_UART7_CLK_DISABLE
|
||||||
#define __USART7_CLK_ENABLE __HAL_RCC_USART7_CLK_ENABLE
|
#define __USART7_CLK_ENABLE __HAL_RCC_UART7_CLK_ENABLE
|
||||||
#define __USART7_FORCE_RESET __HAL_RCC_USART7_FORCE_RESET
|
#define __USART7_FORCE_RESET __HAL_RCC_UART7_FORCE_RESET
|
||||||
#define __USART7_RELEASE_RESET __HAL_RCC_USART7_RELEASE_RESET
|
#define __USART7_RELEASE_RESET __HAL_RCC_UART7_RELEASE_RESET
|
||||||
#define __USART8_CLK_DISABLE __HAL_RCC_USART8_CLK_DISABLE
|
#define __USART8_CLK_DISABLE __HAL_RCC_UART8_CLK_DISABLE
|
||||||
#define __USART8_CLK_ENABLE __HAL_RCC_USART8_CLK_ENABLE
|
#define __USART8_CLK_ENABLE __HAL_RCC_UART8_CLK_ENABLE
|
||||||
#define __USART8_FORCE_RESET __HAL_RCC_USART8_FORCE_RESET
|
#define __USART8_FORCE_RESET __HAL_RCC_UART8_FORCE_RESET
|
||||||
#define __USART8_RELEASE_RESET __HAL_RCC_USART8_RELEASE_RESET
|
#define __USART8_RELEASE_RESET __HAL_RCC_UART8_RELEASE_RESET
|
||||||
#define __USB_CLK_DISABLE __HAL_RCC_USB_CLK_DISABLE
|
#define __USB_CLK_DISABLE __HAL_RCC_USB_CLK_DISABLE
|
||||||
#define __USB_CLK_ENABLE __HAL_RCC_USB_CLK_ENABLE
|
#define __USB_CLK_ENABLE __HAL_RCC_USB_CLK_ENABLE
|
||||||
#define __USB_FORCE_RESET __HAL_RCC_USB_FORCE_RESET
|
#define __USB_FORCE_RESET __HAL_RCC_USB_FORCE_RESET
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal.h
|
* @file stm32f4xx_hal.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief This file contains all the functions prototypes for the HAL
|
* @brief This file contains all the functions prototypes for the HAL
|
||||||
* module driver.
|
* module driver.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_adc.h
|
* @file stm32f4xx_hal_adc.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file containing functions prototypes of ADC HAL library.
|
* @brief Header file containing functions prototypes of ADC HAL library.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_adc_ex.h
|
* @file stm32f4xx_hal_adc_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of ADC HAL module.
|
* @brief Header file of ADC HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_can.h
|
* @file stm32f4xx_hal_can.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of CAN HAL module.
|
* @brief Header file of CAN HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
@ -249,7 +249,7 @@ typedef struct
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @defgroup HAL_CAN_Error_Code HAL CAN Error Code
|
/** @defgroup CAN_Error_Code CAN Error Code
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define HAL_CAN_ERROR_NONE 0x00U /*!< No error */
|
#define HAL_CAN_ERROR_NONE 0x00U /*!< No error */
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_cortex.h
|
* @file stm32f4xx_hal_cortex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of CORTEX HAL module.
|
* @brief Header file of CORTEX HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_dac.h
|
* @file stm32f4xx_hal_dac.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of DAC HAL module.
|
* @brief Header file of DAC HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_dac.h
|
* @file stm32f4xx_hal_dac.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of DAC HAL Extension module.
|
* @brief Header file of DAC HAL Extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_def.h
|
* @file stm32f4xx_hal_def.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief This file contains HAL common defines, enumeration, macros and
|
* @brief This file contains HAL common defines, enumeration, macros and
|
||||||
* structures definitions.
|
* structures definitions.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_dma.h
|
* @file stm32f4xx_hal_dma.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of DMA HAL module.
|
* @brief Header file of DMA HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_dma_ex.h
|
* @file stm32f4xx_hal_dma_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of DMA HAL extension module.
|
* @brief Header file of DMA HAL extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_flash.h
|
* @file stm32f4xx_hal_flash.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of FLASH HAL module.
|
* @brief Header file of FLASH HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_flash_ex.h
|
* @file stm32f4xx_hal_flash_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of FLASH HAL Extension module.
|
* @brief Header file of FLASH HAL Extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_flash_ramfunc.h
|
* @file stm32f4xx_hal_flash_ramfunc.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of FLASH RAMFUNC driver.
|
* @brief Header file of FLASH RAMFUNC driver.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_gpio.h
|
* @file stm32f4xx_hal_gpio.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of GPIO HAL module.
|
* @brief Header file of GPIO HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_gpio_ex.h
|
* @file stm32f4xx_hal_gpio_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of GPIO HAL Extension module.
|
* @brief Header file of GPIO HAL Extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_i2c.h
|
* @file stm32f4xx_hal_i2c.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of I2C HAL module.
|
* @brief Header file of I2C HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_i2c_ex.h
|
* @file stm32f4xx_hal_i2c_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of I2C HAL Extension module.
|
* @brief Header file of I2C HAL Extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_i2s.h
|
* @file stm32f4xx_hal_i2s.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of I2S HAL module.
|
* @brief Header file of I2S HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_i2s_ex.h
|
* @file stm32f4xx_hal_i2s_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of I2S HAL module.
|
* @brief Header file of I2S HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_pcd.h
|
* @file stm32f4xx_hal_pcd.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of PCD HAL module.
|
* @brief Header file of PCD HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_pcd_ex.h
|
* @file stm32f4xx_hal_pcd_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of PCD HAL module.
|
* @brief Header file of PCD HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_pwr.h
|
* @file stm32f4xx_hal_pwr.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of PWR HAL module.
|
* @brief Header file of PWR HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_pwr_ex.h
|
* @file stm32f4xx_hal_pwr_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of PWR HAL Extension module.
|
* @brief Header file of PWR HAL Extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rcc.h
|
* @file stm32f4xx_hal_rcc.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of RCC HAL module.
|
* @brief Header file of RCC HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rcc_ex.h
|
* @file stm32f4xx_hal_rcc_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of RCC HAL Extension module.
|
* @brief Header file of RCC HAL Extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rng.h
|
* @file stm32f4xx_hal_rng.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of RNG HAL module.
|
* @brief Header file of RNG HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rtc.h
|
* @file stm32f4xx_hal_rtc.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of RTC HAL module.
|
* @brief Header file of RTC HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rtc_ex.h
|
* @file stm32f4xx_hal_rtc_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of RTC HAL Extension module.
|
* @brief Header file of RTC HAL Extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_sd.h
|
* @file stm32f4xx_hal_sd.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of SD HAL module.
|
* @brief Header file of SD HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_spi.h
|
* @file stm32f4xx_hal_spi.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of SPI HAL module.
|
* @brief Header file of SPI HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_tim.h
|
* @file stm32f4xx_hal_tim.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of TIM HAL module.
|
* @brief Header file of TIM HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_tim_ex.h
|
* @file stm32f4xx_hal_tim_ex.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of TIM HAL Extension module.
|
* @brief Header file of TIM HAL Extension module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_uart.h
|
* @file stm32f4xx_hal_uart.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of UART HAL module.
|
* @brief Header file of UART HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
@ -167,13 +167,13 @@ typedef struct
|
|||||||
|
|
||||||
uint16_t TxXferSize; /*!< UART Tx Transfer size */
|
uint16_t TxXferSize; /*!< UART Tx Transfer size */
|
||||||
|
|
||||||
uint16_t TxXferCount; /*!< UART Tx Transfer Counter */
|
__IO uint16_t TxXferCount; /*!< UART Tx Transfer Counter */
|
||||||
|
|
||||||
uint8_t *pRxBuffPtr; /*!< Pointer to UART Rx transfer Buffer */
|
uint8_t *pRxBuffPtr; /*!< Pointer to UART Rx transfer Buffer */
|
||||||
|
|
||||||
uint16_t RxXferSize; /*!< UART Rx Transfer size */
|
uint16_t RxXferSize; /*!< UART Rx Transfer size */
|
||||||
|
|
||||||
uint16_t RxXferCount; /*!< UART Rx Transfer Counter */
|
__IO uint16_t RxXferCount; /*!< UART Rx Transfer Counter */
|
||||||
|
|
||||||
DMA_HandleTypeDef *hdmatx; /*!< UART Tx DMA Handle parameters */
|
DMA_HandleTypeDef *hdmatx; /*!< UART Tx DMA Handle parameters */
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_ll_sdmmc.h
|
* @file stm32f4xx_ll_sdmmc.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of SDMMC HAL module.
|
* @brief Header file of SDMMC HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_ll_usb.h
|
* @file stm32f4xx_ll_usb.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Header file of USB Core HAL module.
|
* @brief Header file of USB Core HAL module.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal.c
|
* @file stm32f4xx_hal.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief HAL module driver.
|
* @brief HAL module driver.
|
||||||
* This is the common part of the HAL initialization
|
* This is the common part of the HAL initialization
|
||||||
*
|
*
|
||||||
@ -68,11 +68,11 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @brief STM32F4xx HAL Driver version number V1.5.1
|
* @brief STM32F4xx HAL Driver version number V1.5.2
|
||||||
*/
|
*/
|
||||||
#define __STM32F4xx_HAL_VERSION_MAIN (0x01) /*!< [31:24] main version */
|
#define __STM32F4xx_HAL_VERSION_MAIN (0x01) /*!< [31:24] main version */
|
||||||
#define __STM32F4xx_HAL_VERSION_SUB1 (0x05) /*!< [23:16] sub1 version */
|
#define __STM32F4xx_HAL_VERSION_SUB1 (0x05) /*!< [23:16] sub1 version */
|
||||||
#define __STM32F4xx_HAL_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
|
#define __STM32F4xx_HAL_VERSION_SUB2 (0x02) /*!< [15:8] sub2 version */
|
||||||
#define __STM32F4xx_HAL_VERSION_RC (0x00) /*!< [7:0] release candidate */
|
#define __STM32F4xx_HAL_VERSION_RC (0x00) /*!< [7:0] release candidate */
|
||||||
#define __STM32F4xx_HAL_VERSION ((__STM32F4xx_HAL_VERSION_MAIN << 24U)\
|
#define __STM32F4xx_HAL_VERSION ((__STM32F4xx_HAL_VERSION_MAIN << 24U)\
|
||||||
|(__STM32F4xx_HAL_VERSION_SUB1 << 16U)\
|
|(__STM32F4xx_HAL_VERSION_SUB1 << 16U)\
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_adc.c
|
* @file stm32f4xx_hal_adc.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief This file provides firmware functions to manage the following
|
* @brief This file provides firmware functions to manage the following
|
||||||
* functionalities of the Analog to Digital Convertor (ADC) peripheral:
|
* functionalities of the Analog to Digital Convertor (ADC) peripheral:
|
||||||
* + Initialization and de-initialization functions
|
* + Initialization and de-initialization functions
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_adc_ex.c
|
* @file stm32f4xx_hal_adc_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief This file provides firmware functions to manage the following
|
* @brief This file provides firmware functions to manage the following
|
||||||
* functionalities of the ADC extension peripheral:
|
* functionalities of the ADC extension peripheral:
|
||||||
* + Extended features functions
|
* + Extended features functions
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_can.c
|
* @file stm32f4xx_hal_can.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief This file provides firmware functions to manage the following
|
* @brief This file provides firmware functions to manage the following
|
||||||
* functionalities of the Controller Area Network (CAN) peripheral:
|
* functionalities of the Controller Area Network (CAN) peripheral:
|
||||||
* + Initialization and de-initialization functions
|
* + Initialization and de-initialization functions
|
||||||
@ -844,6 +844,8 @@ HAL_StatusTypeDef HAL_CAN_Receive(CAN_HandleTypeDef* hcan, uint8_t FIFONumber, u
|
|||||||
hcan->pRxMsg->DLC = (uint8_t)0x0FU & hcan->Instance->sFIFOMailBox[FIFONumber].RDTR;
|
hcan->pRxMsg->DLC = (uint8_t)0x0FU & hcan->Instance->sFIFOMailBox[FIFONumber].RDTR;
|
||||||
/* Get the FMI */
|
/* Get the FMI */
|
||||||
hcan->pRxMsg->FMI = (uint8_t)0xFFU & (hcan->Instance->sFIFOMailBox[FIFONumber].RDTR >> 8U);
|
hcan->pRxMsg->FMI = (uint8_t)0xFFU & (hcan->Instance->sFIFOMailBox[FIFONumber].RDTR >> 8U);
|
||||||
|
/* Get the FIFONumber */
|
||||||
|
hcan->pRxMsg->FIFONumber = FIFONumber;
|
||||||
/* Get the data field */
|
/* Get the data field */
|
||||||
hcan->pRxMsg->Data[0U] = (uint8_t)0xFFU & hcan->Instance->sFIFOMailBox[FIFONumber].RDLR;
|
hcan->pRxMsg->Data[0U] = (uint8_t)0xFFU & hcan->Instance->sFIFOMailBox[FIFONumber].RDLR;
|
||||||
hcan->pRxMsg->Data[1U] = (uint8_t)0xFFU & (hcan->Instance->sFIFOMailBox[FIFONumber].RDLR >> 8U);
|
hcan->pRxMsg->Data[1U] = (uint8_t)0xFFU & (hcan->Instance->sFIFOMailBox[FIFONumber].RDLR >> 8U);
|
||||||
@ -1352,6 +1354,8 @@ static HAL_StatusTypeDef CAN_Receive_IT(CAN_HandleTypeDef* hcan, uint8_t FIFONum
|
|||||||
hcan->pRxMsg->RTR = (uint8_t)0x02U & hcan->Instance->sFIFOMailBox[FIFONumber].RIR;
|
hcan->pRxMsg->RTR = (uint8_t)0x02U & hcan->Instance->sFIFOMailBox[FIFONumber].RIR;
|
||||||
/* Get the DLC */
|
/* Get the DLC */
|
||||||
hcan->pRxMsg->DLC = (uint8_t)0x0FU & hcan->Instance->sFIFOMailBox[FIFONumber].RDTR;
|
hcan->pRxMsg->DLC = (uint8_t)0x0FU & hcan->Instance->sFIFOMailBox[FIFONumber].RDTR;
|
||||||
|
/* Get the FIFONumber */
|
||||||
|
hcan->pRxMsg->FIFONumber = FIFONumber;
|
||||||
/* Get the FMI */
|
/* Get the FMI */
|
||||||
hcan->pRxMsg->FMI = (uint8_t)0xFFU & (hcan->Instance->sFIFOMailBox[FIFONumber].RDTR >> 8U);
|
hcan->pRxMsg->FMI = (uint8_t)0xFFU & (hcan->Instance->sFIFOMailBox[FIFONumber].RDTR >> 8U);
|
||||||
/* Get the data field */
|
/* Get the data field */
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_cortex.c
|
* @file stm32f4xx_hal_cortex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief CORTEX HAL module driver.
|
* @brief CORTEX HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the CORTEX:
|
* functionalities of the CORTEX:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_dac.c
|
* @file stm32f4xx_hal_dac.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief DAC HAL module driver.
|
* @brief DAC HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Digital to Analog Converter (DAC) peripheral:
|
* functionalities of the Digital to Analog Converter (DAC) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_dac_ex.c
|
* @file stm32f4xx_hal_dac_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief DAC HAL module driver.
|
* @brief DAC HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of DAC extension peripheral:
|
* functionalities of DAC extension peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_dma.c
|
* @file stm32f4xx_hal_dma.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief DMA HAL module driver.
|
* @brief DMA HAL module driver.
|
||||||
*
|
*
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_flash.c
|
* @file stm32f4xx_hal_flash.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief FLASH HAL module driver.
|
* @brief FLASH HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the internal FLASH memory:
|
* functionalities of the internal FLASH memory:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_flash_ex.c
|
* @file stm32f4xx_hal_flash_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Extended FLASH HAL module driver.
|
* @brief Extended FLASH HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the FLASH extension peripheral:
|
* functionalities of the FLASH extension peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_gpio.c
|
* @file stm32f4xx_hal_gpio.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief GPIO HAL module driver.
|
* @brief GPIO HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the General Purpose Input/Output (GPIO) peripheral:
|
* functionalities of the General Purpose Input/Output (GPIO) peripheral:
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_i2s.c
|
* @file stm32f4xx_hal_i2s.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief I2S HAL module driver.
|
* @brief I2S HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Integrated Interchip Sound (I2S) peripheral:
|
* functionalities of the Integrated Interchip Sound (I2S) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_i2s_ex.c
|
* @file stm32f4xx_hal_i2s_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief I2S HAL module driver.
|
* @brief I2S HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of I2S extension peripheral:
|
* functionalities of I2S extension peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_pcd.c
|
* @file stm32f4xx_hal_pcd.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief PCD HAL module driver.
|
* @brief PCD HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the USB Peripheral Controller:
|
* functionalities of the USB Peripheral Controller:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_pcd_ex.c
|
* @file stm32f4xx_hal_pcd_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief PCD HAL module driver.
|
* @brief PCD HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the USB Peripheral Controller:
|
* functionalities of the USB Peripheral Controller:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_pwr.c
|
* @file stm32f4xx_hal_pwr.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief PWR HAL module driver.
|
* @brief PWR HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Power Controller (PWR) peripheral:
|
* functionalities of the Power Controller (PWR) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_pwr_ex.c
|
* @file stm32f4xx_hal_pwr_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Extended PWR HAL module driver.
|
* @brief Extended PWR HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of PWR extension peripheral:
|
* functionalities of PWR extension peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rcc.c
|
* @file stm32f4xx_hal_rcc.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief RCC HAL module driver.
|
* @brief RCC HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Reset and Clock Control (RCC) peripheral:
|
* functionalities of the Reset and Clock Control (RCC) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rcc_ex.c
|
* @file stm32f4xx_hal_rcc_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief Extension RCC HAL module driver.
|
* @brief Extension RCC HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities RCC extension peripheral:
|
* functionalities RCC extension peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rng.c
|
* @file stm32f4xx_hal_rng.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief RNG HAL module driver.
|
* @brief RNG HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Random Number Generator (RNG) peripheral:
|
* functionalities of the Random Number Generator (RNG) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rtc.c
|
* @file stm32f4xx_hal_rtc.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief RTC HAL module driver.
|
* @brief RTC HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Real Time Clock (RTC) peripheral:
|
* functionalities of the Real Time Clock (RTC) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_rtc_ex.c
|
* @file stm32f4xx_hal_rtc_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief RTC HAL module driver.
|
* @brief RTC HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Real Time Clock (RTC) Extension peripheral:
|
* functionalities of the Real Time Clock (RTC) Extension peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_sd.c
|
* @file stm32f4xx_hal_sd.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief SD card HAL module driver.
|
* @brief SD card HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Secure Digital (SD) peripheral:
|
* functionalities of the Secure Digital (SD) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_spi.c
|
* @file stm32f4xx_hal_spi.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief SPI HAL module driver.
|
* @brief SPI HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Serial Peripheral Interface (SPI) peripheral:
|
* functionalities of the Serial Peripheral Interface (SPI) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_tim.c
|
* @file stm32f4xx_hal_tim.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief TIM HAL module driver.
|
* @brief TIM HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Timer (TIM) peripheral:
|
* functionalities of the Timer (TIM) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_tim_ex.c
|
* @file stm32f4xx_hal_tim_ex.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief TIM HAL module driver.
|
* @brief TIM HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Timer extension peripheral:
|
* functionalities of the Timer extension peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_hal_uart.c
|
* @file stm32f4xx_hal_uart.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief UART HAL module driver.
|
* @brief UART HAL module driver.
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
* functionalities of the Universal Asynchronous Receiver Transmitter (UART) peripheral:
|
* functionalities of the Universal Asynchronous Receiver Transmitter (UART) peripheral:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_ll_sdmmc.c
|
* @file stm32f4xx_ll_sdmmc.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief SDMMC Low Layer HAL module driver.
|
* @brief SDMMC Low Layer HAL module driver.
|
||||||
*
|
*
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32f4xx_ll_usb.c
|
* @file stm32f4xx_ll_usb.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.5.1
|
* @version V1.5.2
|
||||||
* @date 01-July-2016
|
* @date 22-September-2016
|
||||||
* @brief USB Low Layer HAL module driver.
|
* @brief USB Low Layer HAL module driver.
|
||||||
*
|
*
|
||||||
* This file provides firmware functions to manage the following
|
* This file provides firmware functions to manage the following
|
||||||
|
Loading…
Reference in New Issue
Block a user