#[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn count_dith6_mode(&self) -> &CountDith6Mode
pub const fn count_dith6_mode(&self) -> &CountDith6Mode
0x34 - Count
Sourcepub const fn count_dith5_mode(&self) -> &CountDith5Mode
pub const fn count_dith5_mode(&self) -> &CountDith5Mode
0x34 - Count
Sourcepub const fn count_dith4_mode(&self) -> &CountDith4Mode
pub const fn count_dith4_mode(&self) -> &CountDith4Mode
0x34 - Count
Sourcepub const fn per_dith6_mode(&self) -> &PerDith6Mode
pub const fn per_dith6_mode(&self) -> &PerDith6Mode
0x40 - Period
Sourcepub const fn per_dith5_mode(&self) -> &PerDith5Mode
pub const fn per_dith5_mode(&self) -> &PerDith5Mode
0x40 - Period
Sourcepub const fn per_dith4_mode(&self) -> &PerDith4Mode
pub const fn per_dith4_mode(&self) -> &PerDith4Mode
0x40 - Period
Sourcepub const fn cc_dith6_mode(&self, n: usize) -> &CcDith6Mode
pub const 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 const fn cc_dith5_mode(&self, n: usize) -> &CcDith5Mode
pub const 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 const fn cc_dith4_mode(&self, n: usize) -> &CcDith4Mode
pub const 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 const fn perbuf_dith6_mode(&self) -> &PerbufDith6Mode
pub const fn perbuf_dith6_mode(&self) -> &PerbufDith6Mode
0x6c - Period Buffer
Sourcepub const fn perbuf_dith5_mode(&self) -> &PerbufDith5Mode
pub const fn perbuf_dith5_mode(&self) -> &PerbufDith5Mode
0x6c - Period Buffer
Sourcepub const fn perbuf_dith4_mode(&self) -> &PerbufDith4Mode
pub const fn perbuf_dith4_mode(&self) -> &PerbufDith4Mode
0x6c - Period Buffer
Sourcepub const fn ccbuf_dith6_mode(&self, n: usize) -> &CcbufDith6Mode
pub const 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 const fn ccbuf_dith5_mode(&self, n: usize) -> &CcbufDith5Mode
pub const 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 const fn ccbuf_dith4_mode(&self, n: usize) -> &CcbufDith4Mode
pub const 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