STM32H735xx HAL User Manual
|
SAI Extended HAL module driver. This file provides firmware functions to manage the following functionality of the SAI Peripheral Controller: + Modify PDM microphone delays. More...
#include "stm32h7xx_hal.h"
Go to the source code of this file.
Defines | |
#define | SAI_PDM_DELAY_MASK 0x77U |
#define | SAI_PDM_DELAY_OFFSET 8U |
#define | SAI_PDM_RIGHT_DELAY_OFFSET 4U |
Functions | |
HAL_StatusTypeDef | HAL_SAIEx_ConfigPdmMicDelay (SAI_HandleTypeDef *hsai, SAIEx_PdmMicDelayParamTypeDef *pdmMicDelay) |
Configure PDM microphone delays. |
SAI Extended HAL module driver. This file provides firmware functions to manage the following functionality of the SAI Peripheral Controller: + Modify PDM microphone delays.
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.
Definition in file stm32h7xx_hal_sai_ex.c.