Struct stm32_metapac::rcc::regs::Ahb2rstr2
#[repr(transparent)]pub struct Ahb2rstr2(pub u32);
Expand description
RCC AHB2 peripheral reset register 2
Tuple Fields§
§0: u32
Implementations§
§impl Ahb2rstr2
impl Ahb2rstr2
pub fn set_fsmcrst(&mut self, val: bool)
pub fn set_fsmcrst(&mut self, val: bool)
Flexible memory controller reset Set and cleared by software.
pub const fn octospi1rst(&self) -> bool
pub const fn octospi1rst(&self) -> bool
OCTOSPI1 reset Set and cleared by software.
pub fn set_octospi1rst(&mut self, val: bool)
pub fn set_octospi1rst(&mut self, val: bool)
OCTOSPI1 reset Set and cleared by software.
pub const fn octospi2rst(&self) -> bool
pub const fn octospi2rst(&self) -> bool
OCTOSPI2 reset Set and cleared by software.
pub fn set_octospi2rst(&mut self, val: bool)
pub fn set_octospi2rst(&mut self, val: bool)
OCTOSPI2 reset Set and cleared by software.
pub const fn hspi1rst(&self) -> bool
pub const fn hspi1rst(&self) -> bool
HSPI1 reset This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub fn set_hspi1rst(&mut self, val: bool)
pub fn set_hspi1rst(&mut self, val: bool)
HSPI1 reset This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
Trait Implementations§
impl Copy for Ahb2rstr2
impl Eq for Ahb2rstr2
impl StructuralPartialEq for Ahb2rstr2
Auto Trait Implementations§
impl Freeze for Ahb2rstr2
impl RefUnwindSafe for Ahb2rstr2
impl Send for Ahb2rstr2
impl Sync for Ahb2rstr2
impl Unpin for Ahb2rstr2
impl UnwindSafe for Ahb2rstr2
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
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)
clone_to_uninit
)