[]Struct feather_m4::tcc0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub ctrla: CTRLA, pub ctrlbclr: CTRLBCLR, pub ctrlbset: CTRLBSET, pub syncbusy: SYNCBUSY, pub fctrla: FCTRLA, pub fctrlb: FCTRLB, pub wexctrl: WEXCTRL, pub drvctrl: DRVCTRL, pub dbgctrl: DBGCTRL, pub evctrl: EVCTRL, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub patt: PATT, pub wave: WAVE, pub pattbuf: PATTBUF, // some fields omitted }

Register block

Fields

ctrla: CTRLA

0x00 - Control A

ctrlbclr: CTRLBCLR

0x04 - Control B Clear

ctrlbset: CTRLBSET

0x05 - Control B Set

syncbusy: SYNCBUSY

0x08 - Synchronization Busy

fctrla: FCTRLA

0x0c - Recoverable Fault A Configuration

fctrlb: FCTRLB

0x10 - Recoverable Fault B Configuration

wexctrl: WEXCTRL

0x14 - Waveform Extension Configuration

drvctrl: DRVCTRL

0x18 - Driver Control

dbgctrl: DBGCTRL

0x1e - Debug Control

evctrl: EVCTRL

0x20 - Event Control

intenclr: INTENCLR

0x24 - Interrupt Enable Clear

intenset: INTENSET

0x28 - Interrupt Enable Set

intflag: INTFLAG

0x2c - Interrupt Flag Status and Clear

status: STATUS

0x30 - Status

patt: PATT

0x38 - Pattern

wave: WAVE

0x3c - Waveform Control

pattbuf: PATTBUF

0x64 - Pattern Buffer

Methods

impl 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

Auto Trait Implementations

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