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