U2C_RESULT U2C_Stop (
HANDLE hDevice
);
The U2C_Stop function generates the stop condition on the I2C bus. It can be also used for the generation of the repeated stop condition.
- Parameters:
-
| hDevice | Handle to the U2C-12 device. |
- Return values:
-
| U2C_SUCCESS | Stop condition was successfully generated. |
| U2C_HARDWARE_NOT_FOUND | U2C-12 device referenced by hDevice handle was not found. |
|