Struct ruduino::cores::atmega328::OCR1A[][src]

pub struct OCR1A;

Implementations

impl OCR1A[src]

pub const OCR1A: RegisterBits<Self>[src]

pub const OCR1A0: RegisterBits<Self>[src]

pub const OCR1A1: RegisterBits<Self>[src]

pub const OCR1A2: RegisterBits<Self>[src]

pub const OCR1A3: RegisterBits<Self>[src]

pub const OCR1A4: RegisterBits<Self>[src]

pub const OCR1A5: RegisterBits<Self>[src]

pub const OCR1A6: RegisterBits<Self>[src]

pub const OCR1A7: RegisterBits<Self>[src]

pub const OCR1A8: RegisterBits<Self>[src]

pub const OCR1A9: RegisterBits<Self>[src]

pub const OCR1A10: RegisterBits<Self>[src]

pub const OCR1A11: RegisterBits<Self>[src]

pub const OCR1A12: RegisterBits<Self>[src]

pub const OCR1A13: RegisterBits<Self>[src]

pub const OCR1A14: RegisterBits<Self>[src]

Trait Implementations

impl Register for OCR1A[src]

type T = u16

The type that can represent the value of the register.

Auto Trait Implementations

impl Send for OCR1A[src]

impl Sync for OCR1A[src]

impl Unpin for OCR1A[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.