\n

I2C

Peripheral Memory Blocks

address_offset : 0x0 Bytes (0x0)
size : 0x20 byte (0x0)
mem_usage : registers
protection : not protected

address_offset : 0x40 Bytes (0x0)
size : 0x8 byte (0x0)
mem_usage : registers
protection : not protected

address_offset : 0x28 Bytes (0x0)
size : 0x8 byte (0x0)
mem_usage : registers
protection : not protected

Registers

I2C_CTL

I2C_TOCTL

I2C_DAT

I2C_ADDR0

I2C_ADDR1

I2C_ADDRMSK0

I2C_ADDRMSK1

I2C_INTSTS

I2C_CTL2

I2C_STATUS2

I2C_STATUS

I2C_CLKDIV


I2C_CTL

I2C Control Register
address_offset : 0x0 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_CTL I2C_CTL read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I2CEN AA STO STA SI INTEN

I2CEN : I2C Function EnableBit
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

#0 : 0

I2C function Disabled

#1 : 1

I2C function Enabled

End of enumeration elements list.

AA : Assert Acknowledge Control Bit
bits : 1 - 1 (1 bit)
access : read-write

STO : I2C STOP Control Bit\nIn Master mode, setting STO to transmit a STOP condition to bus then I2C controller will check the bus condition if a STOP condition is detected. This bit will be cleared by hardware automatically.
bits : 2 - 2 (1 bit)
access : read-write

STA : I2C START Command\nSetting STA to logic 1 to enter Master mode, the I2C hardware sends a START or repeat START condition to bus when the bus is free.
bits : 3 - 3 (1 bit)
access : read-write

SI : I2C Status\nWhen a new state is present in the I2C_STATUS register, if the INTEN bit is set, the I2C interrupt is requested. It must write one by software to this bit after the INTSTS (I2C_INTSTS[0]) is set to 1 and the I2C protocol function will go ahead until the STOP is active or the I2CEN is disabled.\nNote:If software wants to skip clearing INTSTS (I2C_INTSTS[0]), it also can write 1 to SI bit and must set INTEN bit. That INTSTS (I2C_INTSTS[0]) wll be cleared when SI is cleared.
bits : 4 - 4 (1 bit)
access : read-write

Enumeration:

#0 : 0

I2C's Status disabled and the I2C protocol function will go ahead

#1 : 1

I2C's Status active

End of enumeration elements list.

INTEN : Interrupt EnableBit
bits : 7 - 7 (1 bit)
access : read-write

Enumeration:

#0 : 0

I2C interrupt Disabled

#1 : 1

I2C interrupt Enabled

End of enumeration elements list.


I2C_TOCTL

I2C Time-out Control Register
address_offset : 0x10 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_TOCTL I2C_TOCTL read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 TOCEN TOCDIV4

TOCEN : Time-out Counter Enable Bit\nWhen this bit is set to enabled and clcok be stretched, the 14 bits time-out counter will start counting.
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

#0 : 0

Time-out counter Disabled

#1 : 1

Time-out counter Enabled

End of enumeration elements list.

TOCDIV4 : Time-out Counter Input Clock Divider by 4\nWhen enabled, the time-out period is extended 4 times.
bits : 1 - 1 (1 bit)
access : read-write

Enumeration:

#0 : 0

Time-out counter input clock divider by 4Disabled

#1 : 1

Time-out counter input clock divider by 4 Enabled

End of enumeration elements list.


I2C_DAT

I2C Data Register
address_offset : 0x14 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_DAT I2C_DAT read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DAT

DAT : I2C Data\nBit [7:0] is located with the 8-bit transferred/received data of I2C serial port.
bits : 0 - 7 (8 bit)
access : read-write


I2C_ADDR0

I2C Slave Address Register0
address_offset : 0x18 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_ADDR0 I2C_ADDR0 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 GC ADDR

GC : General Call FunctionControl\nNote: Refer to Address Register section for more detailed information..
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

#0 : 0

General Call Function Disabled

#1 : 1

General Call Function Enabled

End of enumeration elements list.

