pub struct Inputmux { /* private fields */ }Implementations§
Source§impl Inputmux
impl Inputmux
pub const fn new() -> Self
pub fn registers(&self) -> &InputmuxRegisters
pub fn set_pintsel(&self, channel: PintChannel, pin: u8)
Auto Trait Implementations§
impl Freeze for Inputmux
impl !RefUnwindSafe for Inputmux
impl !Send for Inputmux
impl !Sync for Inputmux
impl Unpin for Inputmux
impl UnsafeUnpin for Inputmux
impl !UnwindSafe for Inputmux
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