pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn inactval(&self) -> INACTVAL_R
pub fn inactval(&self) -> INACTVAL_R
Bit 2 - Inactive Value
Sourcepub fn aportxmasterdis(&self) -> APORTXMASTERDIS_R
pub fn aportxmasterdis(&self) -> APORTXMASTERDIS_R
Bit 8 - APORT Bus X Master Disable
Sourcepub fn aportymasterdis(&self) -> APORTYMASTERDIS_R
pub fn aportymasterdis(&self) -> APORTYMASTERDIS_R
Bit 9 - APORT Bus Y Master Disable
Sourcepub fn aportvmasterdis(&self) -> APORTVMASTERDIS_R
pub fn aportvmasterdis(&self) -> APORTVMASTERDIS_R
Bit 10 - APORT Bus Master Disable for Bus Selected By VASEL
Sourcepub fn accuracy(&self) -> ACCURACY_R
pub fn accuracy(&self) -> ACCURACY_R
Bit 15 - ACMP Accuracy Mode
Sourcepub fn inputrange(&self) -> INPUTRANGE_R
pub fn inputrange(&self) -> INPUTRANGE_R
Bits 18:19 - Input Range
Sourcepub fn biasprog(&self) -> BIASPROG_R
pub fn biasprog(&self) -> BIASPROG_R
Bits 24:29 - Bias Configuration
Sourcepub fn fullbias(&self) -> FULLBIAS_R
pub fn fullbias(&self) -> FULLBIAS_R
Bit 31 - Full Bias Current
Trait Implementations§
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