#[repr(C)]pub struct PSEL {
pub mck: MCK,
pub sck: SCK,
pub lrck: LRCK,
pub sdin: SDIN,
pub sdout: SDOUT,
}Expand description
Register block
Fields§
§mck: MCK0x00 - Pin select for MCK signal.
sck: SCK0x04 - Pin select for SCK signal.
lrck: LRCK0x08 - Pin select for LRCK signal.
sdin: SDIN0x0c - Pin select for SDIN signal.
sdout: SDOUT0x10 - Pin select for SDOUT 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