pub struct W(/* private fields */);
Expand description
Register AHB2RSTR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn otgfsrst(
&mut self,
) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 7>
pub fn otgfsrst( &mut self, ) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 7>
Bit 7 - USB OTG FS module reset
Sourcepub fn rngrst(
&mut self,
) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 6>
pub fn rngrst( &mut self, ) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 6>
Bit 6 - Random number generator module reset
Sourcepub fn hsahrst(
&mut self,
) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 5>
pub fn hsahrst( &mut self, ) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 5>
Bit 5 - Hash module reset
Sourcepub fn cryprst(
&mut self,
) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 4>
pub fn cryprst( &mut self, ) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 4>
Bit 4 - Cryptographic module reset
Sourcepub fn dcmirst(
&mut self,
) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 0>
pub fn dcmirst( &mut self, ) -> BitWriterRaw<'_, u32, AHB2RSTR_SPEC, DCMIRST_A, BitM, 0>
Bit 0 - Camera interface reset
Methods from Deref<Target = W<AHB2RSTR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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