HAL
HAL_SAI_EnableRxMuteMode() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SAI_EnableRxMuteMode()

HAL_SAI_EnableRxMuteMode() function

Enable the Rx mute detection.

Syntax

HAL_StatusTypeDef HAL_SAI_EnableRxMuteMode(SAI_HandleTypeDef *hsai,     SAIcallback callback,     uint16_t counter);
Implemented in stm32f4xx_hal_sai.c:1559

Arguments

hsai

pointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module.

callback

function called when the mute is detected.

counter

number a data before mute detection max 63.

Return value

HAL status

Call Tree

Functions called by HAL_SAI_EnableRxMuteMode()
HAL_SAI_EnableRxMuteMode()
assert_failed()
all items filtered out
Type of HAL_SAI_EnableRxMuteMode()
HAL_SAI_EnableRxMuteMode()
all items filtered out