pub struct R(_);
Expand description
Register RND_ECO
reader
Implementations§
source§impl R
impl R
sourcepub fn redcy_ena(&self) -> REDCY_ENA_R
pub fn redcy_ena(&self) -> REDCY_ENA_R
Bit 0 - Only reserved for ECO.
sourcepub fn redcy_result(&self) -> REDCY_RESULT_R
pub fn redcy_result(&self) -> REDCY_RESULT_R
Bit 1 - Only reserved for ECO.
Methods from Deref<Target = R<RND_ECO_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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