ADDR : I2C Salve Address Bits\nThe content of this register is irrelevant when the device is in Master mode. In the Slave mode, the seven most significant bits must be loaded with the device's own address. The device will react if either of the address is matched.
bits : 1 - 7 (7 bit)
access : read-write


I2C_ADDR1

I2C Slave Address Register1
address_offset : 0x1C Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_ADDR1 I2C_ADDR1 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

I2C_ADDRMSK0

I2C Slave Address Mask Register0
address_offset : 0x28 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_ADDRMSK0 I2C_ADDRMSK0 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ADDRMSK

ADDRMSK : I2C Slave Address Mask Bits\nI2C bus controllers support multiple address recognition with two address mask register. When the bit in the address mask register is set to one, it means the received corresponding address bit is don't-care. If the bit is set to zero, that means the received corresponding register bit should be exact the same as address register.
bits : 1 - 7 (7 bit)
access : read-write

Enumeration:

0 : 0

Mask disable (the received corresponding register bit should be exact the same as address register)

1 : 1

Mask enable (the received corresponding address bit is don't care)

End of enumeration elements list.


I2C_ADDRMSK1

I2C Slave Address Mask Register1
address_offset : 0x2C Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_ADDRMSK1 I2C_ADDRMSK1 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

I2C_INTSTS

I2C Interrupt Status Register
address_offset : 0x4 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_INTSTS I2C_INTSTS read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 INTSTS TOIF WKAKDONE

INTSTS : I2C STATUS's Interrupt Status\nWhen a new I2C state is present in the I2C_STATUS register, the INTSTS flag is set by hardware. If bit INTEN (I2C_CTL [7]) is set, the I2C interrupt is requested.This bit must be cleared by software writing '1' .\nNote:If software wants to skip clearing INTSTS, it can also write 1 to SI (I2C_CTL [4]) bit and must set INTEN (I2C_CTL [7]) bit. INISTS wll be cleared when SI is cleared.
bits : 0 - 0 (1 bit)
access : read-write

TOIF : Time-out Status\nNote:This bit can be cleared by writing '1' to it.
bits : 1 - 1 (1 bit)
access : read-write

Enumeration:

#0 : 0

No Time-out flag

#1 : 1

Time-out flag active and it is set by hardware. It can interrupt CPU when INTEN bit is set

End of enumeration elements list.

WKAKDONE : Wake-up Address Frame Acknowledge Bit Done\nNote:This bit can be cleared by writing'1' toit.
bits : 7 - 7 (1 bit)
access : read-write

Enumeration:

#0 : 0

The ACK bit cycle of address match frame is not done

#1 : 1

The ACK bit cycle of address match frame is done in power-down

End of enumeration elements list.


I2C_CTL2

I2C Control Register 2
address_offset : 0x40 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_CTL2 I2C_CTL2 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 WKUPEN OVIEN URIEN TWOLVBUF NOSTRETCH DATMODE MSDAT

WKUPEN : I2C Wake-up Function EnableBit
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

#0 : 0

I2C wake-up function Disabled

#1 : 1

I2C wake-up function Enabled

End of enumeration elements list.

OVIEN : I2C Overrun Interrupt Control Bit
bits : 1 - 1 (1 bit)
access : read-write

Enumeration:

#0 : 0

Overrun event interrupt Disabled

#1 : 1

Send a interrupt to system when the TWOLVBUF bit is enabled and there is overrun event in received buffer

End of enumeration elements list.

URIEN : I2C Underrun Interrupt Control Bit
bits : 2 - 2 (1 bit)
access : read-write

Enumeration:

#0 : 0

Underrun event interrupt Disabled

#1 : 1

Send a interrupt to system when theTWOLVBUF bit is enabled and there is underrun event happened in transmitted buffer

End of enumeration elements list.

TWOLVBUF : Two Level Buffer Enable Bit
bits : 4 - 4 (1 bit)
access : read-write

Enumeration:

#0 : 0

Two level bufferDisabled

#1 : 1

Two level bufferEnabled

End of enumeration elements list.

NOSTRETCH : I2C BuS Stretch
bits : 5 - 5 (1 bit)
access : read-write

Enumeration:

#0 : 0

The I2C SCL bus is stretched by hardware if the SI (I2C_CTL[4]) is not cleared

#1 : 1

The I2C SCL bus is not stretched by hardware if the SI is not cleared

End of enumeration elements list.

DATMODE : Data Mode Enable Bit
bits : 6 - 6 (1 bit)
access : read-write

Enumeration:

#0 : 0

Data mode Disabled

#1 : 1

Data mode Enabled

End of enumeration elements list.

MSDAT : Master or Slave in Data Mode Enable Control
bits : 7 - 7 (1 bit)
access : read-write

Enumeration:

#0 : 0

Master writes data to device

#1 : 1

Slave reads data from device

End of enumeration elements list.


I2C_STATUS2

I2C Status Register 2
address_offset : 0x44 Bytes (0x0)
size : -1 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_STATUS2 I2C_STATUS2 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 WKIF OVIF URIF WRSTSWK FULL EMPTY BUSFREE

WKIF : Wake-up Interrupt Flag\nNote:This bit can be cleared by writing '1' toit.
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

#0 : 0

Wake-up flag is inactive

#1 : 1

Wake-up flag is active

End of enumeration elements list.

OVIF : I2C Overrun Status Bit\nNote:This bit can be cleared by writing '1' toit.
bits : 1 - 1 (1 bit)
access : read-write

Enumeration:

#0 : 0

The received buffer is not overrun when the TWOLVBUF = 1

#1 : 1

The received buffer is overrun when the TWOLVBUF = 1

End of enumeration elements list.

URIF : I2C Underrun Status Bit\nNote:This bit can be cleared by writing '1' toit.
bits : 2 - 2 (1 bit)
access : read-write

Enumeration:

#0 : 0

The transmitted buffer is not underrun when the TWOLVBUF = 1

#1 : 1

The transmitted buffer is underrun when the TWOLVBUF = 1

End of enumeration elements list.

WRSTSWK : I2C Read/Write Status Bit in Address Wake-up Frame
bits : 3 - 3 (1 bit)
access : read-write

Enumeration:

#0 : 0

Write command is recorded on the address match wake-up frame

#1 : 1

Read command is recorded on the address match wake-up frame

End of enumeration elements list.

FULL : I2C Two Level Buffer Full
bits : 4 - 4 (1 bit)
access : read-write

Enumeration:

#0 : 0

TX buffer no full when the TWOLVBUF = 1

#1 : 1

TX buffer full when the TWOLVBUF = 1

End of enumeration elements list.

EMPTY : I2C Two Level Buffer Empty
bits : 5 - 5 (1 bit)
access : read-write

Enumeration:

#0 : 0

RX buffer is not empty when the TWOLVBUF = 1

#1 : 1

RX buffer is empty when the TWOLVBUF = 1

End of enumeration elements list.

BUSFREE : Bus Free Status\nThe bus status in the controller.
bits : 6 - 6 (1 bit)
access : read-write

Enumeration:

#0 : 0

I2C's Start condition is detected on the bus

#1 : 1

Bus is free and released by STOP condition or the controller is disabled

End of enumeration elements list.


I2C_STATUS

I2C Status Register
address_offset : 0x8 Bytes (0x0)
size : -1 bit
access : read-only
reset_value : 0x0
reset_Mask : 0x0

I2C_STATUS I2C_STATUS read-only 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 STATUS

STATUS : I2C Status Bits (Read Only)
bits : 0 - 7 (8 bit)
access : read-only


I2C_CLKDIV

I2C Clock Divided Register
address_offset : 0xC Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

I2C_CLKDIV I2C_CLKDIV read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DIVIDER

DIVIDER : I2C Clock DividedBits\nNote:The minimum value of I2C_CLKDIV is 4.
bits : 0 - 7 (8 bit)
access : read-write



Is something missing? Is something wrong? can you help correct it ? Please contact us at info@chipselect.org !

This website is sponsored by EmbeetleEmbeetle, an IDE designed from scratch for embedded software developers.