Click or drag to resize

I2CPreambleStopMask Property

This field controls the stop condition sent after every byte of preamble data. The device address is the first byte of data, following by up to seven additional bytes in PreAmbleData. For example, setting StopMask to 0x01 will cause a stop condition to be generated after sending DeviceAddress, while setting StopMask to 0x02 will cause a stop condition to be generated after sending PreambleData[0], and so on. Note, setting a bit in StopMask will cause the corresponding bit in StartMask to be cleared, if it is also set.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public byte StopMask { get; set; }

Return Value

Type: Byte
The 8 bit preamble stop mask
See Also