Module lpc55_pac::i2s0::stat[][src]

Status register for the primary channel pair.

Structs

BUSY_R

Field BUSY reader - Busy status for the primary channel pair. Other BUSY flags may be found in the STAT register for each channel pair.

DATAPAUSED_R

Field DATAPAUSED reader - Data Paused status flag. Applies to all I2S channels

LR_R

Field LR reader - Left/Right indication. This flag is considered to be a debugging aid and is not expected to be used by an I2S driver. Valid when one channel pair is busy. Indicates left or right data being processed for the currently busy channel pair.

R

Register STAT reader

SLVFRMERR_W

Field SLVFRMERR writer - Slave Frame Error flag. This applies when at least one channel pair is operating as a slave. An error indicates that the incoming WS signal did not transition as expected due to a mismatch between FRAMELEN and the actual incoming I2S stream.

STAT_SPEC

Status register for the primary channel pair.

W

Register STAT writer

Enums

BUSY_A

Busy status for the primary channel pair. Other BUSY flags may be found in the STAT register for each channel pair.

DATAPAUSED_A

Data Paused status flag. Applies to all I2S channels

LR_A

Left/Right indication. This flag is considered to be a debugging aid and is not expected to be used by an I2S driver. Valid when one channel pair is busy. Indicates left or right data being processed for the currently busy channel pair.

SLVFRMERR_AW

Slave Frame Error flag. This applies when at least one channel pair is operating as a slave. An error indicates that the incoming WS signal did not transition as expected due to a mismatch between FRAMELEN and the actual incoming I2S stream.