Click or drag to resize

I2CPreambleStartMask Property

This field controls the start 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 StartMask to 0x04 will cause a start condition to be generated after sending PreambleData[1], while setting StartMask to 0x08 will cause a start condition to be generated after sending PreambleData[2], and so on. Note, setting a bit in StartMask will cause the corresponding bit in StopMask 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 StartMask { get; set; }

Return Value

Type: Byte
The 8 bit preamble start mask
See Also