Type Alias PUD_W

Source
pub type PUD_W<'a, const O: u8> = BitWriter<'a, u8, MCUCR_SPEC, bool, O>;
Expand description

Field PUD writer - Pull-up Disable

Aliased Type§

struct PUD_W<'a, const O: u8> { /* private fields */ }