pub struct FUN_DRV_W<'a> { /* private fields */ }
Expand description
Field FUN_DRV
writer - Select the drive strength of the pad. A higher value corresponds with a higher strength. For GPIO34-39, FUN_DRV is always 0. For detailed drive strength, please see note 8 in Table ”Notes on ESP32 Pin Lists”, in ESP32 Datasheet.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FUN_DRV_W<'a>
impl<'a> Send for FUN_DRV_W<'a>
impl<'a> Sync for FUN_DRV_W<'a>
impl<'a> Unpin for FUN_DRV_W<'a>
impl<'a> !UnwindSafe for FUN_DRV_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more