Struct dac8568::Message[][src]

pub struct Message { /* fields omitted */ }
Expand description

The Message that is eventually serialized and transmitted to the DAC The input shift register (SR) of the DAC7568, DAC8168, and DAC8568 is 32 bits wide, and consists of four Prefix bits (DB31 to DB28), four control bits (DB27 to DB24), 16 databits (DB23 to DB4), and four additional feature bits. The 16 databits comprise the 16-, 14-, or 12-bit input code

Implementations

Get internal reference message Used for switching DAC8568 from its default state using an external reference To using its internal 2.5v reference

Get voltage message, which will update a channel with a given value

Get the message payload

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.