Struct stm32_metapac::rcc::regs::Ahb4rstr
#[repr(transparent)]pub struct Ahb4rstr(pub u32);
Expand description
RCC AHB4 peripheral reset register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb4rstr
impl Ahb4rstr
pub const fn otfdec1rst(&self) -> bool
pub const fn otfdec1rst(&self) -> bool
OTFDEC1 block reset Set and reset by software.
pub fn set_otfdec1rst(&mut self, val: bool)
pub fn set_otfdec1rst(&mut self, val: bool)
OTFDEC1 block reset Set and reset by software.
pub const fn sdmmc1rst(&self) -> bool
pub const fn sdmmc1rst(&self) -> bool
SDMMC1 and SDMMC1 delay blocks reset Set and reset by software.
pub fn set_sdmmc1rst(&mut self, val: bool)
pub fn set_sdmmc1rst(&mut self, val: bool)
SDMMC1 and SDMMC1 delay blocks reset Set and reset by software.
pub const fn sdmmc2rst(&self) -> bool
pub const fn sdmmc2rst(&self) -> bool
SDMMC2 and SDMMC2 delay blocks reset Set and reset by software.
pub fn set_sdmmc2rst(&mut self, val: bool)
pub fn set_sdmmc2rst(&mut self, val: bool)
SDMMC2 and SDMMC2 delay blocks reset Set and reset by software.
pub fn set_fmcrst(&mut self, val: bool)
pub fn set_fmcrst(&mut self, val: bool)
FMC block reset Set and reset by software.
pub const fn octospi1rst(&self) -> bool
pub const fn octospi1rst(&self) -> bool
OCTOSPI1 block reset Set and reset by software.
pub fn set_octospi1rst(&mut self, val: bool)
pub fn set_octospi1rst(&mut self, val: bool)
OCTOSPI1 block reset Set and reset by software.
Trait Implementations§
impl Copy for Ahb4rstr
impl Eq for Ahb4rstr
impl StructuralPartialEq for Ahb4rstr
Auto Trait Implementations§
impl Freeze for Ahb4rstr
impl RefUnwindSafe for Ahb4rstr
impl Send for Ahb4rstr
impl Sync for Ahb4rstr
impl Unpin for Ahb4rstr
impl UnwindSafe for Ahb4rstr
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
)