pub struct FUN_WPU_W<'a> { /* private fields */ }
Expand description
Field FUN_WPU
writer - Pull-up enable of the pad. 1: internal pull-up enabled; 0: internal pull-up disabled. GPIO pins 34-39 are input-only. These pins do not feature an output driver or internal pull- up/pull- down circuitry, therefore, their FUN_WPU is always 0.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FUN_WPU_W<'a>
impl<'a> Send for FUN_WPU_W<'a>
impl<'a> Sync for FUN_WPU_W<'a>
impl<'a> Unpin for FUN_WPU_W<'a>
impl<'a> !UnwindSafe for FUN_WPU_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