#[repr(C)]pub struct RegisterBlock {
pub pdor: PDOR,
pub psor: PSOR,
pub pcor: PCOR,
pub ptor: PTOR,
pub pdir: PDIR,
pub pddr: PDDR,
}
Expand description
Register block
Fields§
§pdor: PDOR
0x00 - Port Data Output Register
psor: PSOR
0x04 - Port Set Output Register
pcor: PCOR
0x08 - Port Clear Output Register
ptor: PTOR
0x0c - Port Toggle Output Register
pdir: PDIR
0x10 - Port Data Input Register
pddr: PDDR
0x14 - Port Data Direction 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