pub struct R(/* private fields */);
Expand description
Register ALTEXCONF
reader
Implementations§
Source§impl R
impl R
Sourcepub fn idleconf0(&self) -> IDLECONF0_R
pub fn idleconf0(&self) -> IDLECONF0_R
Bits 0:1 - ALTEX0 idle phase configuration
Sourcepub fn idleconf1(&self) -> IDLECONF1_R
pub fn idleconf1(&self) -> IDLECONF1_R
Bits 2:3 - ALTEX1 idle phase configuration
Sourcepub fn idleconf2(&self) -> IDLECONF2_R
pub fn idleconf2(&self) -> IDLECONF2_R
Bits 4:5 - ALTEX2 idle phase configuration
Sourcepub fn idleconf3(&self) -> IDLECONF3_R
pub fn idleconf3(&self) -> IDLECONF3_R
Bits 6:7 - ALTEX3 idle phase configuration
Sourcepub fn idleconf4(&self) -> IDLECONF4_R
pub fn idleconf4(&self) -> IDLECONF4_R
Bits 8:9 - ALTEX4 idle phase configuration
Sourcepub fn idleconf5(&self) -> IDLECONF5_R
pub fn idleconf5(&self) -> IDLECONF5_R
Bits 10:11 - ALTEX5 idle phase configuration
Sourcepub fn idleconf6(&self) -> IDLECONF6_R
pub fn idleconf6(&self) -> IDLECONF6_R
Bits 12:13 - ALTEX6 idle phase configuration
Sourcepub fn idleconf7(&self) -> IDLECONF7_R
pub fn idleconf7(&self) -> IDLECONF7_R
Bits 14:15 - ALTEX7 idle phase configuration
Methods from Deref<Target = R<ALTEXCONF_SPEC>>§
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