Struct drv2605::RegisterThree[]

pub struct RegisterThree(pub u8);

Methods

impl RegisterThree

This bit sets the output driver into a true high-impedance state. The device must be enabled to go into the high-impedance state. When in hardware shutdown or standby mode, the output drivers have 15 kΩ to ground. When the HI_Z bit is asserted, the hi-Z functionality takes effect immediately, even if a transaction is taking place.

This bit sets the output driver into a true high-impedance state. The device must be enabled to go into the high-impedance state. When in hardware shutdown or standby mode, the output drivers have 15 kΩ to ground. When the HI_Z bit is asserted, the hi-Z functionality takes effect immediately, even if a transaction is taking place.

Waveform library selection value. This bit determines which library the playback engine selects when the GO bit is set.

Waveform library selection value. This bit determines which library the playback engine selects when the GO bit is set.

Trait Implementations

impl<T> BitRange<T> for RegisterThree where
    u8: BitRange<T>, 

Get a range of bits.

Set a range of bits.

impl Debug for RegisterThree

Formats the value using the given formatter. Read more

Auto Trait Implementations