Type Alias avr_device::atmega2560::cpu::mcucr::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 */ }