pub struct PBYTE_W<'a> { /* private fields */ }Expand description
Field PBYTE writer - Read: state of the pin PIOm_n, regardless of direction, masking, or alternate function, except that pins configured as analog I/O always read as 0. One register for each port pin. Supported pins depends on the specific device and package. Write: loads the pin’s output bit. One register for each port pin. Supported pins depends on the specific device and package.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PBYTE_W<'a>
impl<'a> RefUnwindSafe for PBYTE_W<'a>
impl<'a> Send for PBYTE_W<'a>
impl<'a> Sync for PBYTE_W<'a>
impl<'a> Unpin for PBYTE_W<'a>
impl<'a> !UnwindSafe for PBYTE_W<'a>
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