Struct esp32c3::apb_ctrl::redcy_sig1::R
source · pub struct R(_);
Expand description
Register REDCY_SIG1
reader
Implementations§
source§impl R
impl R
sourcepub fn redcy_sig1(&self) -> REDCY_SIG1_R
pub fn redcy_sig1(&self) -> REDCY_SIG1_R
Bits 0:30 - reg_redcy_sig1
sourcepub fn redcy_nandor(&self) -> REDCY_NANDOR_R
pub fn redcy_nandor(&self) -> REDCY_NANDOR_R
Bit 31 - reg_redcy_nandor
Methods from Deref<Target = R<REDCY_SIG1_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