29.9.7 SSPxCON3

MSSP Control Register 3
Note:
  1. This bit has no effect in Client modes where Start and Stop condition detection is explicitly listed as enabled.
  2. For daisy-chained SPI operation; allows the user to ignore all but the last received byte. SSPOV is still set when a new byte is received and BF = 1, but hardware continues to write the most recent byte to SSPxBUF.
Name: SSPxCON3
Address: 0x192,0x19C

Bit 76543210 
 ACKTIMPCIESCIEBOENSDAHTSBCDEAHENDHEN 
Access R/HS/HCR/WR/WR/WR/WR/WR/WR/W 
Reset 00000000 

Bit 7 – ACKTIM Acknowledge Time Status bit

Unused in Host mode.

ValueNameDescription
x SPI or I2C Host This bit is not used
1 I2C Client and AHEN = 1 or DHEN = 1 Eighth falling edge of SCL has occurred and the ACK/NACK state is Active
0 I2C Client ACK/NACK state is not Active. Transitions low on ninth rising edge of SCL.

Bit 6 – PCIE

Stop Condition Interrupt Enable bit(1)
ValueNameDescription
x SPI or SSPM = 1111 or 0111 Don’t care
1 SSPM1111 and SSPM0111

Enable interrupt on detection of Stop condition

0 SSPM1111 and SSPM0111

Stop detection interrupts are disabled

Bit 5 – SCIE Start Condition Interrupt Enable bit

ValueNameDescription
x SPI or SSPM = 1111 or 0111 Don’t care
1 SSPM1111 and SSPM0111

Enable interrupt on detection of Start condition

0 SSPM1111 and SSPM0111

Start detection interrupts are disabled

Bit 4 – BOEN

Buffer Overwrite Enable bit(2)
ValueNameDescription
1 SPI

SSPxBUF is updated every time a new data byte is available, ignoring the BF bit

0 SPI

If a new byte is receive with BF set, then SSPOV is set and SSPxBUF is not updated

1 I2C

SSPxBUF is updated every time a new data byte is available, ignoring the SSPOV effect on updating the buffer

0 I2C

SSPxBUF is only updated when SSPOV is clear

Bit 3 – SDAHT SDA Hold Time Selection bit

ValueNameDescription
x SPI Not used in SPI mode
1 I2C

Minimum of 300 ns hold time on SDA after the falling edge of SCL

0 I2C

Minimum of 100 ns hold time on SDA after the falling edge of SCL

Bit 2 – SBCDE Client Mode Bus Collision Detect Enable bit

Unused in Host mode.

ValueNameDescription
x SPI or I2C Host Don’t care
1 I2C Client Collision detection is enabled
0 I2C Client Collision detection is not enabled

Bit 1 – AHEN Address Hold Enable bit

ValueNameDescription
x SPI or I2C Host Don’t care
1 I2C Client Address hold is enabled. As a result, CKP is cleared after the eighth falling SCL edge of an address byte reception. Software must set the CKP bit to resume operation.
0 I2C Client Address hold is not enabled

Bit 0 – DHEN Data Hold Enable bit

ValueNameDescription
x SPI or I2C Host Don’t care
1 I2C Client Data hold is enabled. As a result, CKP is cleared after the eighth falling SCL edge of a data byte reception. Software must set the CKP bit to resume operation.
0 I2C Client Data hold is not enabled
This bit has no effect in Client modes where Start and Stop condition detection is explicitly listed as enabled. For daisy-chained SPI operation; allows the user to ignore all but the last received byte. SSPOV is still set when a new byte is received and BF = 1, but hardware continues to write the most recent byte to SSPxBUF.