pub struct R(/* private fields */);
Expand description
Register AHB1RSTR
reader
Implementations§
source§impl R
impl R
sourcepub fn otghsrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn otghsrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 29 - USB OTG HS module reset
sourcepub fn ethmacrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn ethmacrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 25 - Ethernet MAC reset
sourcepub fn dma2rst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn dma2rst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 22 - DMA2 reset
sourcepub fn dma1rst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn dma1rst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 21 - DMA2 reset
sourcepub fn crcrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn crcrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 12 - CRC reset
sourcepub fn gpioirst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpioirst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 8 - IO port I reset
sourcepub fn gpiohrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpiohrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 7 - IO port H reset
sourcepub fn gpiogrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpiogrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 6 - IO port G reset
sourcepub fn gpiofrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpiofrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 5 - IO port F reset
sourcepub fn gpioerst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpioerst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 4 - IO port E reset
sourcepub fn gpiodrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpiodrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 3 - IO port D reset
sourcepub fn gpiocrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpiocrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 2 - IO port C reset
sourcepub fn gpiobrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpiobrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 1 - IO port B reset
sourcepub fn gpioarst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpioarst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 0 - IO port A reset
sourcepub fn dma2drst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn dma2drst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 23 - DMA2D reset
sourcepub fn gpiojrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpiojrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 9 - IO port J reset
sourcepub fn gpiokrst(&self) -> BitReaderRaw<GPIOARST_A>
pub fn gpiokrst(&self) -> BitReaderRaw<GPIOARST_A>
Bit 10 - IO port K reset
Methods from Deref<Target = R<AHB1RSTR_SPEC>>§
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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