Struct nrf52840_pac::pdm::psel::PSEL
source · #[repr(C)]pub struct PSEL {
pub clk: CLK,
pub din: DIN,
}
Expand description
Register block
Fields§
§clk: CLK
0x00 - Pin number configuration for PDM CLK signal
din: DIN
0x04 - Pin number configuration for PDM DIN 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