pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn ch30gr11_4(&self) -> CH30GR11_4R
pub fn ch30gr11_4(&self) -> CH30GR11_4R
Bit 30 - Analog switch control
Sourcepub fn ch29gr11_3(&self) -> CH29GR11_3R
pub fn ch29gr11_3(&self) -> CH29GR11_3R
Bit 29 - Analog switch control
Sourcepub fn ch28gr11_2(&self) -> CH28GR11_2R
pub fn ch28gr11_2(&self) -> CH28GR11_2R
Bit 28 - Analog switch control
Sourcepub fn ch27gr11_1(&self) -> CH27GR11_1R
pub fn ch27gr11_1(&self) -> CH27GR11_1R
Bit 27 - Analog switch control
Sourcepub fn vcomp(&self) -> VCOMPR
pub fn vcomp(&self) -> VCOMPR
Bit 26 - ADC analog switch selection for internal node to comparator 1
Sourcepub fn ch21gr7_4(&self) -> CH21GR7_4R
pub fn ch21gr7_4(&self) -> CH21GR7_4R
Bit 21 - Analog switch control
Sourcepub fn ch20gr7_3(&self) -> CH20GR7_3R
pub fn ch20gr7_3(&self) -> CH20GR7_3R
Bit 20 - Analog switch control
Sourcepub fn ch19gr7_2(&self) -> CH19GR7_2R
pub fn ch19gr7_2(&self) -> CH19GR7_2R
Bit 19 - Analog switch control
Sourcepub fn ch18gr7_1(&self) -> CH18GR7_1R
pub fn ch18gr7_1(&self) -> CH18GR7_1R
Bit 18 - Analog switch control
Sourcepub fn ch31gr7_1(&self) -> CH31GR7_1R
pub fn ch31gr7_1(&self) -> CH31GR7_1R
Bit 16 - Analog switch control
Sourcepub fn ch15gr9_2(&self) -> CH15GR9_2R
pub fn ch15gr9_2(&self) -> CH15GR9_2R
Bit 15 - Analog switch control
Sourcepub fn ch14gr9_1(&self) -> CH14GR9_1R
pub fn ch14gr9_1(&self) -> CH14GR9_1R
Bit 14 - Analog switch control
Sourcepub fn ch13gr8_4(&self) -> CH13GR8_4R
pub fn ch13gr8_4(&self) -> CH13GR8_4R
Bit 13 - Analog switch control
Sourcepub fn ch12gr8_3(&self) -> CH12GR8_3R
pub fn ch12gr8_3(&self) -> CH12GR8_3R
Bit 12 - Analog switch control
Sourcepub fn ch11gr8_2(&self) -> CH11GR8_2R
pub fn ch11gr8_2(&self) -> CH11GR8_2R
Bit 11 - Analog switch control
Sourcepub fn ch10gr8_1(&self) -> CH10GR8_1R
pub fn ch10gr8_1(&self) -> CH10GR8_1R
Bit 10 - Analog switch control
Sourcepub fn comp1_sw1(&self) -> COMP1_SW1R
pub fn comp1_sw1(&self) -> COMP1_SW1R
Bit 5 - Comparator 1 analog switch
Sourcepub fn ch31gr11_5(&self) -> CH31GR11_5R
pub fn ch31gr11_5(&self) -> CH31GR11_5R
Bit 4 - Analog switch control
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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