nrf52833_pac/radio/psel.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct PSEL {
4 #[doc = "0x00..0x20 - Description collection: Pin select for DFE pin n"]
5 pub dfegpio: [DFEGPIO; 8],
6}
7#[doc = "DFEGPIO (rw) register accessor: an alias for `Reg<DFEGPIO_SPEC>`"]
8pub type DFEGPIO = crate::Reg<dfegpio::DFEGPIO_SPEC>;
9#[doc = "Description collection: Pin select for DFE pin n"]
10pub mod dfegpio;