Struct imxrt_ral::kpp::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub KPCR: RWRegister<u16>,
pub KPSR: RWRegister<u16>,
pub KDDR: RWRegister<u16>,
pub KPDR: RWRegister<u16>,
}
Expand description
KPP Registers
Fields§
§KPCR: RWRegister<u16>
Keypad Control Register
KPSR: RWRegister<u16>
Keypad Status Register
KDDR: RWRegister<u16>
Keypad Data Direction Register
KPDR: RWRegister<u16>
Keypad Data Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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