44.8.3 I2SC Status Register

Name: I2SC_SR
Offset: 0x08
Reset: 0x00000000
Property: Read-only

Bit 3130292827262524 
          
Access  
Reset  
Bit 2322212019181716 
   TXURCH[1:0]     
Access RR 
Reset 00 
Bit 15141312111098 
       RXORCH[1:0] 
Access RR 
Reset 00 
Bit 76543210 
  TXURTXRDYTXEN RXORRXRDYRXEN 
Access RRRRRR 
Reset 000000 

Bits 21:20 – TXURCH[1:0] Transmit Underrun Channel

ValueDescription
0

This field is cleared when I2SC_SCR.TXUR is written to ’1’.

1

Bit i of this field is set when a transmit underrun error occurred in channel i (i = 0 for first channel of the frame).

Bits 9:8 – RXORCH[1:0] Receive Overrun Channel

This field is cleared when I2SC_SCR.RXOR is written to ’1’.

Bit i of this field is set when a receive overrun error occurred in channel i (i = 0 for first channel of the frame).

Bit 6 – TXUR Transmit Underrun

ValueDescription
0

This bit is cleared when the corresponding bit in I2SC_SCR is written to ’1’.

1

This bit is set when an underrun error occurs on I2SC_THR or when the corresponding bit in I2SC_SSR is written to ’1’.

Bit 5 – TXRDY Transmit Ready

ValueDescription
0

This bit is cleared when data is written to I2SC_THR.

1

This bit is set when I2SC_THR is empty and can be written with new data to be transmitted.

Bit 4 – TXEN Transmitter Enabled

ValueDescription
0

This bit is cleared when the transmitter is disabled, following a I2SC_CR.TXDIS or I2SC_CR.SWRST request.

1

This bit is set when the transmitter is enabled, following a I2SC_CR.TXEN request.

Bit 2 – RXOR Receive Overrun

ValueDescription
0

This bit is cleared when the corresponding bit in I2SC_SCR is written to ’1’.

1

This bit is set when an overrun error occurs on I2SC_RHR or when the corresponding bit in I2SC_SSR is written to ’1’.

Bit 1 – RXRDY Receive Ready

ValueDescription
0

This bit is cleared when I2SC_RHR is read.

1

This bit is set when received data is present in I2SC_RHR.

Bit 0 – RXEN Receiver Enabled

ValueDescription
0

This bit is cleared when the receiver is disabled, following a RXDIS or SWRST request in I2SC_CR.

1

This bit is set when the receiver is enabled, following a RXEN request in I2SC_CR.