Struct drv2605::WaveformReg[]

pub struct WaveformReg(pub u8);

Methods

impl WaveformReg
[src]

Stops playing the sequence of effects

Set the effect

Wait the specified amount of time (in 10ms intervals), before moving to the next effect and playing it.

Trait Implementations

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

Get a range of bits.

Set a range of bits.

impl Debug for WaveformReg

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WaveformReg

impl Sync for WaveformReg