1.1.6.3.2 Status Functions

I2Sx_LRCLK_Get Function

uint32_t I2Sx_LRCLK_Get (void);

Summary

Get LRCLK state

Description

This function returns the state of the LRCLK (left/right clock, aka word select line) of the I2S peipheral.

Preconditions

MHC GUI should be configured with the right values.

Returns

None.

Example

lrclkState = I2Sx_LRCLK_Get();

C

uint32_t I2Sx_LRCLK_Get();