STM32H735xx HAL User Manual
|
00001 /** 00002 ****************************************************************************** 00003 * @file stm32h7xx_hal_i2s_ex.c 00004 * @author MCD Application Team 00005 * @brief I2S HAL module driver. 00006 * This file provides firmware functions to manage the following 00007 * functionalities of I2S extension peripheral: 00008 * + Extension features Functions 00009 ****************************************************************************** 00010 * @attention 00011 * 00012 * Copyright (c) 2017 STMicroelectronics. 00013 * All rights reserved. 00014 * 00015 * This software is licensed under terms that can be found in the LICENSE file 00016 * in the root directory of this software component. 00017 * If no LICENSE file comes with this software, it is provided AS-IS. 00018 * 00019 ****************************************************************************** 00020 */ 00021 00022 /** 00023 ****************************************************************************** 00024 ===== I2S FULL DUPLEX FEATURE ===== 00025 I2S Full Duplex APIs are available in stm32h7xx_hal_i2s.c/.h 00026 ****************************************************************************** 00027 */ 00028 00029 00030 00031