pub struct Tcc4 { /* private fields */ }
Expand description
Timer Counter Control
Implementations§
Source§impl Tcc4
impl Tcc4
Sourcepub const PTR: *const RegisterBlock = {0x43001000 as *const tcc0::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x43001000 as *const tcc0::RegisterBlock}
Pointer to the register block
Sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Sourcepub unsafe fn steal() -> Self
pub unsafe fn steal() -> Self
Steal an instance of this peripheral
§Safety
Ensure that the new instance of the peripheral cannot be used in a way that may race with any existing instances, for example by only accessing read-only or write-only registers, or by consuming the original peripheral and using critical sections to coordinate access between multiple new instances.
Additionally, other software such as HALs may rely on only one peripheral instance existing to ensure memory safety; ensure no stolen instances are passed to such software.
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn count_dith6_mode(&self) -> &CountDith6Mode
pub fn count_dith6_mode(&self) -> &CountDith6Mode
0x34 - Count
Sourcepub fn count_dith5_mode(&self) -> &CountDith5Mode
pub fn count_dith5_mode(&self) -> &CountDith5Mode
0x34 - Count
Sourcepub fn count_dith4_mode(&self) -> &CountDith4Mode
pub fn count_dith4_mode(&self) -> &CountDith4Mode
0x34 - Count
Sourcepub fn per_dith6_mode(&self) -> &PerDith6Mode
pub fn per_dith6_mode(&self) -> &PerDith6Mode
0x40 - Period
Sourcepub fn per_dith5_mode(&self) -> &PerDith5Mode
pub fn per_dith5_mode(&self) -> &PerDith5Mode
0x40 - Period
Sourcepub fn per_dith4_mode(&self) -> &PerDith4Mode
pub fn per_dith4_mode(&self) -> &PerDith4Mode
0x40 - Period
Sourcepub fn cc_dith6_mode(&self, n: usize) -> &CcDith6Mode
pub fn cc_dith6_mode(&self, n: usize) -> &CcDith6Mode
0x44..0x5c - Compare and Capture
Sourcepub fn cc_dith6_mode_iter(&self) -> impl Iterator<Item = &CcDith6Mode>
pub fn cc_dith6_mode_iter(&self) -> impl Iterator<Item = &CcDith6Mode>
Iterator for array of: 0x44..0x5c - Compare and Capture
Sourcepub fn cc_dith5_mode(&self, n: usize) -> &CcDith5Mode
pub fn cc_dith5_mode(&self, n: usize) -> &CcDith5Mode
0x44..0x5c - Compare and Capture
Sourcepub fn cc_dith5_mode_iter(&self) -> impl Iterator<Item = &CcDith5Mode>
pub fn cc_dith5_mode_iter(&self) -> impl Iterator<Item = &CcDith5Mode>
Iterator for array of: 0x44..0x5c - Compare and Capture
Sourcepub fn cc_dith4_mode(&self, n: usize) -> &CcDith4Mode
pub fn cc_dith4_mode(&self, n: usize) -> &CcDith4Mode
0x44..0x5c - Compare and Capture
Sourcepub fn cc_dith4_mode_iter(&self) -> impl Iterator<Item = &CcDith4Mode>
pub fn cc_dith4_mode_iter(&self) -> impl Iterator<Item = &CcDith4Mode>
Iterator for array of: 0x44..0x5c - Compare and Capture
Sourcepub fn cc_iter(&self) -> impl Iterator<Item = &Cc>
pub fn cc_iter(&self) -> impl Iterator<Item = &Cc>
Iterator for array of: 0x44..0x5c - Compare and Capture
Sourcepub fn perbuf_dith6_mode(&self) -> &PerbufDith6Mode
pub fn perbuf_dith6_mode(&self) -> &PerbufDith6Mode
0x6c - Period Buffer
Sourcepub fn perbuf_dith5_mode(&self) -> &PerbufDith5Mode
pub fn perbuf_dith5_mode(&self) -> &PerbufDith5Mode
0x6c - Period Buffer
Sourcepub fn perbuf_dith4_mode(&self) -> &PerbufDith4Mode
pub fn perbuf_dith4_mode(&self) -> &PerbufDith4Mode
0x6c - Period Buffer
Sourcepub fn ccbuf_dith6_mode(&self, n: usize) -> &CcbufDith6Mode
pub fn ccbuf_dith6_mode(&self, n: usize) -> &CcbufDith6Mode
0x70..0x88 - Compare and Capture Buffer
Sourcepub fn ccbuf_dith6_mode_iter(&self) -> impl Iterator<Item = &CcbufDith6Mode>
pub fn ccbuf_dith6_mode_iter(&self) -> impl Iterator<Item = &CcbufDith6Mode>
Iterator for array of: 0x70..0x88 - Compare and Capture Buffer
Sourcepub fn ccbuf_dith5_mode(&self, n: usize) -> &CcbufDith5Mode
pub fn ccbuf_dith5_mode(&self, n: usize) -> &CcbufDith5Mode
0x70..0x88 - Compare and Capture Buffer
Sourcepub fn ccbuf_dith5_mode_iter(&self) -> impl Iterator<Item = &CcbufDith5Mode>
pub fn ccbuf_dith5_mode_iter(&self) -> impl Iterator<Item = &CcbufDith5Mode>
Iterator for array of: 0x70..0x88 - Compare and Capture Buffer
Sourcepub fn ccbuf_dith4_mode(&self, n: usize) -> &CcbufDith4Mode
pub fn ccbuf_dith4_mode(&self, n: usize) -> &CcbufDith4Mode
0x70..0x88 - Compare and Capture Buffer
Sourcepub fn ccbuf_dith4_mode_iter(&self) -> impl Iterator<Item = &CcbufDith4Mode>
pub fn ccbuf_dith4_mode_iter(&self) -> impl Iterator<Item = &CcbufDith4Mode>
Iterator for array of: 0x70..0x88 - Compare and Capture Buffer
Sourcepub fn ccbuf_iter(&self) -> impl Iterator<Item = &Ccbuf>
pub fn ccbuf_iter(&self) -> impl Iterator<Item = &Ccbuf>
Iterator for array of: 0x70..0x88 - Compare and Capture Buffer