Struct Desig
pub struct Desig { /* private fields */ }Expand description
Factory programmed device identification registers
Implementations§
§impl Desig
impl Desig
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn flashsizer(self) -> Reg<Flashsizer, R>
pub const fn flashsizer(self) -> Reg<Flashsizer, R>
FLASH size data register
pub const fn vrefbufcalr(self) -> Reg<Vrefbufcalr, R>
pub const fn vrefbufcalr(self) -> Reg<Vrefbufcalr, R>
voltage reference buffer calibration register
pub const fn rfgaincalr(self) -> Reg<Rfgaincalr, R>
pub const fn rfgaincalr(self) -> Reg<Rfgaincalr, R>
radio gain calibration register
Trait Implementations§
impl Copy for Desig
impl Eq for Desig
impl Send for Desig
impl StructuralPartialEq for Desig
impl Sync for Desig
Auto Trait Implementations§
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