#[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: PDOR0x00 - Port Data Output Register
psor: PSOR0x04 - Port Set Output Register
pcor: PCOR0x08 - Port Clear Output Register
ptor: PTOR0x0c - Port Toggle Output Register
pdir: PDIR0x10 - Port Data Input Register
pddr: PDDR0x14 - 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