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 adc4rst(&self) -> bool
pub const fn adc4rst(&self) -> bool
ADC4 reset Set and cleared by software. Access can be secred by GTZC_TZSC ADC4SEC. When secure, a non-secure read/write access is RAZ/WI. It does not generate an illegal access interrupt. This bit can be protected against unprivileged access when secure with RCC SPRIV or when non-secure with RCC NSPRIV.
pub fn set_adc4rst(&mut self, val: bool)
pub fn set_adc4rst(&mut self, val: bool)
ADC4 reset Set and cleared by software. Access can be secred by GTZC_TZSC ADC4SEC. When secure, a non-secure read/write access is RAZ/WI. It does not generate an illegal access interrupt. This bit can be protected against unprivileged access when secure with RCC SPRIV or when non-secure with RCC NSPRIV.
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
)