1.1.6.2.2 Transaction Function

I2SCx_LRCLK_Get Function

uint32_t I2SCx_LRCLK_Get(void);

Summary

Get the level of the I2S LRCLK (left/right clock) signal

Description

This function returns the state of the I2S LRCLK (left/right clock) signal. In the case where this signal is generated from a codec or other external source, this allows the caller to synchronize itself to the LRCLK signal.

Preconditions

None.

Returns

State of the LRCLK pin for the I2SCx module -- 1 if high, 0 if low

Remarks

None.

Example

I2SC1_LRCLK_Get();

C

uint32_t I2SCx_LRCLK_Get();