Struct esp32s3::apb_ctrl::redcy_sig0::R
source · pub struct R(_);
Expand description
Register REDCY_SIG0
reader
Implementations§
source§impl R
impl R
sourcepub fn redcy_sig0(&self) -> REDCY_SIG0_R
pub fn redcy_sig0(&self) -> REDCY_SIG0_R
Bits 0:30 - ******* Description ***********
sourcepub fn redcy_andor(&self) -> REDCY_ANDOR_R
pub fn redcy_andor(&self) -> REDCY_ANDOR_R
Bit 31 - ******* Description ***********
Methods from Deref<Target = R<REDCY_SIG0_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