#[repr(C)]pub struct GPIO_CNFO {
pub CNF: [u32; 1],
pub DEB: [u32; 1],
pub IN: [u32; 1],
pub OUT: [u32; 1],
pub OUT_VLE: [u32; 1],
pub INT_CLR: [u32; 1],
}Fields§
§CNF: [u32; 1]§DEB: [u32; 1]§IN: [u32; 1]§OUT: [u32; 1]§OUT_VLE: [u32; 1]§INT_CLR: [u32; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIO_CNFO
impl RefUnwindSafe for GPIO_CNFO
impl Send for GPIO_CNFO
impl Sync for GPIO_CNFO
impl Unpin for GPIO_CNFO
impl UnwindSafe for GPIO_CNFO
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