pub struct W(/* private fields */);Expand description
Register MCUCR writer
Implementations§
source§impl W
impl W
sourcepub fn ivce(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 0>
pub fn ivce(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 0>
Bit 0 - Interrupt Vector Change Enable
sourcepub fn ivsel(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 1>
pub fn ivsel(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 1>
Bit 1 - Interrupt Vector Select
sourcepub fn pud(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 4>
pub fn pud(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 4>
Bit 4 - Pull-up disable
sourcepub fn jtd(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 7>
pub fn jtd(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 7>
Bit 7 - JTAG Interface Disable