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