pub struct Gpio { /* private fields */ }
Expand description
A single instance of a zephyr device to manage a gpio controller. A gpio controller represents a set of gpio pins, that are generally operated on by the same hardware block.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gpio
impl !RefUnwindSafe for Gpio
impl !Sync for Gpio
impl Unpin for Gpio
impl !UnwindSafe for Gpio
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