Struct nrf52840_pac::uarte0::psel::PSEL
source · #[repr(C)]pub struct PSEL {
pub rts: RTS,
pub txd: TXD,
pub cts: CTS,
pub rxd: RXD,
}
Expand description
Register block
Fields§
§rts: RTS
0x00 - Pin select for RTS signal
txd: TXD
0x04 - Pin select for TXD signal
cts: CTS
0x08 - Pin select for CTS signal
rxd: RXD
0x0c - Pin select for RXD 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