Struct stm32_metapac::rcc::regs::Ahb1rstr
#[repr(transparent)]pub struct Ahb1rstr(pub u32);
Expand description
RCC AHB1 peripheral reset register.
Tuple Fields§
§0: u32
Implementations§
§impl Ahb1rstr
impl Ahb1rstr
pub fn set_gpdma1rst(&mut self, val: bool)
pub fn set_gpdma1rst(&mut self, val: bool)
GPDMA1 blocks reset Set and reset by software.
pub fn set_adc12rst(&mut self, val: bool)
pub fn set_adc12rst(&mut self, val: bool)
ADC1 and 2 blocks reset Set and reset by software.
pub fn set_ethrst(&mut self, val: bool)
pub fn set_ethrst(&mut self, val: bool)
ETH1 block reset Set and reset by software.
pub const fn usb_otg_hsrst(&self) -> bool
pub const fn usb_otg_hsrst(&self) -> bool
OTGHS block reset Set and reset by software.
pub fn set_usb_otg_hsrst(&mut self, val: bool)
pub fn set_usb_otg_hsrst(&mut self, val: bool)
OTGHS block reset Set and reset by software.
pub const fn usbphycrst(&self) -> bool
pub const fn usbphycrst(&self) -> bool
USBPHYC block reset Set and reset by software.
pub fn set_usbphycrst(&mut self, val: bool)
pub fn set_usbphycrst(&mut self, val: bool)
USBPHYC block reset Set and reset by software.
pub const fn usb_otg_fsrst(&self) -> bool
pub const fn usb_otg_fsrst(&self) -> bool
OTGFS block reset Set and reset by software.
pub fn set_usb_otg_fsrst(&mut self, val: bool)
pub fn set_usb_otg_fsrst(&mut self, val: bool)
OTGFS block reset Set and reset by software.
pub fn set_adfrst(&mut self, val: bool)
pub fn set_adfrst(&mut self, val: bool)
ADF block reset Set and reset by software.
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)