Struct stm32_metapac::rcc::regs::Ahb5smenr
#[repr(transparent)]pub struct Ahb5smenr(pub u32);
Expand description
RCC AHB5 peripheral clocks enable in Sleep and Stop modes register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb5smenr
impl Ahb5smenr
pub const fn radiosmen(&self) -> bool
pub const fn radiosmen(&self) -> bool
2.4 GHz RADIO bus clock enable during Sleep and Stop modes when the 2.4 GHz RADIO is active. 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_radiosmen(&mut self, val: bool)
pub fn set_radiosmen(&mut self, val: bool)
2.4 GHz RADIO bus clock enable during Sleep and Stop modes when the 2.4 GHz RADIO is active. 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 Ahb5smenr
impl Eq for Ahb5smenr
impl StructuralPartialEq for Ahb5smenr
Auto Trait Implementations§
impl Freeze for Ahb5smenr
impl RefUnwindSafe for Ahb5smenr
impl Send for Ahb5smenr
impl Sync for Ahb5smenr
impl Unpin for Ahb5smenr
impl UnwindSafe for Ahb5smenr
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
)