Struct atsame54n19a_pac::TCC3[][src]

pub struct TCC3 { /* fields omitted */ }

Timer Counter Control

Implementations

impl TCC3[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn count_dith6_mode(&self) -> &COUNT_DITH6_MODE[src]

0x34 - Count

pub fn count_dith6_mode_mut(&self) -> &mut COUNT_DITH6_MODE[src]

0x34 - Count

pub fn count_dith5_mode(&self) -> &COUNT_DITH5_MODE[src]

0x34 - Count

pub fn count_dith5_mode_mut(&self) -> &mut COUNT_DITH5_MODE[src]

0x34 - Count

pub fn count_dith4_mode(&self) -> &COUNT_DITH4_MODE[src]

0x34 - Count

pub fn count_dith4_mode_mut(&self) -> &mut COUNT_DITH4_MODE[src]

0x34 - Count

pub fn count(&self) -> &COUNT[src]

0x34 - Count

pub fn count_mut(&self) -> &mut COUNT[src]

0x34 - Count

pub fn per_dith6_mode(&self) -> &PER_DITH6_MODE[src]

0x40 - Period

pub fn per_dith6_mode_mut(&self) -> &mut PER_DITH6_MODE[src]

0x40 - Period

pub fn per_dith5_mode(&self) -> &PER_DITH5_MODE[src]

0x40 - Period

pub fn per_dith5_mode_mut(&self) -> &mut PER_DITH5_MODE[src]

0x40 - Period

pub fn per_dith4_mode(&self) -> &PER_DITH4_MODE[src]

0x40 - Period

pub fn per_dith4_mode_mut(&self) -> &mut PER_DITH4_MODE[src]

0x40 - Period

pub fn per(&self) -> &PER[src]

0x40 - Period

pub fn per_mut(&self) -> &mut PER[src]

0x40 - Period

pub fn cc_dith6_mode(&self) -> &[CC_DITH6_MODE; 6][src]

0x44 - Compare and Capture

pub fn cc_dith6_mode_mut(&self) -> &mut [CC_DITH6_MODE; 6][src]

0x44 - Compare and Capture

pub fn cc_dith5_mode(&self) -> &[CC_DITH5_MODE; 6][src]

0x44 - Compare and Capture

pub fn cc_dith5_mode_mut(&self) -> &mut [CC_DITH5_MODE; 6][src]

0x44 - Compare and Capture

pub fn cc_dith4_mode(&self) -> &[CC_DITH4_MODE; 6][src]

0x44 - Compare and Capture

pub fn cc_dith4_mode_mut(&self) -> &mut [CC_DITH4_MODE; 6][src]

0x44 - Compare and Capture

pub fn cc(&self) -> &[CC; 6][src]

0x44 - Compare and Capture

pub fn cc_mut(&self) -> &mut [CC; 6][src]

0x44 - Compare and Capture

pub fn perbuf_dith6_mode(&self) -> &PERBUF_DITH6_MODE[src]

0x6c - Period Buffer

pub fn perbuf_dith6_mode_mut(&self) -> &mut PERBUF_DITH6_MODE[src]

0x6c - Period Buffer

pub fn perbuf_dith5_mode(&self) -> &PERBUF_DITH5_MODE[src]

0x6c - Period Buffer

pub fn perbuf_dith5_mode_mut(&self) -> &mut PERBUF_DITH5_MODE[src]

0x6c - Period Buffer

pub fn perbuf_dith4_mode(&self) -> &PERBUF_DITH4_MODE[src]

0x6c - Period Buffer

pub fn perbuf_dith4_mode_mut(&self) -> &mut PERBUF_DITH4_MODE[src]

0x6c - Period Buffer

pub fn perbuf(&self) -> &PERBUF[src]

0x6c - Period Buffer

pub fn perbuf_mut(&self) -> &mut PERBUF[src]

0x6c - Period Buffer

pub fn ccbuf_dith6_mode(&self) -> &[CCBUF_DITH6_MODE; 6][src]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith6_mode_mut(&self) -> &mut [CCBUF_DITH6_MODE; 6][src]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith5_mode(&self) -> &[CCBUF_DITH5_MODE; 6][src]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith5_mode_mut(&self) -> &mut [CCBUF_DITH5_MODE; 6][src]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith4_mode(&self) -> &[CCBUF_DITH4_MODE; 6][src]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith4_mode_mut(&self) -> &mut [CCBUF_DITH4_MODE; 6][src]

0x70 - Compare and Capture Buffer

pub fn ccbuf(&self) -> &[CCBUF; 6][src]

0x70 - Compare and Capture Buffer

pub fn ccbuf_mut(&self) -> &mut [CCBUF; 6][src]

0x70 - Compare and Capture Buffer

Trait Implementations

impl Deref for TCC3[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for TCC3[src]

Auto Trait Implementations

impl !Sync for TCC3

impl Unpin for TCC3

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.