Struct nrf52811_pac::pdm::PSEL[][src]

#[repr(C)]
pub struct PSEL { pub clk: Reg<CLK_SPEC>, pub din: Reg<DIN_SPEC>, }
Expand description

Register block

Fields

clk: Reg<CLK_SPEC>

0x00 - Pin number configuration for PDM CLK signal

din: Reg<DIN_SPEC>

0x04 - Pin number configuration for PDM DIN 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

Performs the conversion.

Performs the conversion.

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.