Struct nrf52840::pdm::PSEL[][src]

#[repr(C)]
pub struct PSEL { pub clk: CLK, pub din: DIN, }

Register block

Fields

0x00 - Pin number configuration for PDM CLK signal

0x04 - Pin number configuration for PDM DIN signal

Auto Trait Implementations

impl Send for PSEL

impl !Sync for PSEL