Home
last modified time | relevance | path

Searched refs:I2C_O_SACKCTL (Results 1 – 2 of 2) sorted by relevance

/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/
H A Di2c.c1423 HWREG(ui32Base + I2C_O_SACKCTL) |= I2C_SACKCTL_ACKOEN; in I2CSlaveACKOverride()
1427 HWREG(ui32Base + I2C_O_SACKCTL) &= ~I2C_SACKCTL_ACKOEN; in I2CSlaveACKOverride()
1458 HWREG(ui32Base + I2C_O_SACKCTL) &= ~I2C_SACKCTL_ACKOVAL; in I2CSlaveACKValueSet()
1462 HWREG(ui32Base + I2C_O_SACKCTL) |= I2C_SACKCTL_ACKOVAL; in I2CSlaveACKValueSet()
/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/inc/
H A Dhw_i2c.h65 #define I2C_O_SACKCTL 0x00000820 macro