1 /** 2 ****************************************************************************** 3 * @file stm32h7xx_hal_i2s_ex.c 4 * @author MCD Application Team 5 * @brief I2S HAL module driver. 6 * This file provides firmware functions to manage the following 7 * functionalities of I2S extension peripheral: 8 * + Extension features Functions 9 ****************************************************************************** 10 * @attention 11 * 12 * Copyright (c) 2017 STMicroelectronics. 13 * All rights reserved. 14 * 15 * This software is licensed under terms that can be found in the LICENSE file 16 * in the root directory of this software component. 17 * If no LICENSE file comes with this software, it is provided AS-IS. 18 * 19 ****************************************************************************** 20 */ 21 22 /** 23 ****************************************************************************** 24 ===== I2S FULL DUPLEX FEATURE ===== 25 I2S Full Duplex APIs are available in stm32h7xx_hal_i2s.c/.h 26 ****************************************************************************** 27 */ 28 29 30 31 32