Struct atsam4ls4b_pac::TC1[][src]

pub struct TC1 { /* fields omitted */ }

Timer/Counter 1

Implementations

impl TC1[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn cmr0_alt(&self) -> &CMR_ALT[src]

0x04 - Channel Mode Register Channel

pub fn cmr0_alt_mut(&self) -> &mut CMR_ALT[src]

0x04 - Channel Mode Register Channel

pub fn cmr0(&self) -> &CMR[src]

0x04 - Channel Mode Register Channel

pub fn cmr0_mut(&self) -> &mut CMR[src]

0x04 - Channel Mode Register Channel

pub fn cmr1_alt(&self) -> &CMR_ALT[src]

0x44 - Channel Mode Register Channel

pub fn cmr1_alt_mut(&self) -> &mut CMR_ALT[src]

0x44 - Channel Mode Register Channel

pub fn cmr1(&self) -> &CMR[src]

0x44 - Channel Mode Register Channel

pub fn cmr1_mut(&self) -> &mut CMR[src]

0x44 - Channel Mode Register Channel

pub fn cmr2_alt(&self) -> &CMR_ALT[src]

0x84 - Channel Mode Register Channel

pub fn cmr2_alt_mut(&self) -> &mut CMR_ALT[src]

0x84 - Channel Mode Register Channel

pub fn cmr2(&self) -> &CMR[src]

0x84 - Channel Mode Register Channel

pub fn cmr2_mut(&self) -> &mut CMR[src]

0x84 - Channel Mode Register Channel

Trait Implementations

impl Deref for TC1[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for TC1[src]

Auto Trait Implementations

impl !Sync for TC1

impl Unpin for TC1

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.