You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
1.3 KiB

  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. @verbatim
  11. ==============================================================================
  12. ##### I2S Extension features #####
  13. ==============================================================================
  14. The I2S Full duplex feature is not supported by this HAL Driver
  15. ******************************************************************************
  16. * @attention
  17. *
  18. * <h2><center>&copy; Copyright (c) 2017 STMicroelectronics.
  19. * All rights reserved.</center></h2>
  20. *
  21. * This software component is licensed by ST under BSD 3-Clause license,
  22. * the "License"; You may not use this file except in compliance with the
  23. * License. You may obtain a copy of the License at:
  24. * opensource.org/licenses/BSD-3-Clause
  25. *
  26. ******************************************************************************
  27. */
  28. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/