pub struct Uicr { /* private fields */ }
Expand description
User Information Configuration Registers User information configuration registers
Implementations§
Source§impl Uicr
impl Uicr
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn vreghvout(self) -> Reg<Vreghvout, RW>
pub const fn vreghvout(self) -> Reg<Vreghvout, RW>
Output voltage from the high voltage (VREGH) regulator stage. The maximum output voltage from this stage is given as VDDH - VREGHDROP.
Sourcepub const fn secureapprotect(self) -> Reg<Secureapprotect, RW>
pub const fn secureapprotect(self) -> Reg<Secureapprotect, RW>
Secure access port protection
Sourcepub const fn eraseprotect(self) -> Reg<Eraseprotect, RW>
pub const fn eraseprotect(self) -> Reg<Eraseprotect, RW>
Erase protection
Sourcepub const fn nfcpins(self) -> Reg<Nfcpins, RW>
pub const fn nfcpins(self) -> Reg<Nfcpins, RW>
Setting of pins dedicated to NFC functionality: NFC antenna or GPIO
Trait Implementations§
impl Copy for Uicr
impl Eq for Uicr
impl Send for Uicr
impl StructuralPartialEq for Uicr
impl Sync for Uicr
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
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
)