Struct Ahb1rstr
#[repr(transparent)]pub struct Ahb1rstr(pub u32);Expand description
AHB1 peripheral reset register
Tuple Fields§
§0: u32Implementations§
§impl Ahb1rstr
impl Ahb1rstr
pub const fn set_gpioarst(&mut self, val: bool)
pub const fn set_gpioarst(&mut self, val: bool)
IO port A reset
pub const fn set_gpiobrst(&mut self, val: bool)
pub const fn set_gpiobrst(&mut self, val: bool)
IO port B reset
pub const fn set_gpiocrst(&mut self, val: bool)
pub const fn set_gpiocrst(&mut self, val: bool)
IO port C reset
pub const fn set_gpiodrst(&mut self, val: bool)
pub const fn set_gpiodrst(&mut self, val: bool)
IO port D reset
pub const fn set_gpioerst(&mut self, val: bool)
pub const fn set_gpioerst(&mut self, val: bool)
IO port E reset
pub const fn set_gpiofrst(&mut self, val: bool)
pub const fn set_gpiofrst(&mut self, val: bool)
IO port F reset
pub const fn set_gpiogrst(&mut self, val: bool)
pub const fn set_gpiogrst(&mut self, val: bool)
IO port G reset
pub const fn set_gpiohrst(&mut self, val: bool)
pub const fn set_gpiohrst(&mut self, val: bool)
IO port H reset
pub const fn set_gpioirst(&mut self, val: bool)
pub const fn set_gpioirst(&mut self, val: bool)
IO port I reset
pub const fn set_gpiojrst(&mut self, val: bool)
pub const fn set_gpiojrst(&mut self, val: bool)
IO port J reset
pub const fn set_gpiokrst(&mut self, val: bool)
pub const fn set_gpiokrst(&mut self, val: bool)
IO port K reset
pub const fn set_crcrst(&mut self, val: bool)
pub const fn set_crcrst(&mut self, val: bool)
CRC reset
pub const fn set_dma1rst(&mut self, val: bool)
pub const fn set_dma1rst(&mut self, val: bool)
DMA2 reset
pub const fn set_dma2rst(&mut self, val: bool)
pub const fn set_dma2rst(&mut self, val: bool)
DMA2 reset
pub const fn set_dma2drst(&mut self, val: bool)
pub const fn set_dma2drst(&mut self, val: bool)
DMA2D reset
pub const fn set_ethrst(&mut self, val: bool)
pub const fn set_ethrst(&mut self, val: bool)
Ethernet MAC reset
pub const fn usb_otg_hsrst(&self) -> bool
pub const fn usb_otg_hsrst(&self) -> bool
USB OTG HS module reset
pub const fn set_usb_otg_hsrst(&mut self, val: bool)
pub const fn set_usb_otg_hsrst(&mut self, val: bool)
USB OTG HS module reset
Trait Implementations§
impl Copy for Ahb1rstr
impl Eq for Ahb1rstr
impl StructuralPartialEq for Ahb1rstr
Auto Trait Implementations§
impl Freeze for Ahb1rstr
impl RefUnwindSafe for Ahb1rstr
impl Send for Ahb1rstr
impl Sync for Ahb1rstr
impl Unpin for Ahb1rstr
impl UnwindSafe for Ahb1rstr
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