Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:08

0001 /**
0002   ******************************************************************************
0003   * @file    stm32h7xx_hal_i2s_ex.c
0004   * @author  MCD Application Team
0005   * @brief   I2S HAL module driver.
0006   *          This file provides firmware functions to manage the following
0007   *          functionalities of I2S extension peripheral:
0008   *           + Extension features Functions
0009   ******************************************************************************
0010   * @attention
0011   *
0012   * Copyright (c) 2017 STMicroelectronics.
0013   * All rights reserved.
0014   *
0015   * This software is licensed under terms that can be found in the LICENSE file
0016   * in the root directory of this software component.
0017   * If no LICENSE file comes with this software, it is provided AS-IS.
0018   *
0019   ******************************************************************************
0020   */
0021 
0022 /**
0023   ******************************************************************************
0024                       ===== I2S FULL DUPLEX FEATURE =====
0025        I2S Full Duplex APIs are available in stm32h7xx_hal_i2s.c/.h
0026   ******************************************************************************
0027   */
0028 
0029 
0030 
0031