#[repr(C)]pub struct PSEL {
pub rts: RTS,
pub txd: TXD,
pub cts: CTS,
pub rxd: RXD,
}Expand description
Register block
Fields§
§rts: RTS0x00 - Pin select for RTS
txd: TXD0x04 - Pin select for TXD
cts: CTS0x08 - Pin select for CTS
rxd: RXD0x0c - Pin select for RXD
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