Struct Rfswhsecr
#[repr(transparent)]pub struct Rfswhsecr(pub u32);Expand description
RFSWHSECR register.
Tuple Fields§
§0: u32Implementations§
§impl Rfswhsecr
impl Rfswhsecr
pub const fn swxotuneen(&self) -> bool
pub const fn swxotuneen(&self) -> bool
RF-HSE capacitor bank tuning by SW enable Set by software.
pub fn set_swxotuneen(&mut self, val: bool)
pub fn set_swxotuneen(&mut self, val: bool)
RF-HSE capacitor bank tuning by SW enable Set by software.
pub fn set_swxotune(&mut self, val: u8)
pub fn set_swxotune(&mut self, val: u8)
RF-HSE capacitor bank tuning value by SW Set by software.
Trait Implementations§
impl Copy for Rfswhsecr
impl Eq for Rfswhsecr
impl StructuralPartialEq for Rfswhsecr
Auto Trait Implementations§
impl Freeze for Rfswhsecr
impl RefUnwindSafe for Rfswhsecr
impl Send for Rfswhsecr
impl Sync for Rfswhsecr
impl Unpin for Rfswhsecr
impl UnwindSafe for Rfswhsecr
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