__HAL_SAI_CLEAR_FLAG macro
Clear the specified SAI pending flag.
Syntax
#define __HAL_SAI_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CLRFR = (__FLAG__)) Arguments
__HANDLE__
specifies the SAI Handle.
__FLAG__
specifies the flag to check. This parameter can be any combination of the following values: @arg SAI_FLAG_OVRUDR: Clear Overrun underrun @arg SAI_FLAG_MUTEDET: Clear Mute detection @arg SAI_FLAG_WCKCFG: Clear Wrong Clock Configuration @arg SAI_FLAG_FREQ: Clear FIFO request @arg SAI_FLAG_CNRDY: Clear Codec not ready @arg SAI_FLAG_AFSDET: Clear Anticipated frame synchronization detection @arg SAI_FLAG_LFSDET: Clear Late frame synchronization detection
Return value
None