summaryrefslogtreecommitdiff
path: root/Software/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-03-13 23:16:14 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-03-13 23:16:14 -0500
commit2b4e742f021a37fffcc5e557c4456c0a4ea77483 (patch)
tree2db677efc1bbe14149d4248dca61969cffa9e1c1 /Software/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c
parent3ecbe307fbdbede75d8b66d50244c0f4260a8774 (diff)
downloadsdr-master.tar.gz
fix: software was accidentally a submoduleHEADmaster
Diffstat (limited to 'Software/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c')
-rw-r--r--Software/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/Software/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c b/Software/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c
new file mode 100644
index 0000000..fec7e0b
--- /dev/null
+++ b/Software/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c
@@ -0,0 +1,31 @@
+/**
+ ******************************************************************************
+ * @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:
+ * + Extension features Functions
+ ******************************************************************************
+ * @attention
+ *
+ * Copyright (c) 2017 STMicroelectronics.
+ * All rights reserved.
+ *
+ * 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.
+ *
+ ******************************************************************************
+ */
+
+/**
+ ******************************************************************************
+ ===== I2S FULL DUPLEX FEATURE =====
+ I2S Full Duplex APIs are available in stm32h7xx_hal_i2s.c/.h
+ ******************************************************************************
+ */
+
+
+
+