STM32H750VB_LwESP/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c

32 lines
1.1 KiB
C
Raw Normal View History

2021-12-15 13:59:03 +00:00
/**
******************************************************************************
* @file stm32h7xx_hal_i2s_ex.c
* @author MCD Application Team
* @brief I2S HAL module driver.
* This file provides firmware functions to manage the following
* functionalities of I2S extension peripheral:
2021-12-17 10:58:32 +00:00
* + Extension features Functions
2021-12-15 13:59:03 +00:00
******************************************************************************
* @attention
*
2021-12-17 10:58:32 +00:00
* Copyright (c) 2017 STMicroelectronics.
* All rights reserved.
2021-12-15 13:59:03 +00:00
*
2021-12-17 10:58:32 +00:00
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
2021-12-15 13:59:03 +00:00
*
******************************************************************************
*/
2021-12-17 10:58:32 +00:00
2021-12-15 13:59:03 +00:00
/**
******************************************************************************
===== I2S FULL DUPLEX FEATURE =====
I2S Full Duplex APIs are available in stm32h7xx_hal_i2s.c/.h
******************************************************************************
*/