Type Alias FUN_WPU_W

Source
pub type FUN_WPU_W<'a, REG> = BitWriter<'a, REG>;
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.

Aliased Type§

struct FUN_WPU_W<'a, REG> { /* private fields */ }