Struct LdoAnaEng
#[repr(transparent)]pub struct LdoAnaEng(pub u32);Expand description
LDO_ANA_ENG register.
Tuple Fields§
§0: u32Implementations§
§impl LdoAnaEng
impl LdoAnaEng
pub const fn rfd_rf_reg_bypass(&self) -> bool
pub const fn rfd_rf_reg_bypass(&self) -> bool
RF_REG Bypass mode:.
pub fn set_rfd_rf_reg_bypass(&mut self, val: bool)
pub fn set_rfd_rf_reg_bypass(&mut self, val: bool)
RF_REG Bypass mode:.
Trait Implementations§
impl Copy for LdoAnaEng
impl Eq for LdoAnaEng
impl StructuralPartialEq for LdoAnaEng
Auto Trait Implementations§
impl Freeze for LdoAnaEng
impl RefUnwindSafe for LdoAnaEng
impl Send for LdoAnaEng
impl Sync for LdoAnaEng
impl Unpin for LdoAnaEng
impl UnwindSafe for LdoAnaEng
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