DlnI2cSlaveGeneralCallEnable() Function

 DLN_RESULT DlnI2cSlaveGeneralCallEnable(
    HDLN handle,
    uint8_t port,
 );

The DlnI2cSlaveGeneralCallEnable() function activates I2C general call support. With general call all I2C slave devices on the circuit can be addressed by sending zero as I2C slave 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.