Struct stm32_metapac::rcc::regs::Ahb5rstr
#[repr(transparent)]pub struct Ahb5rstr(pub u32);
Expand description
RCC AHB5 peripheral reset register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb5rstr
impl Ahb5rstr
pub const fn radiorst(&self) -> bool
pub const fn radiorst(&self) -> bool
2.4 GHz RADIO reset Set and cleared by software. Access can be secured by GTZC_TZSC RADIOSEC. 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_radiorst(&mut self, val: bool)
pub fn set_radiorst(&mut self, val: bool)
2.4 GHz RADIO reset Set and cleared by software. Access can be secured by GTZC_TZSC RADIOSEC. 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 Ahb5rstr
impl Eq for Ahb5rstr
impl StructuralPartialEq for Ahb5rstr
Auto Trait Implementations§
impl Freeze for Ahb5rstr
impl RefUnwindSafe for Ahb5rstr
impl Send for Ahb5rstr
impl Sync for Ahb5rstr
impl Unpin for Ahb5rstr
impl UnwindSafe for Ahb5rstr
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
)