#[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: MCK

0x00 - Pin select for MCK signal.

sck: SCK

0x04 - Pin select for SCK signal.

lrck: LRCK

0x08 - Pin select for LRCK signal.

sdin: SDIN

0x0c - Pin select for SDIN signal.

sdout: SDOUT

0x10 - Pin select for SDOUT signal.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.