Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_ARCH_MAX/stm32f4xx_hal_sai_ex.h@106:ba1f97679dad, 2015-09-02 (annotated)
- Committer:
- Kojto
- Date:
- Wed Sep 02 14:17:43 2015 +0100
- Revision:
- 106:ba1f97679dad
- Parent:
- 99:dbbf35b96557
- Child:
- 110:165afa46840b
Release 106 of the mbed library
Changes:
- new platform - Nucleo F446RE
- STM32F4 Cube driver update v2.3.2
- ST cmsis driver v2.3.2
- nordic bugfix gcc linker start address
- lpc11u68 - bugfix for serial ports
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Kojto | 99:dbbf35b96557 | 1 | /** | 
| Kojto | 99:dbbf35b96557 | 2 | ****************************************************************************** | 
| Kojto | 99:dbbf35b96557 | 3 | * @file stm32f4xx_hal_sai_ex.h | 
| Kojto | 99:dbbf35b96557 | 4 | * @author MCD Application Team | 
| Kojto | 106:ba1f97679dad | 5 | * @version V1.3.2 | 
| Kojto | 106:ba1f97679dad | 6 | * @date 26-June-2015 | 
| Kojto | 99:dbbf35b96557 | 7 | * @brief Header file of SAI Extension HAL module. | 
| Kojto | 99:dbbf35b96557 | 8 | ****************************************************************************** | 
| Kojto | 99:dbbf35b96557 | 9 | * @attention | 
| Kojto | 99:dbbf35b96557 | 10 | * | 
| Kojto | 99:dbbf35b96557 | 11 | * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> | 
| Kojto | 99:dbbf35b96557 | 12 | * | 
| Kojto | 99:dbbf35b96557 | 13 | * Redistribution and use in source and binary forms, with or without modification, | 
| Kojto | 99:dbbf35b96557 | 14 | * are permitted provided that the following conditions are met: | 
| Kojto | 99:dbbf35b96557 | 15 | * 1. Redistributions of source code must retain the above copyright notice, | 
| Kojto | 99:dbbf35b96557 | 16 | * this list of conditions and the following disclaimer. | 
| Kojto | 99:dbbf35b96557 | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, | 
| Kojto | 99:dbbf35b96557 | 18 | * this list of conditions and the following disclaimer in the documentation | 
| Kojto | 99:dbbf35b96557 | 19 | * and/or other materials provided with the distribution. | 
| Kojto | 99:dbbf35b96557 | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors | 
| Kojto | 99:dbbf35b96557 | 21 | * may be used to endorse or promote products derived from this software | 
| Kojto | 99:dbbf35b96557 | 22 | * without specific prior written permission. | 
| Kojto | 99:dbbf35b96557 | 23 | * | 
| Kojto | 99:dbbf35b96557 | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 
| Kojto | 99:dbbf35b96557 | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
| Kojto | 99:dbbf35b96557 | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
| Kojto | 99:dbbf35b96557 | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | 
| Kojto | 99:dbbf35b96557 | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
| Kojto | 99:dbbf35b96557 | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
| Kojto | 99:dbbf35b96557 | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
| Kojto | 99:dbbf35b96557 | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
| Kojto | 99:dbbf35b96557 | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 
| Kojto | 99:dbbf35b96557 | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| Kojto | 99:dbbf35b96557 | 34 | * | 
| Kojto | 99:dbbf35b96557 | 35 | ****************************************************************************** | 
| Kojto | 99:dbbf35b96557 | 36 | */ | 
| Kojto | 99:dbbf35b96557 | 37 | |
| Kojto | 99:dbbf35b96557 | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 39 | #ifndef __STM32F4xx_HAL_SAI_EX_H | 
| Kojto | 99:dbbf35b96557 | 40 | #define __STM32F4xx_HAL_SAI_EX_H | 
| Kojto | 99:dbbf35b96557 | 41 | |
| Kojto | 99:dbbf35b96557 | 42 | #ifdef __cplusplus | 
| Kojto | 99:dbbf35b96557 | 43 | extern "C" { | 
| Kojto | 99:dbbf35b96557 | 44 | #endif | 
| Kojto | 99:dbbf35b96557 | 45 | |
| Kojto | 99:dbbf35b96557 | 46 | /* Includes ------------------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 47 | #include "stm32f4xx_hal_def.h" | 
| Kojto | 99:dbbf35b96557 | 48 | |
| Kojto | 99:dbbf35b96557 | 49 | /** @addtogroup STM32F4xx_HAL_Driver | 
| Kojto | 99:dbbf35b96557 | 50 | * @{ | 
| Kojto | 99:dbbf35b96557 | 51 | */ | 
| Kojto | 99:dbbf35b96557 | 52 | |
| Kojto | 99:dbbf35b96557 | 53 | /** @addtogroup SAIEx | 
| Kojto | 99:dbbf35b96557 | 54 | * @{ | 
| Kojto | 99:dbbf35b96557 | 55 | */ | 
| Kojto | 99:dbbf35b96557 | 56 | |
| Kojto | 99:dbbf35b96557 | 57 | #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx) || defined(STM32F446xx) | 
| Kojto | 99:dbbf35b96557 | 58 | |
| Kojto | 99:dbbf35b96557 | 59 | /* Exported types ------------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 60 | /* Exported constants --------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 61 | /* Exported functions --------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 62 | /** @addtogroup SAIEx_Exported_Functions | 
| Kojto | 99:dbbf35b96557 | 63 | * @{ | 
| Kojto | 99:dbbf35b96557 | 64 | */ | 
| Kojto | 99:dbbf35b96557 | 65 | |
| Kojto | 99:dbbf35b96557 | 66 | /** @addtogroup SAIEx_Exported_Functions_Group1 | 
| Kojto | 99:dbbf35b96557 | 67 | * @{ | 
| Kojto | 99:dbbf35b96557 | 68 | */ | 
| Kojto | 99:dbbf35b96557 | 69 | |
| Kojto | 99:dbbf35b96557 | 70 | /* Extended features functions ************************************************/ | 
| Kojto | 99:dbbf35b96557 | 71 | void SAI_BlockSynchroConfig(SAI_HandleTypeDef *hsai); | 
| Kojto | 99:dbbf35b96557 | 72 | uint32_t SAI_GetInputClock(SAI_HandleTypeDef *hsai); | 
| Kojto | 99:dbbf35b96557 | 73 | /** | 
| Kojto | 99:dbbf35b96557 | 74 | * @} | 
| Kojto | 99:dbbf35b96557 | 75 | */ | 
| Kojto | 99:dbbf35b96557 | 76 | |
| Kojto | 99:dbbf35b96557 | 77 | /** | 
| Kojto | 99:dbbf35b96557 | 78 | * @} | 
| Kojto | 99:dbbf35b96557 | 79 | */ | 
| Kojto | 99:dbbf35b96557 | 80 | /* Private types -------------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 81 | /* Private variables ---------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 82 | /* Private constants ---------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 83 | /* Private macros ------------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 84 | /* Private functions ---------------------------------------------------------*/ | 
| Kojto | 99:dbbf35b96557 | 85 | |
| Kojto | 99:dbbf35b96557 | 86 | #endif /* STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx || STM32F446xx */ | 
| Kojto | 99:dbbf35b96557 | 87 | /** | 
| Kojto | 99:dbbf35b96557 | 88 | * @} | 
| Kojto | 99:dbbf35b96557 | 89 | */ | 
| Kojto | 99:dbbf35b96557 | 90 | |
| Kojto | 99:dbbf35b96557 | 91 | /** | 
| Kojto | 99:dbbf35b96557 | 92 | * @} | 
| Kojto | 99:dbbf35b96557 | 93 | */ | 
| Kojto | 99:dbbf35b96557 | 94 | |
| Kojto | 99:dbbf35b96557 | 95 | #ifdef __cplusplus | 
| Kojto | 99:dbbf35b96557 | 96 | } | 
| Kojto | 99:dbbf35b96557 | 97 | #endif | 
| Kojto | 99:dbbf35b96557 | 98 | |
| Kojto | 99:dbbf35b96557 | 99 | #endif /* __STM32F4xx_HAL_SAI_EX_H */ | 
| Kojto | 99:dbbf35b96557 | 100 | |
| Kojto | 99:dbbf35b96557 | 101 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ | 


