pub struct TCC0 { /* private fields */ }Expand description
Timer Counter Control 0
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn count_dith6(&self) -> &COUNT_DITH6
pub fn count_dith6(&self) -> &COUNT_DITH6
0x34 - Count
Sourcepub fn count_dith5(&self) -> &COUNT_DITH5
pub fn count_dith5(&self) -> &COUNT_DITH5
0x34 - Count
Sourcepub fn count_dith4(&self) -> &COUNT_DITH4
pub fn count_dith4(&self) -> &COUNT_DITH4
0x34 - Count
Sourcepub fn perbuf_dith6(&self) -> &PERBUF_DITH6
pub fn perbuf_dith6(&self) -> &PERBUF_DITH6
0x6c - Period Buffer
Sourcepub fn perbuf_dith5(&self) -> &PERBUF_DITH5
pub fn perbuf_dith5(&self) -> &PERBUF_DITH5
0x6c - Period Buffer
Sourcepub fn perbuf_dith4(&self) -> &PERBUF_DITH4
pub fn perbuf_dith4(&self) -> &PERBUF_DITH4
0x6c - Period Buffer
Sourcepub fn ccbuf_dith6(&self) -> &[CCBUF_DITH6; 4]
pub fn ccbuf_dith6(&self) -> &[CCBUF_DITH6; 4]
0x70..0x80 - Compare and Capture Buffer
Sourcepub fn ccbuf_dith5(&self) -> &[CCBUF_DITH5; 4]
pub fn ccbuf_dith5(&self) -> &[CCBUF_DITH5; 4]
0x70..0x80 - Compare and Capture Buffer
Sourcepub fn ccbuf_dith4(&self) -> &[CCBUF_DITH4; 4]
pub fn ccbuf_dith4(&self) -> &[CCBUF_DITH4; 4]
0x70..0x80 - Compare and Capture Buffer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCC0
impl RefUnwindSafe for TCC0
impl !Sync for TCC0
impl Unpin for TCC0
impl UnwindSafe for TCC0
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more