35.8.7.3 Control C
Symbol | Description | Symbol | Description | Symbol | Description |
---|---|---|---|---|---|
R | Readable bit | HC | Cleared by Hardware | (Grey cell) | Unimplemented |
W | Writable bit | HS | Set by Hardware | X | Bit is unknown at Reset |
K | Write to clear | S | Software settable bit | — | — |
Name: | CTRLC |
Offset: | 0x08 |
Reset: | 0x00000000 |
Property: | PAC Write-Protection, Enable-Protected |
Bit | 31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | |
TXTRHOLD[1:0] | RXTRHOLD[1:0] | FIFOEN | DATA32B | ||||||
Access | R/W | R/W | R/W | R/W | R/W | R/W | |||
Reset | 0 | 0 | 0 | 0 | 0 | 0 |
Bit | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | |
Access | |||||||||
Reset |
Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | |
Access | |||||||||
Reset |
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
Access | |||||||||
Reset |
Bits 31:30 – TXTRHOLD[1:0] Transmit FIFO Threshold
These bits define the threshold for generating the Data Register Empty interrupt and DMA TX trigger.
TXTRHOLD | Name | Description |
---|---|---|
0 | DEFAULT | Interrupt and DMA triggers can be generated as long as the FIFO is not full. |
1 | HALF | Interrupt and DMA triggers are generated when half FIFO space is free. |
2 | EMPTY | Interrupt and DMA triggers are generated when the FIFO is empty. |
3 | - | Reserved |
Bits 29:28 – RXTRHOLD[1:0] Receive FIFO Threshold
These bits define the threshold for generating the RX Complete interrupt and DMA RX trigger.
RXTRHOLD | Name | Description |
---|---|---|
0 | DEFAULT | Interrupt and DMA triggers can be generated when a DATA is present in the FIFO. |
1 | HALF | Interrupt and DMA triggers can be generated only when the FIFO is half-full. |
2 | FULL | Interrupt and DMA triggers can be generated only when the FIFO is full. |
3 | - | Reserved |
Bit 27 – FIFOEN FIFO Enable
This bit enables the FIFO operation.
Value | Description |
---|---|
0 | FIFO operation is disabled |
1 | FIFO operation is enabled |
Bit 24 – DATA32B Data 32 Bit
This bit enables 32-bit data writes and reads to/from the DATA register.
Value | Description |
---|---|
0 | Data transactions to/from DATA are 8-bit in size |
1 | Data transactions to/from DATA are 32-bit in size |