1.1.11.30 I2CSMBx_TargetStart Function
C
/* x = I2C SMBUS peripheral instance number */
/* I2C SMBUS Target mode */
void I2CSMBx_TargetStart(void)
Summary
Configures the DMA and starts the target in receive mode
Description
Configures the DMA and starts the target in receive mode
Precondition
I2CSMBx_Initialize must have been called for the associated I2C instance.
Parameters
None.
Returns
None
Example
I2CSMB0_TargetStart();
Remarks
None.