Struct ruduino::cores::atmega88::TWCR[][src]

pub struct TWCR;

Implementations

impl TWCR[src]

pub const TWINT: RegisterBits<Self>[src]

pub const TWINT0: RegisterBits<Self>[src]

pub const TWEA: RegisterBits<Self>[src]

pub const TWEA0: RegisterBits<Self>[src]

pub const TWSTA: RegisterBits<Self>[src]

pub const TWSTA0: RegisterBits<Self>[src]

pub const TWSTO: RegisterBits<Self>[src]

pub const TWSTO0: RegisterBits<Self>[src]

pub const TWWC: RegisterBits<Self>[src]

pub const TWWC0: RegisterBits<Self>[src]

pub const TWEN: RegisterBits<Self>[src]

pub const TWEN0: RegisterBits<Self>[src]

pub const TWIE: RegisterBits<Self>[src]

pub const TWIE0: RegisterBits<Self>[src]

Trait Implementations

impl Register for TWCR[src]

type T = u8

The type that can represent the value of the register.

Auto Trait Implementations

impl Send for TWCR[src]

impl Sync for TWCR[src]

impl Unpin for TWCR[src]

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, 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.