#[repr(C)]pub struct PSEL {
pub led: LED,
pub a: A,
pub b: B,
}Expand description
Register block
Fields§
§led: LED0x00 - Pin select for LED signal
a: A0x04 - Pin select for A signal
b: B0x08 - Pin select for B signal
Auto Trait Implementations§
impl !Freeze for PSEL
impl !RefUnwindSafe for PSEL
impl Send for PSEL
impl !Sync for PSEL
impl Unpin for PSEL
impl UnwindSafe for PSEL
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