pub struct Ch { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Ch
impl Ch
pub const unsafe fn from_ptr(ptr: *mut ()) -> Ch
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn pselp(self) -> Reg<Pselp, RW>
pub const fn pselp(self) -> Reg<Pselp, RW>
Description cluster: Input positive pin selection for CH[n]
Sourcepub const fn pseln(self) -> Reg<Pseln, RW>
pub const fn pseln(self) -> Reg<Pseln, RW>
Description cluster: Input negative pin selection for CH[n]
Trait Implementations§
impl Copy for Ch
impl Eq for Ch
impl Send for Ch
impl StructuralPartialEq for Ch
impl Sync for Ch
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