Struct nrf52840_pac::qdec::psel::PSEL
source · #[repr(C)]pub struct PSEL {
pub led: LED,
pub a: A,
pub b: B,
}
Expand description
Register block
Fields§
§led: LED
0x00 - Pin select for LED signal
a: A
0x04 - Pin select for A signal
b: B
0x08 - 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