Struct stm32_metapac::rcc::regs::Apb3smenr
#[repr(transparent)]pub struct Apb3smenr(pub u32);
Expand description
APB3 peripheral clock enable in Sleep mode register
Tuple Fields§
§0: u32
Implementations§
§impl Apb3smenr
impl Apb3smenr
pub const fn subghzspismen(&self) -> bool
pub const fn subghzspismen(&self) -> bool
Sub-GHz radio SPI clock enable during Sleep and Stop modes
pub fn set_subghzspismen(&mut self, val: bool)
pub fn set_subghzspismen(&mut self, val: bool)
Sub-GHz radio SPI clock enable during Sleep and Stop modes
Trait Implementations§
impl Copy for Apb3smenr
impl Eq for Apb3smenr
impl StructuralPartialEq for Apb3smenr
Auto Trait Implementations§
impl Freeze for Apb3smenr
impl RefUnwindSafe for Apb3smenr
impl Send for Apb3smenr
impl Sync for Apb3smenr
impl Unpin for Apb3smenr
impl UnwindSafe for Apb3smenr
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
)