[][src]Struct tmc2209::reg::DRV_STATUS

pub struct DRV_STATUS(pub u32);

Implementations

impl DRV_STATUS[src]

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

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

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

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

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

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

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

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

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

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

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

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

pub fn cs_actual(&self) -> u32[src]

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

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

Trait Implementations

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

impl Clone for DRV_STATUS[src]

impl Copy for DRV_STATUS[src]

impl Debug for DRV_STATUS[src]

impl From<u32> for DRV_STATUS[src]

impl Into<u32> for DRV_STATUS[src]

impl ReadableRegister for DRV_STATUS[src]

impl Register for DRV_STATUS[src]

Auto Trait Implementations

impl Send for DRV_STATUS

impl Sync for DRV_STATUS

impl Unpin for DRV_STATUS

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.