[][src]Struct atsame70q20b::gmac::GMAC_ST2CW

#[repr(C)]pub struct GMAC_ST2CW {
    pub gmac_st2cw0: GMAC_ST2CW0,
    pub gmac_st2cw1: GMAC_ST2CW1,
}

Register block

Fields

gmac_st2cw0: GMAC_ST2CW0

0x00 - Screening Type 2 Compare Word 0 Register

gmac_st2cw1: GMAC_ST2CW1

0x04 - Screening Type 2 Compare Word 1 Register

Auto Trait Implementations

impl Send for GMAC_ST2CW

impl !Sync for GMAC_ST2CW

impl Unpin for GMAC_ST2CW

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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> Same<T> for T

type Output = T

Should always be Self

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.