English
Language : 

PXN20RM Datasheet, PDF (1053/1376 Pages) Freescale Semiconductor, Inc – PXN20 Microcontroller
Inter-Integrated Circuit Bus Controller Module (I2C)
Table 32-5. IBCR Field Descriptions (continued)
Field
Description
RSTA
Repeat Start. Writing a 1 to this bit generates a repeated START condition on the bus, provided it is the current bus
master. This bit is always read as a low. Attempting a repeated start at the wrong time, if the bus is owned by another
master, results in loss of arbitration.
0 No effect.
1 Generate repeat start cycle.
DMAEN
DMA enable. When this bit is set, the DMA TX and RX lines are asserted when the I2C module requires data to be
read or written to the data register. No transfer done interrupts are generated when this bit is set; however, an
interrupt is generated if loss of arbitration or addressed as slave conditions occur. The DMA mode is valid only when
the I2C module is configured as a master and the DMA transfer still requires CPU intervention at the start and the
end of each frame of data. See the DMA application information section for more details.
0 Disable the DMA TX/RX request signals.
1 Enable the DMA TX/RX request signals.
32.3.2.4 I2C Bus Status Register (IBSR)
Offset: 0x0003
0
R TCF
W
Reset
1
1
2
3
4
5
IAAS
IBB
0
SRW
IBAL
0
0
0
0
0
Figure 32-7. I2C Bus Status Register (IBSR)
Access: User read/write
6
7
IBIF
RXAK
w1c
0
0
Table 32-6. IBSR Field Descriptions
Field
Description
TCF
IAAS
IBB
IBAL
Transfer Complete. While one byte of data is transferred, this bit is cleared. It is set by the falling edge of the ninth
clock of a byte transfer. This bit is valid only during or immediately following a transfer to the I2C module or from the
I2C module.
0 Transfer in progress.
1 Transfer complete.
Addressed as a Slave. When its own specific address (I-bus address register) is matched with the calling address,
this bit is set. The CPU is interrupted provided the IBIE is set. Then the CPU must check the SRW bit and set its
Tx/Rx mode accordingly. Writing to the I-bus control register clears this bit.
0 Not addressed.
1 Addressed as a slave.
Bus Busy. This bit indicates the status of the bus. When a START signal is detected, the IBB is set. If a STOP signal
is detected, IBB is cleared and the bus enters idle state.
0 Bus is idle.
1 Bus is busy.
Arbitration Lost. The arbitration lost bit (IBAL) is set by hardware when the arbitration procedure is lost. Arbitration
is lost in the following circumstances:
• SDA is sampled low when the master drives a high during an address or data transmit cycle.
• SDA is sampled low when the master drives a high during the acknowledge bit of a data receive cycle.
• A start cycle is attempted when the bus is busy.
• A repeated start cycle is requested in slave mode.
• A stop condition is detected when the master did not request it.
This bit must be cleared by software, by writing a one to it. A write of zero has no effect.
Freescale Semiconductor
PXN20 Microcontroller Reference Manual, Rev. 1
32-9