#[repr(transparent)]pub struct ElsUdf(pub u32);Expand description
UDF Control
Tuple Fields§
§0: u32Implementations§
Source§impl ElsUdf
impl ElsUdf
Sourcepub const fn set_key_sel(&mut self, val: KeySel)
pub const fn set_key_sel(&mut self, val: KeySel)
UDF KEY Select
UID register hidden control. Write values other than 1010b, locked the write of UID_HIDDEN until a system reset.
UID register hidden control. Write values other than 1010b, locked the write of UID_HIDDEN until a system reset.
UDF register hidden control. Write values other than 1010b, locked the write of UDF_HIDDEN until a system reset.
UDF register hidden control. Write values other than 1010b, locked the write of UDF_HIDDEN until a system reset.
Trait Implementations§
impl Copy for ElsUdf
impl Eq for ElsUdf
impl StructuralPartialEq for ElsUdf
Auto Trait Implementations§
impl Freeze for ElsUdf
impl RefUnwindSafe for ElsUdf
impl Send for ElsUdf
impl Sync for ElsUdf
impl Unpin for ElsUdf
impl UnwindSafe for ElsUdf
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