[][src]Struct tmc2209::reg::GSTAT

pub struct GSTAT(pub u32);

Implementations

impl GSTAT[src]

pub fn reset(&self) -> bool[src]

pub fn drv_err(&self) -> bool[src]

pub fn uv_cp(&self) -> bool[src]

Trait Implementations

impl<T> BitRange<T> for GSTAT where
    u32: BitRange<T>, 
[src]

impl Clone for GSTAT[src]

impl Copy for GSTAT[src]

impl Debug for GSTAT[src]

impl Default for GSTAT[src]

impl From<u32> for GSTAT[src]

impl Into<u32> for GSTAT[src]

impl ReadableRegister for GSTAT[src]

impl Register for GSTAT[src]

impl WritableRegister for GSTAT[src]

Auto Trait Implementations

impl Send for GSTAT

impl Sync for GSTAT

impl Unpin for GSTAT

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Bit for T where
    T: BitRange<u8>, 
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.