pub struct R(_);
Expand description
Register UPDATE_CFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn global_up_en(&self) -> GLOBAL_UP_EN_R
pub fn global_up_en(&self) -> GLOBAL_UP_EN_R
Bit 0
sourcepub fn global_force_up(&self) -> GLOBAL_FORCE_UP_R
pub fn global_force_up(&self) -> GLOBAL_FORCE_UP_R
Bit 1
sourcepub fn op0_up_en(&self) -> OP0_UP_EN_R
pub fn op0_up_en(&self) -> OP0_UP_EN_R
Bit 2
sourcepub fn op0_force_up(&self) -> OP0_FORCE_UP_R
pub fn op0_force_up(&self) -> OP0_FORCE_UP_R
Bit 3
sourcepub fn op1_up_en(&self) -> OP1_UP_EN_R
pub fn op1_up_en(&self) -> OP1_UP_EN_R
Bit 4
sourcepub fn op1_force_up(&self) -> OP1_FORCE_UP_R
pub fn op1_force_up(&self) -> OP1_FORCE_UP_R
Bit 5
sourcepub fn op2_up_en(&self) -> OP2_UP_EN_R
pub fn op2_up_en(&self) -> OP2_UP_EN_R
Bit 6
sourcepub fn op2_force_up(&self) -> OP2_FORCE_UP_R
pub fn op2_force_up(&self) -> OP2_FORCE_UP_R
Bit 7
Methods from Deref<Target = R<UPDATE_CFG_SPEC>>
Trait Implementations
sourceimpl From<R<UPDATE_CFG_SPEC>> for R
impl From<R<UPDATE_CFG_SPEC>> for R
sourcefn from(reader: R<UPDATE_CFG_SPEC>) -> Self
fn from(reader: R<UPDATE_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more