Enum dac8568::ControlType[][src]

pub enum ControlType {
    WriteToInputRegister,
    UpdateRegister,
    WriteToChannelAndUpdateAllRegisters,
    WriteToChannelAndUpdateSingleRegister,
    PowerDownComm,
    WriteToClearCodeRegister,
    WriteToLDACRegister,
    SoftwareReset,
}
Expand description

The message control type

Variants

WriteToInputRegister

Write to input register [Untested]

UpdateRegister

Update register [Untested]

WriteToChannelAndUpdateAllRegisters

Write to channel and update all registers [Untested]

WriteToChannelAndUpdateSingleRegister

Write to channel and update single register

PowerDownComm

Power down [Untested]

WriteToClearCodeRegister

Write to clear code register [Untested]

WriteToLDACRegister

Write to LDAC register [Untested]

SoftwareReset

Software reset [Untested]

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.