HAL
LL_I2S_InitFullDuplex() is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

An ErrorStatus enumeration value: - SUCCESS: I2Sxext registers are Initialized - ERROR: I2Sxext registers are not Initialized

Notes

The structure pointed by I2S_InitStruct parameter should be the same used for the master I2S peripheral. In this case, if the master is configured as transmitter, the slave will be receiver and vice versa. Or you can force a different mode by modifying the field I2S_Mode to the value I2S_SlaveRx or I2S_SlaveTx independently of the master configuration.

References

from examples