[]Struct feather_m4::TCC4

pub struct TCC4 { /* fields omitted */ }

Timer Counter Control 4

Methods

impl TCC4

pub fn ptr() -> *const RegisterBlock

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn count_dith6(&self) -> &COUNT_DITH6

0x34 - Count

pub fn count_dith6_mut(&self) -> &mut COUNT_DITH6

0x34 - Count

pub fn count_dith5(&self) -> &COUNT_DITH5

0x34 - Count

pub fn count_dith5_mut(&self) -> &mut COUNT_DITH5

0x34 - Count

pub fn count_dith4(&self) -> &COUNT_DITH4

0x34 - Count

pub fn count_dith4_mut(&self) -> &mut COUNT_DITH4

0x34 - Count

pub fn count(&self) -> &COUNT

0x34 - Count

pub fn count_mut(&self) -> &mut COUNT

0x34 - Count

pub fn per_dith6(&self) -> &PER_DITH6

0x40 - Period

pub fn per_dith6_mut(&self) -> &mut PER_DITH6

0x40 - Period

pub fn per_dith5(&self) -> &PER_DITH5

0x40 - Period

pub fn per_dith5_mut(&self) -> &mut PER_DITH5

0x40 - Period

pub fn per_dith4(&self) -> &PER_DITH4

0x40 - Period

pub fn per_dith4_mut(&self) -> &mut PER_DITH4

0x40 - Period

pub fn per(&self) -> &PER

0x40 - Period

pub fn per_mut(&self) -> &mut PER

0x40 - Period

pub fn cc_dith6(&self) -> &[CC_DITH6; 6]

0x44 - Compare and Capture

pub fn cc_dith6_mut(&self) -> &mut [CC_DITH6; 6]

0x44 - Compare and Capture

pub fn cc_dith5(&self) -> &[CC_DITH5; 6]

0x44 - Compare and Capture

pub fn cc_dith5_mut(&self) -> &mut [CC_DITH5; 6]

0x44 - Compare and Capture

pub fn cc_dith4(&self) -> &[CC_DITH4; 6]

0x44 - Compare and Capture

pub fn cc_dith4_mut(&self) -> &mut [CC_DITH4; 6]

0x44 - Compare and Capture

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

0x44 - Compare and Capture

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

0x44 - Compare and Capture

pub fn perbuf_dith6(&self) -> &PERBUF_DITH6

0x6c - Period Buffer

pub fn perbuf_dith6_mut(&self) -> &mut PERBUF_DITH6

0x6c - Period Buffer

pub fn perbuf_dith5(&self) -> &PERBUF_DITH5

0x6c - Period Buffer

pub fn perbuf_dith5_mut(&self) -> &mut PERBUF_DITH5

0x6c - Period Buffer

pub fn perbuf_dith4(&self) -> &PERBUF_DITH4

0x6c - Period Buffer

pub fn perbuf_dith4_mut(&self) -> &mut PERBUF_DITH4

0x6c - Period Buffer

pub fn perbuf(&self) -> &PERBUF

0x6c - Period Buffer

pub fn perbuf_mut(&self) -> &mut PERBUF

0x6c - Period Buffer

pub fn ccbuf_dith6(&self) -> &[CCBUF_DITH6; 6]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith6_mut(&self) -> &mut [CCBUF_DITH6; 6]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith5(&self) -> &[CCBUF_DITH5; 6]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith5_mut(&self) -> &mut [CCBUF_DITH5; 6]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith4(&self) -> &[CCBUF_DITH4; 6]

0x70 - Compare and Capture Buffer

pub fn ccbuf_dith4_mut(&self) -> &mut [CCBUF_DITH4; 6]

0x70 - Compare and Capture Buffer

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

0x70 - Compare and Capture Buffer

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

0x70 - Compare and Capture Buffer

Trait Implementations

impl Send for TCC4

impl Deref for TCC4

type Target = RegisterBlock

The resulting type after dereferencing.

Auto Trait Implementations

impl !Sync for TCC4

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self