#[repr(transparent)]pub struct Pselp(pub u32);
Expand description
Description cluster: Input positive pin selection for CH[n]
Tuple Fields§
§0: u32
Implementations§
Source§impl Pselp
impl Pselp
Sourcepub const fn internal(&self) -> Internal
pub const fn internal(&self) -> Internal
Internal input selection for analog positive input when CH[n].PSELP.CONNECT = Internal
Sourcepub fn set_internal(&mut self, val: Internal)
pub fn set_internal(&mut self, val: Internal)
Internal input selection for analog positive input when CH[n].PSELP.CONNECT = Internal
Sourcepub const fn connect(&self) -> PselpConnect
pub const fn connect(&self) -> PselpConnect
Connection
Sourcepub fn set_connect(&mut self, val: PselpConnect)
pub fn set_connect(&mut self, val: PselpConnect)
Connection
Trait Implementations§
impl Copy for Pselp
impl Eq for Pselp
impl StructuralPartialEq for Pselp
Auto Trait Implementations§
impl Freeze for Pselp
impl RefUnwindSafe for Pselp
impl Send for Pselp
impl Sync for Pselp
impl Unpin for Pselp
impl UnwindSafe for Pselp
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
)