pub struct PBYTE_R(/* private fields */);Expand description
Field PBYTE reader - 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.
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PBYTE_R
impl RefUnwindSafe for PBYTE_R
impl Send for PBYTE_R
impl Sync for PBYTE_R
impl Unpin for PBYTE_R
impl UnwindSafe for PBYTE_R
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