DlnI2cSlaveGeneralCallDisable() Function
DLN_RESULT DlnI2cSlaveGeneralCallDisable(
HDLN handle,
uint8_t port,
);
The DlnI2cSlaveGeneralCallDisable() function disables the I2C general call support (all I2C slave devices can be addressed by sending zero as I2C address).
Parameters:
- handle
- A handle to the DLN-series adapter.
- port
- A number of the I2C slave port to be configured.
This function is defined in the dln_i2c_slave.h file.
2006-2012