Slave Control A

Name:
SCTRLA
Offset:
0x09
Reset:
0x00
Access:
-
Bit76543210
DIENAPIENPIENPMENSMENENABLE
AccessR/WR/WR/WR/WR/WR/W
Reset000000

Bit 7 – DIEN: Data Interrupt Enable

Data Interrupt Enable

Writing this bit to ‘1’ enables interrupt on the Slave Data Interrupt Flag (DIF) in the Slave Status register (TWIn.SSTATUS). A TWI slave data interrupt will be generated only if this bit, the DIF, and the Global Interrupt Flag (I) in CPU.SREG are all ‘1’.

Bit 6 – APIEN: Address or Stop Interrupt Enable

Address or Stop Interrupt Enable

Writing this bit to ‘1’ enables an interrupt on the Slave Address or Stop Interrupt Flag (APIF) in the Slave Status register (TWIn.SSTATUS). A TWI slave Address or Stop interrupt will be generated only if this bit, APIF, and the Global Interrupt Flag (I) in CPU.SREG are all ‘1’.

The slave stop interrupt shares the interrupt flag and vector with the slave address interrupt. The TWIn.SCTRAL.PIEN must be written to ‘1’ in order for the APIF to be set on a stop condition. When the interrupt occurs the TWIn.SSTATUS.AP bit will determine whether an address match or a stop condition caused the interrupt.

Bit 5 – PIEN: Stop Interrupt Enable

Stop Interrupt Enable

Writing this bit to ‘1’ enables APIF to be set when a Stop condition occurs. To use this feature the system frequency must be 4x the SCL frequency.

Bit 2 – PMEN: Address Recognition Mode

Address Recognition Mode

If this bit is written to ‘1’, the slave address match logic responds to all received addresses.

If this bit is written to ‘0’, the address match logic uses the Slave Address register (TWIn.SADDR) to determine which address to recognize as the slaves own address.

Bit 1 – SMEN: Smart Mode Enable

Smart Mode Enable

Writing this bit to ‘1’ enables the slave Smart mode. When the Smart mode is enabled, issuing a command with CMD or reading/writing DATA resets the interrupt and operation continues. If the Smart mode is disabled, the slave always waits for a CMD command before continuing.

Bit 0 – ENABLE: Enable TWI Slave

Enable TWI Slave

Writing this bit to ‘1’ enables the TWI slave.