Trait avr_device::generic::Writable

source ·
pub trait Writable: RegisterSpec {
    type Writer: From<W<Self>> + DerefMut<Target = W<Self>>;

    const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux;
    const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux;
}
Expand description

Trait implemented by writeable registers.

This enables the write, write_with_zero and reset methods.

Registers marked with Readable can be also be modify’ed.

Required Associated Constants§

source

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux

Specifies the register bits that are not changed if you pass 1 and are changed if you pass 0

source

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux

Specifies the register bits that are not changed if you pass 0 and are changed if you pass 1

Required Associated Types§

source

type Writer: From<W<Self>> + DerefMut<Target = W<Self>>

Writer type argument to write, et al.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Writable for avr_device::atmega32u4::ac::acsr::ACSR_SPEC

write(|w| ..) method takes acsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::ac::adcsrb::ADCSRB_SPEC

write(|w| ..) method takes adcsrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::ac::didr1::DIDR1_SPEC

write(|w| ..) method takes didr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::adc::adc::ADC_SPEC

write(|w| ..) method takes adc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::adc::adcsra::ADCSRA_SPEC

write(|w| ..) method takes adcsra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::adc::adcsrb::ADCSRB_SPEC

write(|w| ..) method takes adcsrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::adc::admux::ADMUX_SPEC

write(|w| ..) method takes admux::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::adc::didr0::DIDR0_SPEC

write(|w| ..) method takes didr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::adc::didr2::DIDR2_SPEC

write(|w| ..) method takes didr2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::didr2::DIDR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::didr2::DIDR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC

write(|w| ..) method takes spmcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::clkpr::CLKPR_SPEC

write(|w| ..) method takes clkpr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CLKSEL0_SPEC

write(|w| ..) method takes clksel0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksel0::CLKSEL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksel0::CLKSEL0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CLKSEL1_SPEC

write(|w| ..) method takes clksel1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksel1::CLKSEL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksel1::CLKSEL1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CLKSTA_SPEC

write(|w| ..) method takes clksta::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksta::CLKSTA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksta::CLKSTA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::eind::EIND_SPEC

write(|w| ..) method takes eind::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::eind::EIND_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::eind::EIND_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::gpior0::GPIOR0_SPEC

write(|w| ..) method takes gpior0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::gpior1::GPIOR1_SPEC

write(|w| ..) method takes gpior1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::gpior2::GPIOR2_SPEC

write(|w| ..) method takes gpior2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::mcucr::MCUCR_SPEC

write(|w| ..) method takes mcucr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::mcusr::MCUSR_SPEC

write(|w| ..) method takes mcusr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::osccal::OSCCAL_SPEC

write(|w| ..) method takes osccal::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::prr0::PRR0_SPEC

write(|w| ..) method takes prr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::prr0::PRR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::prr0::PRR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::prr1::PRR1_SPEC

write(|w| ..) method takes prr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::prr1::PRR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::prr1::PRR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::rampz::RAMPZ_SPEC

write(|w| ..) method takes rampz::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::rampz::RAMPZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::rampz::RAMPZ_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for RCCTRL_SPEC

write(|w| ..) method takes rcctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::rcctrl::RCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::rcctrl::RCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::cpu::smcr::SMCR_SPEC

write(|w| ..) method takes smcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::eeprom::eear::EEAR_SPEC

write(|w| ..) method takes eear::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::eeprom::eecr::EECR_SPEC

write(|w| ..) method takes eecr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::eeprom::eedr::EEDR_SPEC

write(|w| ..) method takes eedr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::exint::eicra::EICRA_SPEC

write(|w| ..) method takes eicra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::exint::eicrb::EICRB_SPEC

write(|w| ..) method takes eicrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eicrb::EICRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eicrb::EICRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::exint::eifr::EIFR_SPEC

write(|w| ..) method takes eifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::exint::eimsk::EIMSK_SPEC

write(|w| ..) method takes eimsk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::exint::pcicr::PCICR_SPEC

write(|w| ..) method takes pcicr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::exint::pcifr::PCIFR_SPEC

write(|w| ..) method takes pcifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::exint::pcmsk0::PCMSK0_SPEC

write(|w| ..) method takes pcmsk0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::fuse::extended::EXTENDED_SPEC

write(|w| ..) method takes extended::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::fuse::high::HIGH_SPEC

write(|w| ..) method takes high::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::fuse::low::LOW_SPEC

write(|w| ..) method takes low::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::jtag::mcucr::MCUCR_SPEC

write(|w| ..) method takes mcucr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::jtag::mcusr::MCUSR_SPEC

write(|w| ..) method takes mcusr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::jtag::ocdr::OCDR_SPEC

write(|w| ..) method takes ocdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::ocdr::OCDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::ocdr::OCDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC

write(|w| ..) method takes lockbit::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::pll::pllcsr::PLLCSR_SPEC

write(|w| ..) method takes pllcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::pll::pllcsr::PLLCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::pll::pllcsr::PLLCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PLLFRQ_SPEC

write(|w| ..) method takes pllfrq::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::pll::pllfrq::PLLFRQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::pll::pllfrq::PLLFRQ_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portb::ddrb::DDRB_SPEC

write(|w| ..) method takes ddrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portb::pinb::PINB_SPEC

write(|w| ..) method takes pinb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portb::portb::PORTB_SPEC

write(|w| ..) method takes portb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portc::ddrc::DDRC_SPEC

write(|w| ..) method takes ddrc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portc::pinc::PINC_SPEC

write(|w| ..) method takes pinc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portc::portc::PORTC_SPEC

write(|w| ..) method takes portc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portd::ddrd::DDRD_SPEC

write(|w| ..) method takes ddrd::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portd::pind::PIND_SPEC

write(|w| ..) method takes pind::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portd::portd::PORTD_SPEC

write(|w| ..) method takes portd::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::porte::ddre::DDRE_SPEC

write(|w| ..) method takes ddre::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::ddre::DDRE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::ddre::DDRE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::porte::pine::PINE_SPEC

write(|w| ..) method takes pine::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::pine::PINE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::pine::PINE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::porte::porte::PORTE_SPEC

write(|w| ..) method takes porte::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::porte::PORTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::porte::PORTE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portf::ddrf::DDRF_SPEC

write(|w| ..) method takes ddrf::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::ddrf::DDRF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::ddrf::DDRF_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portf::pinf::PINF_SPEC

write(|w| ..) method takes pinf::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::pinf::PINF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::pinf::PINF_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::portf::portf::PORTF_SPEC

write(|w| ..) method takes portf::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::portf::PORTF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::portf::PORTF_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::spi::spcr::SPCR_SPEC

write(|w| ..) method takes spcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::spi::spdr::SPDR_SPEC

write(|w| ..) method takes spdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::spi::spsr::SPSR_SPEC

write(|w| ..) method takes spsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc0::gtccr::GTCCR_SPEC

write(|w| ..) method takes gtccr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc0::ocr0a::OCR0A_SPEC

write(|w| ..) method takes ocr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc0::ocr0b::OCR0B_SPEC

write(|w| ..) method takes ocr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc0::tccr0a::TCCR0A_SPEC

write(|w| ..) method takes tccr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc0::tccr0b::TCCR0B_SPEC

write(|w| ..) method takes tccr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc0::tcnt0::TCNT0_SPEC

write(|w| ..) method takes tcnt0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc0::tifr0::TIFR0_SPEC

write(|w| ..) method takes tifr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc0::timsk0::TIMSK0_SPEC

write(|w| ..) method takes timsk0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::icr1::ICR1_SPEC

write(|w| ..) method takes icr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::ocr1a::OCR1A_SPEC

write(|w| ..) method takes ocr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::ocr1b::OCR1B_SPEC

write(|w| ..) method takes ocr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::ocr1c::OCR1C_SPEC

write(|w| ..) method takes ocr1c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::tccr1a::TCCR1A_SPEC

write(|w| ..) method takes tccr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::tccr1b::TCCR1B_SPEC

write(|w| ..) method takes tccr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::tccr1c::TCCR1C_SPEC

write(|w| ..) method takes tccr1c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::tcnt1::TCNT1_SPEC

write(|w| ..) method takes tcnt1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::tifr1::TIFR1_SPEC

write(|w| ..) method takes tifr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc1::timsk1::TIMSK1_SPEC

write(|w| ..) method takes timsk1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::icr3::ICR3_SPEC

write(|w| ..) method takes icr3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::icr3::ICR3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::icr3::ICR3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::ocr3a::OCR3A_SPEC

write(|w| ..) method takes ocr3a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3a::OCR3A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3a::OCR3A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::ocr3b::OCR3B_SPEC

write(|w| ..) method takes ocr3b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3b::OCR3B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3b::OCR3B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::ocr3c::OCR3C_SPEC

write(|w| ..) method takes ocr3c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3c::OCR3C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3c::OCR3C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::tccr3a::TCCR3A_SPEC

write(|w| ..) method takes tccr3a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3a::TCCR3A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3a::TCCR3A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::tccr3b::TCCR3B_SPEC

write(|w| ..) method takes tccr3b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3b::TCCR3B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3b::TCCR3B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::tccr3c::TCCR3C_SPEC

write(|w| ..) method takes tccr3c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3c::TCCR3C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3c::TCCR3C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::tcnt3::TCNT3_SPEC

write(|w| ..) method takes tcnt3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::tcnt3::TCNT3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::tcnt3::TCNT3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::tifr3::TIFR3_SPEC

write(|w| ..) method takes tifr3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tifr3::TIFR3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tifr3::TIFR3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc3::timsk3::TIMSK3_SPEC

write(|w| ..) method takes timsk3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::timsk3::TIMSK3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::timsk3::TIMSK3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DT4_SPEC

write(|w| ..) method takes dt4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::dt4::DT4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::dt4::DT4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::ocr4a::OCR4A_SPEC

write(|w| ..) method takes ocr4a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4a::OCR4A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4a::OCR4A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::ocr4b::OCR4B_SPEC

write(|w| ..) method takes ocr4b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4b::OCR4B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4b::OCR4B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::ocr4c::OCR4C_SPEC

write(|w| ..) method takes ocr4c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4c::OCR4C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4c::OCR4C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OCR4D_SPEC

write(|w| ..) method takes ocr4d::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4d::OCR4D_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4d::OCR4D_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TC4H_SPEC

write(|w| ..) method takes tc4h::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tc4h::TC4H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tc4h::TC4H_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::tccr4a::TCCR4A_SPEC

write(|w| ..) method takes tccr4a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4a::TCCR4A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4a::TCCR4A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::tccr4b::TCCR4B_SPEC

write(|w| ..) method takes tccr4b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4b::TCCR4B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4b::TCCR4B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::tccr4c::TCCR4C_SPEC

write(|w| ..) method takes tccr4c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4c::TCCR4C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4c::TCCR4C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCCR4D_SPEC

write(|w| ..) method takes tccr4d::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4d::TCCR4D_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4d::TCCR4D_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCCR4E_SPEC

write(|w| ..) method takes tccr4e::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4e::TCCR4E_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4e::TCCR4E_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::tcnt4::TCNT4_SPEC

write(|w| ..) method takes tcnt4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tcnt4::TCNT4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tcnt4::TCNT4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::tifr4::TIFR4_SPEC

write(|w| ..) method takes tifr4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tifr4::TIFR4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tifr4::TIFR4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::tc4::timsk4::TIMSK4_SPEC

write(|w| ..) method takes timsk4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::timsk4::TIMSK4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::timsk4::TIMSK4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::twi::twamr::TWAMR_SPEC

write(|w| ..) method takes twamr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::twi::twar::TWAR_SPEC

write(|w| ..) method takes twar::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::twi::twbr::TWBR_SPEC

write(|w| ..) method takes twbr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::twi::twcr::TWCR_SPEC

write(|w| ..) method takes twcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::twi::twdr::TWDR_SPEC

write(|w| ..) method takes twdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::twi::twsr::TWSR_SPEC

write(|w| ..) method takes twsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::usart1::ubrr1::UBRR1_SPEC

write(|w| ..) method takes ubrr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::usart1::ubrr1::UBRR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::usart1::ubrr1::UBRR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC

write(|w| ..) method takes ucsr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC

write(|w| ..) method takes ucsr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC

write(|w| ..) method takes ucsr1c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UCSR1D_SPEC

write(|w| ..) method takes ucsr1d::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1d::UCSR1D_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1d::UCSR1D_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::usart1::udr1::UDR1_SPEC

write(|w| ..) method takes udr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::udr1::UDR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::udr1::UDR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UDADDR_SPEC

write(|w| ..) method takes udaddr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udaddr::UDADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udaddr::UDADDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UDCON_SPEC

write(|w| ..) method takes udcon::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udcon::UDCON_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udcon::UDCON_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UDFNUM_SPEC

write(|w| ..) method takes udfnum::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::usb_device::udfnum::UDFNUM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega32u4::usb_device::udfnum::UDFNUM_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UDIEN_SPEC

write(|w| ..) method takes udien::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udien::UDIEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udien::UDIEN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UDINT_SPEC

write(|w| ..) method takes udint::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udint::UDINT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udint::UDINT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UDMFN_SPEC

write(|w| ..) method takes udmfn::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udmfn::UDMFN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udmfn::UDMFN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UEBCHX_SPEC

write(|w| ..) method takes uebchx::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uebchx::UEBCHX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uebchx::UEBCHX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UEBCLX_SPEC

write(|w| ..) method takes uebclx::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uebclx::UEBCLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uebclx::UEBCLX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UECFG0X_SPEC

write(|w| ..) method takes uecfg0x::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uecfg0x::UECFG0X_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uecfg0x::UECFG0X_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UECFG1X_SPEC

write(|w| ..) method takes uecfg1x::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uecfg1x::UECFG1X_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uecfg1x::UECFG1X_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UECONX_SPEC

write(|w| ..) method takes ueconx::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueconx::UECONX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueconx::UECONX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UEDATX_SPEC

write(|w| ..) method takes uedatx::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uedatx::UEDATX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uedatx::UEDATX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UEIENX_SPEC

write(|w| ..) method takes ueienx::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueienx::UEIENX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueienx::UEIENX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UEINT_SPEC

write(|w| ..) method takes ueint::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueint::UEINT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueint::UEINT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UEINTX_SPEC

write(|w| ..) method takes ueintx::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueintx::UEINTX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueintx::UEINTX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UENUM_SPEC

write(|w| ..) method takes uenum::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uenum::UENUM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uenum::UENUM_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UERST_SPEC

write(|w| ..) method takes uerst::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uerst::UERST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uerst::UERST_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UESTA0X_SPEC

write(|w| ..) method takes uesta0x::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uesta0x::UESTA0X_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uesta0x::UESTA0X_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UESTA1X_SPEC

write(|w| ..) method takes uesta1x::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uesta1x::UESTA1X_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uesta1x::UESTA1X_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UHWCON_SPEC

write(|w| ..) method takes uhwcon::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uhwcon::UHWCON_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uhwcon::UHWCON_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USBCON_SPEC

write(|w| ..) method takes usbcon::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbcon::USBCON_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbcon::USBCON_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USBINT_SPEC

write(|w| ..) method takes usbint::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbint::USBINT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbint::USBINT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USBSTA_SPEC

write(|w| ..) method takes usbsta::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbsta::USBSTA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbsta::USBSTA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC

write(|w| ..) method takes wdtcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::ac::acsr::ACSR_SPEC

write(|w| ..) method takes acsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::ac::didr1::DIDR1_SPEC

write(|w| ..) method takes didr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::adc::adc::ADC_SPEC

write(|w| ..) method takes adc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::adc::adcsra::ADCSRA_SPEC

write(|w| ..) method takes adcsra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::adc::adcsrb::ADCSRB_SPEC

write(|w| ..) method takes adcsrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::adc::admux::ADMUX_SPEC

write(|w| ..) method takes admux::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::adc::didr0::DIDR0_SPEC

write(|w| ..) method takes didr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::clkpr::CLKPR_SPEC

write(|w| ..) method takes clkpr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::gpior0::GPIOR0_SPEC

write(|w| ..) method takes gpior0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::gpior1::GPIOR1_SPEC

write(|w| ..) method takes gpior1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::gpior2::GPIOR2_SPEC

write(|w| ..) method takes gpior2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::mcucr::MCUCR_SPEC

write(|w| ..) method takes mcucr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::mcusr::MCUSR_SPEC

write(|w| ..) method takes mcusr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::osccal::OSCCAL_SPEC

write(|w| ..) method takes osccal::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::prr::PRR_SPEC

write(|w| ..) method takes prr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::prr::PRR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::prr::PRR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::smcr::SMCR_SPEC

write(|w| ..) method takes smcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::cpu::spmcsr::SPMCSR_SPEC

write(|w| ..) method takes spmcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::eeprom::eear::EEAR_SPEC

write(|w| ..) method takes eear::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::eeprom::eecr::EECR_SPEC

write(|w| ..) method takes eecr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::eeprom::eedr::EEDR_SPEC

write(|w| ..) method takes eedr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::exint::eicra::EICRA_SPEC

write(|w| ..) method takes eicra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::exint::eifr::EIFR_SPEC

write(|w| ..) method takes eifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::exint::eimsk::EIMSK_SPEC

write(|w| ..) method takes eimsk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::exint::pcicr::PCICR_SPEC

write(|w| ..) method takes pcicr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::exint::pcifr::PCIFR_SPEC

write(|w| ..) method takes pcifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::exint::pcmsk0::PCMSK0_SPEC

write(|w| ..) method takes pcmsk0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::exint::pcmsk1::PCMSK1_SPEC

write(|w| ..) method takes pcmsk1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk1::PCMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk1::PCMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::exint::pcmsk2::PCMSK2_SPEC

write(|w| ..) method takes pcmsk2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk2::PCMSK2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk2::PCMSK2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::fuse::extended::EXTENDED_SPEC

write(|w| ..) method takes extended::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::fuse::high::HIGH_SPEC

write(|w| ..) method takes high::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::fuse::low::LOW_SPEC

write(|w| ..) method takes low::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::lockbit::lockbit::LOCKBIT_SPEC

write(|w| ..) method takes lockbit::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portb::ddrb::DDRB_SPEC

write(|w| ..) method takes ddrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portb::pinb::PINB_SPEC

write(|w| ..) method takes pinb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portb::portb::PORTB_SPEC

write(|w| ..) method takes portb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portc::ddrc::DDRC_SPEC

write(|w| ..) method takes ddrc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portc::pinc::PINC_SPEC

write(|w| ..) method takes pinc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portc::portc::PORTC_SPEC

write(|w| ..) method takes portc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portd::ddrd::DDRD_SPEC

write(|w| ..) method takes ddrd::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portd::pind::PIND_SPEC

write(|w| ..) method takes pind::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::portd::portd::PORTD_SPEC

write(|w| ..) method takes portd::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::spi::spcr::SPCR_SPEC

write(|w| ..) method takes spcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::spi::spdr::SPDR_SPEC

write(|w| ..) method takes spdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::spi::spsr::SPSR_SPEC

write(|w| ..) method takes spsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc0::gtccr::GTCCR_SPEC

write(|w| ..) method takes gtccr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc0::ocr0a::OCR0A_SPEC

write(|w| ..) method takes ocr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc0::ocr0b::OCR0B_SPEC

write(|w| ..) method takes ocr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc0::tccr0a::TCCR0A_SPEC

write(|w| ..) method takes tccr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc0::tccr0b::TCCR0B_SPEC

write(|w| ..) method takes tccr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc0::tcnt0::TCNT0_SPEC

write(|w| ..) method takes tcnt0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc0::tifr0::TIFR0_SPEC

write(|w| ..) method takes tifr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc0::timsk0::TIMSK0_SPEC

write(|w| ..) method takes timsk0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::gtccr::GTCCR_SPEC

write(|w| ..) method takes gtccr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::icr1::ICR1_SPEC

write(|w| ..) method takes icr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::ocr1a::OCR1A_SPEC

write(|w| ..) method takes ocr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::ocr1b::OCR1B_SPEC

write(|w| ..) method takes ocr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::tccr1a::TCCR1A_SPEC

write(|w| ..) method takes tccr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::tccr1b::TCCR1B_SPEC

write(|w| ..) method takes tccr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::tccr1c::TCCR1C_SPEC

write(|w| ..) method takes tccr1c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::tcnt1::TCNT1_SPEC

write(|w| ..) method takes tcnt1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::tifr1::TIFR1_SPEC

write(|w| ..) method takes tifr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc1::timsk1::TIMSK1_SPEC

write(|w| ..) method takes timsk1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::assr::ASSR_SPEC

write(|w| ..) method takes assr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::assr::ASSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::assr::ASSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::gtccr::GTCCR_SPEC

write(|w| ..) method takes gtccr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::ocr2a::OCR2A_SPEC

write(|w| ..) method takes ocr2a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::ocr2a::OCR2A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::ocr2a::OCR2A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::ocr2b::OCR2B_SPEC

write(|w| ..) method takes ocr2b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::ocr2b::OCR2B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::ocr2b::OCR2B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::tccr2a::TCCR2A_SPEC

write(|w| ..) method takes tccr2a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tccr2a::TCCR2A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tccr2a::TCCR2A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::tccr2b::TCCR2B_SPEC

write(|w| ..) method takes tccr2b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tccr2b::TCCR2B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tccr2b::TCCR2B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::tcnt2::TCNT2_SPEC

write(|w| ..) method takes tcnt2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tcnt2::TCNT2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tcnt2::TCNT2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::tifr2::TIFR2_SPEC

write(|w| ..) method takes tifr2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tifr2::TIFR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tifr2::TIFR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::tc2::timsk2::TIMSK2_SPEC

write(|w| ..) method takes timsk2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::timsk2::TIMSK2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::timsk2::TIMSK2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::twi::twamr::TWAMR_SPEC

write(|w| ..) method takes twamr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::twi::twar::TWAR_SPEC

write(|w| ..) method takes twar::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::twi::twbr::TWBR_SPEC

write(|w| ..) method takes twbr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::twi::twcr::TWCR_SPEC

write(|w| ..) method takes twcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::twi::twdr::TWDR_SPEC

write(|w| ..) method takes twdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::twi::twsr::TWSR_SPEC

write(|w| ..) method takes twsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::usart0::ubrr0::UBRR0_SPEC

write(|w| ..) method takes ubrr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::usart0::ubrr0::UBRR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega328p::usart0::ubrr0::UBRR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::usart0::ucsr0a::UCSR0A_SPEC

write(|w| ..) method takes ucsr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0a::UCSR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0a::UCSR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::usart0::ucsr0b::UCSR0B_SPEC

write(|w| ..) method takes ucsr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0b::UCSR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0b::UCSR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::usart0::ucsr0c::UCSR0C_SPEC

write(|w| ..) method takes ucsr0c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0c::UCSR0C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0c::UCSR0C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::usart0::udr0::UDR0_SPEC

write(|w| ..) method takes udr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::udr0::UDR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::udr0::UDR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega328p::wdt::wdtcsr::WDTCSR_SPEC

write(|w| ..) method takes wdtcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega328p::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::ac::acsr::ACSR_SPEC

write(|w| ..) method takes acsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::ac::adcsrb::ADCSRB_SPEC

write(|w| ..) method takes adcsrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::ac::didr1::DIDR1_SPEC

write(|w| ..) method takes didr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::adc::adc::ADC_SPEC

write(|w| ..) method takes adc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::adc::adcsra::ADCSRA_SPEC

write(|w| ..) method takes adcsra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::adc::adcsrb::ADCSRB_SPEC

write(|w| ..) method takes adcsrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::adc::admux::ADMUX_SPEC

write(|w| ..) method takes admux::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::adc::didr0::DIDR0_SPEC

write(|w| ..) method takes didr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::adc::didr2::DIDR2_SPEC

write(|w| ..) method takes didr2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::didr2::DIDR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::didr2::DIDR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::boot_load::spmcsr::SPMCSR_SPEC

write(|w| ..) method takes spmcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::clkpr::CLKPR_SPEC

write(|w| ..) method takes clkpr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::eind::EIND_SPEC

write(|w| ..) method takes eind::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::eind::EIND_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::eind::EIND_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::gpior0::GPIOR0_SPEC

write(|w| ..) method takes gpior0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::gpior1::GPIOR1_SPEC

write(|w| ..) method takes gpior1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::gpior2::GPIOR2_SPEC

write(|w| ..) method takes gpior2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::mcucr::MCUCR_SPEC

write(|w| ..) method takes mcucr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::mcusr::MCUSR_SPEC

write(|w| ..) method takes mcusr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::osccal::OSCCAL_SPEC

write(|w| ..) method takes osccal::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::prr0::PRR0_SPEC

write(|w| ..) method takes prr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::prr0::PRR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::prr0::PRR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::prr1::PRR1_SPEC

write(|w| ..) method takes prr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::prr1::PRR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::prr1::PRR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::rampz::RAMPZ_SPEC

write(|w| ..) method takes rampz::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::rampz::RAMPZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::rampz::RAMPZ_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::cpu::smcr::SMCR_SPEC

write(|w| ..) method takes smcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for XMCRA_SPEC

write(|w| ..) method takes xmcra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::xmcra::XMCRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::xmcra::XMCRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for XMCRB_SPEC

write(|w| ..) method takes xmcrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::xmcrb::XMCRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::xmcrb::XMCRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::eeprom::eear::EEAR_SPEC

write(|w| ..) method takes eear::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::eeprom::eecr::EECR_SPEC

write(|w| ..) method takes eecr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::eeprom::eedr::EEDR_SPEC

write(|w| ..) method takes eedr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::eicra::EICRA_SPEC

write(|w| ..) method takes eicra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::eicrb::EICRB_SPEC

write(|w| ..) method takes eicrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eicrb::EICRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eicrb::EICRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::eifr::EIFR_SPEC

write(|w| ..) method takes eifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::eimsk::EIMSK_SPEC

write(|w| ..) method takes eimsk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::pcicr::PCICR_SPEC

write(|w| ..) method takes pcicr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::pcifr::PCIFR_SPEC

write(|w| ..) method takes pcifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::pcmsk0::PCMSK0_SPEC

write(|w| ..) method takes pcmsk0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::pcmsk1::PCMSK1_SPEC

write(|w| ..) method takes pcmsk1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk1::PCMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk1::PCMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::exint::pcmsk2::PCMSK2_SPEC

write(|w| ..) method takes pcmsk2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk2::PCMSK2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk2::PCMSK2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::fuse::extended::EXTENDED_SPEC

write(|w| ..) method takes extended::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::fuse::high::HIGH_SPEC

write(|w| ..) method takes high::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::fuse::low::LOW_SPEC

write(|w| ..) method takes low::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::jtag::mcucr::MCUCR_SPEC

write(|w| ..) method takes mcucr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::jtag::mcusr::MCUSR_SPEC

write(|w| ..) method takes mcusr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::jtag::ocdr::OCDR_SPEC

write(|w| ..) method takes ocdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::ocdr::OCDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::ocdr::OCDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::lockbit::lockbit::LOCKBIT_SPEC

write(|w| ..) method takes lockbit::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DDRA_SPEC

write(|w| ..) method takes ddra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::ddra::DDRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::ddra::DDRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PINA_SPEC

write(|w| ..) method takes pina::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::pina::PINA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::pina::PINA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PORTA_SPEC

write(|w| ..) method takes porta::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::porta::PORTA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::porta::PORTA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portb::ddrb::DDRB_SPEC

write(|w| ..) method takes ddrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portb::pinb::PINB_SPEC

write(|w| ..) method takes pinb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portb::portb::PORTB_SPEC

write(|w| ..) method takes portb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portc::ddrc::DDRC_SPEC

write(|w| ..) method takes ddrc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portc::pinc::PINC_SPEC

write(|w| ..) method takes pinc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portc::portc::PORTC_SPEC

write(|w| ..) method takes portc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portd::ddrd::DDRD_SPEC

write(|w| ..) method takes ddrd::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portd::pind::PIND_SPEC

write(|w| ..) method takes pind::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portd::portd::PORTD_SPEC

write(|w| ..) method takes portd::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::porte::ddre::DDRE_SPEC

write(|w| ..) method takes ddre::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::ddre::DDRE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::ddre::DDRE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::porte::pine::PINE_SPEC

write(|w| ..) method takes pine::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::pine::PINE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::pine::PINE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::porte::porte::PORTE_SPEC

write(|w| ..) method takes porte::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::porte::PORTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::porte::PORTE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portf::ddrf::DDRF_SPEC

write(|w| ..) method takes ddrf::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::ddrf::DDRF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::ddrf::DDRF_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portf::pinf::PINF_SPEC

write(|w| ..) method takes pinf::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::pinf::PINF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::pinf::PINF_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::portf::portf::PORTF_SPEC

write(|w| ..) method takes portf::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::portf::PORTF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::portf::PORTF_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DDRG_SPEC

write(|w| ..) method takes ddrg::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::ddrg::DDRG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::ddrg::DDRG_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PING_SPEC

write(|w| ..) method takes ping::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::ping::PING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::ping::PING_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PORTG_SPEC

write(|w| ..) method takes portg::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::portg::PORTG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::portg::PORTG_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DDRH_SPEC

write(|w| ..) method takes ddrh::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::ddrh::DDRH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::ddrh::DDRH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PINH_SPEC

write(|w| ..) method takes pinh::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::pinh::PINH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::pinh::PINH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PORTH_SPEC

write(|w| ..) method takes porth::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::porth::PORTH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::porth::PORTH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DDRJ_SPEC

write(|w| ..) method takes ddrj::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::ddrj::DDRJ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::ddrj::DDRJ_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PINJ_SPEC

write(|w| ..) method takes pinj::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::pinj::PINJ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::pinj::PINJ_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PORTJ_SPEC

write(|w| ..) method takes portj::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::portj::PORTJ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::portj::PORTJ_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DDRK_SPEC

write(|w| ..) method takes ddrk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::ddrk::DDRK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::ddrk::DDRK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PINK_SPEC

write(|w| ..) method takes pink::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::pink::PINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::pink::PINK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PORTK_SPEC

write(|w| ..) method takes portk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::portk::PORTK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::portk::PORTK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DDRL_SPEC

write(|w| ..) method takes ddrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::ddrl::DDRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::ddrl::DDRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PINL_SPEC

write(|w| ..) method takes pinl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::pinl::PINL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::pinl::PINL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PORTL_SPEC

write(|w| ..) method takes portl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::portl::PORTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::portl::PORTL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::spi::spcr::SPCR_SPEC

write(|w| ..) method takes spcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::spi::spdr::SPDR_SPEC

write(|w| ..) method takes spdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::spi::spsr::SPSR_SPEC

write(|w| ..) method takes spsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc0::gtccr::GTCCR_SPEC

write(|w| ..) method takes gtccr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc0::ocr0a::OCR0A_SPEC

write(|w| ..) method takes ocr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc0::ocr0b::OCR0B_SPEC

write(|w| ..) method takes ocr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc0::tccr0a::TCCR0A_SPEC

write(|w| ..) method takes tccr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc0::tccr0b::TCCR0B_SPEC

write(|w| ..) method takes tccr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc0::tcnt0::TCNT0_SPEC

write(|w| ..) method takes tcnt0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc0::tifr0::TIFR0_SPEC

write(|w| ..) method takes tifr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc0::timsk0::TIMSK0_SPEC

write(|w| ..) method takes timsk0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::icr1::ICR1_SPEC

write(|w| ..) method takes icr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::ocr1a::OCR1A_SPEC

write(|w| ..) method takes ocr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::ocr1b::OCR1B_SPEC

write(|w| ..) method takes ocr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::ocr1c::OCR1C_SPEC

write(|w| ..) method takes ocr1c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::tccr1a::TCCR1A_SPEC

write(|w| ..) method takes tccr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::tccr1b::TCCR1B_SPEC

write(|w| ..) method takes tccr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::tccr1c::TCCR1C_SPEC

write(|w| ..) method takes tccr1c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::tcnt1::TCNT1_SPEC

write(|w| ..) method takes tcnt1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::tifr1::TIFR1_SPEC

write(|w| ..) method takes tifr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc1::timsk1::TIMSK1_SPEC

write(|w| ..) method takes timsk1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::assr::ASSR_SPEC

write(|w| ..) method takes assr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::assr::ASSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::assr::ASSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::gtccr::GTCCR_SPEC

write(|w| ..) method takes gtccr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::ocr2a::OCR2A_SPEC

write(|w| ..) method takes ocr2a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::ocr2a::OCR2A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::ocr2a::OCR2A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::ocr2b::OCR2B_SPEC

write(|w| ..) method takes ocr2b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::ocr2b::OCR2B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::ocr2b::OCR2B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::tccr2a::TCCR2A_SPEC

write(|w| ..) method takes tccr2a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tccr2a::TCCR2A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tccr2a::TCCR2A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::tccr2b::TCCR2B_SPEC

write(|w| ..) method takes tccr2b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tccr2b::TCCR2B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tccr2b::TCCR2B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::tcnt2::TCNT2_SPEC

write(|w| ..) method takes tcnt2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tcnt2::TCNT2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tcnt2::TCNT2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::tifr2::TIFR2_SPEC

write(|w| ..) method takes tifr2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tifr2::TIFR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tifr2::TIFR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc2::timsk2::TIMSK2_SPEC

write(|w| ..) method takes timsk2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::timsk2::TIMSK2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::timsk2::TIMSK2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::icr3::ICR3_SPEC

write(|w| ..) method takes icr3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::icr3::ICR3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::icr3::ICR3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::ocr3a::OCR3A_SPEC

write(|w| ..) method takes ocr3a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3a::OCR3A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3a::OCR3A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::ocr3b::OCR3B_SPEC

write(|w| ..) method takes ocr3b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3b::OCR3B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3b::OCR3B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::ocr3c::OCR3C_SPEC

write(|w| ..) method takes ocr3c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3c::OCR3C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3c::OCR3C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::tccr3a::TCCR3A_SPEC

write(|w| ..) method takes tccr3a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3a::TCCR3A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3a::TCCR3A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::tccr3b::TCCR3B_SPEC

write(|w| ..) method takes tccr3b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3b::TCCR3B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3b::TCCR3B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::tccr3c::TCCR3C_SPEC

write(|w| ..) method takes tccr3c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3c::TCCR3C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3c::TCCR3C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::tcnt3::TCNT3_SPEC

write(|w| ..) method takes tcnt3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::tcnt3::TCNT3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::tcnt3::TCNT3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::tifr3::TIFR3_SPEC

write(|w| ..) method takes tifr3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tifr3::TIFR3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tifr3::TIFR3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc3::timsk3::TIMSK3_SPEC

write(|w| ..) method takes timsk3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::timsk3::TIMSK3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::timsk3::TIMSK3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for ICR4_SPEC

write(|w| ..) method takes icr4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::icr4::ICR4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::icr4::ICR4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::ocr4a::OCR4A_SPEC

write(|w| ..) method takes ocr4a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4a::OCR4A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4a::OCR4A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::ocr4b::OCR4B_SPEC

write(|w| ..) method takes ocr4b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4b::OCR4B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4b::OCR4B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::ocr4c::OCR4C_SPEC

write(|w| ..) method takes ocr4c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4c::OCR4C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4c::OCR4C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::tccr4a::TCCR4A_SPEC

write(|w| ..) method takes tccr4a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4a::TCCR4A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4a::TCCR4A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::tccr4b::TCCR4B_SPEC

write(|w| ..) method takes tccr4b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4b::TCCR4B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4b::TCCR4B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::tccr4c::TCCR4C_SPEC

write(|w| ..) method takes tccr4c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4c::TCCR4C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4c::TCCR4C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::tcnt4::TCNT4_SPEC

write(|w| ..) method takes tcnt4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::tcnt4::TCNT4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::tcnt4::TCNT4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::tifr4::TIFR4_SPEC

write(|w| ..) method takes tifr4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tifr4::TIFR4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tifr4::TIFR4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::tc4::timsk4::TIMSK4_SPEC

write(|w| ..) method takes timsk4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::timsk4::TIMSK4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::timsk4::TIMSK4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for ICR5_SPEC

write(|w| ..) method takes icr5::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::icr5::ICR5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::icr5::ICR5_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OCR5A_SPEC

write(|w| ..) method takes ocr5a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5a::OCR5A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5a::OCR5A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OCR5B_SPEC

write(|w| ..) method takes ocr5b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5b::OCR5B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5b::OCR5B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OCR5C_SPEC

write(|w| ..) method takes ocr5c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5c::OCR5C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5c::OCR5C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCCR5A_SPEC

write(|w| ..) method takes tccr5a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5a::TCCR5A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5a::TCCR5A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCCR5B_SPEC

write(|w| ..) method takes tccr5b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5b::TCCR5B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5b::TCCR5B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCCR5C_SPEC

write(|w| ..) method takes tccr5c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5c::TCCR5C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5c::TCCR5C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCNT5_SPEC

write(|w| ..) method takes tcnt5::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::tcnt5::TCNT5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::tcnt5::TCNT5_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TIFR5_SPEC

write(|w| ..) method takes tifr5::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tifr5::TIFR5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tifr5::TIFR5_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TIMSK5_SPEC

write(|w| ..) method takes timsk5::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::timsk5::TIMSK5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::timsk5::TIMSK5_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::twi::twamr::TWAMR_SPEC

write(|w| ..) method takes twamr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::twi::twar::TWAR_SPEC

write(|w| ..) method takes twar::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::twi::twbr::TWBR_SPEC

write(|w| ..) method takes twbr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::twi::twcr::TWCR_SPEC

write(|w| ..) method takes twcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::twi::twdr::TWDR_SPEC

write(|w| ..) method takes twdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::twi::twsr::TWSR_SPEC

write(|w| ..) method takes twsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart0::ubrr0::UBRR0_SPEC

write(|w| ..) method takes ubrr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart0::ubrr0::UBRR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart0::ubrr0::UBRR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart0::ucsr0a::UCSR0A_SPEC

write(|w| ..) method takes ucsr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0a::UCSR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0a::UCSR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart0::ucsr0b::UCSR0B_SPEC

write(|w| ..) method takes ucsr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0b::UCSR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0b::UCSR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart0::ucsr0c::UCSR0C_SPEC

write(|w| ..) method takes ucsr0c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0c::UCSR0C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0c::UCSR0C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart0::udr0::UDR0_SPEC

write(|w| ..) method takes udr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::udr0::UDR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::udr0::UDR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart1::ubrr1::UBRR1_SPEC

write(|w| ..) method takes ubrr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart1::ubrr1::UBRR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart1::ubrr1::UBRR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart1::ucsr1a::UCSR1A_SPEC

write(|w| ..) method takes ucsr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1a::UCSR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1a::UCSR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart1::ucsr1b::UCSR1B_SPEC

write(|w| ..) method takes ucsr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1b::UCSR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1b::UCSR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart1::ucsr1c::UCSR1C_SPEC

write(|w| ..) method takes ucsr1c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1c::UCSR1C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1c::UCSR1C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::usart1::udr1::UDR1_SPEC

write(|w| ..) method takes udr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::udr1::UDR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::udr1::UDR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UBRR2_SPEC

write(|w| ..) method takes ubrr2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart2::ubrr2::UBRR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart2::ubrr2::UBRR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UCSR2A_SPEC

write(|w| ..) method takes ucsr2a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2a::UCSR2A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2a::UCSR2A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UCSR2B_SPEC

write(|w| ..) method takes ucsr2b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2b::UCSR2B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2b::UCSR2B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UCSR2C_SPEC

write(|w| ..) method takes ucsr2c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2c::UCSR2C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2c::UCSR2C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UDR2_SPEC

write(|w| ..) method takes udr2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::udr2::UDR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::udr2::UDR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UBRR3_SPEC

write(|w| ..) method takes ubrr3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart3::ubrr3::UBRR3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart3::ubrr3::UBRR3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UCSR3A_SPEC

write(|w| ..) method takes ucsr3a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3a::UCSR3A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3a::UCSR3A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UCSR3B_SPEC

write(|w| ..) method takes ucsr3b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3b::UCSR3B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3b::UCSR3B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UCSR3C_SPEC

write(|w| ..) method takes ucsr3c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3c::UCSR3C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3c::UCSR3C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for UDR3_SPEC

write(|w| ..) method takes udr3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::udr3::UDR3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::udr3::UDR3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega2560::wdt::wdtcsr::WDTCSR_SPEC

write(|w| ..) method takes wdtcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega2560::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::ac0::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DACREF_SPEC

write(|w| ..) method takes dacref::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::dacref::DACREF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::dacref::DACREF_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::ac0::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MUXCTRLA_SPEC

write(|w| ..) method takes muxctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::muxctrla::MUXCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::muxctrla::MUXCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::ac0::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::calib::CALIB_SPEC

write(|w| ..) method takes calib::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::calib::CALIB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::calib::CALIB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for COMMAND_SPEC

write(|w| ..) method takes command::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::command::COMMAND_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::command::COMMAND_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::ctrlc::CTRLC_SPEC

write(|w| ..) method takes ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::ctrld::CTRLD_SPEC

write(|w| ..) method takes ctrld::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CTRLE_SPEC

write(|w| ..) method takes ctrle::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrle::CTRLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrle::CTRLE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MUXPOS_SPEC

write(|w| ..) method takes muxpos::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::muxpos::MUXPOS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::muxpos::MUXPOS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SAMPCTRL_SPEC

write(|w| ..) method takes sampctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::sampctrl::SAMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::sampctrl::SAMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::adc0::temp::TEMP_SPEC

write(|w| ..) method takes temp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for WINHT_SPEC

write(|w| ..) method takes winht::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::adc0::winht::WINHT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::adc0::winht::WINHT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for WINLT_SPEC

write(|w| ..) method takes winlt::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::adc0::winlt::WINLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::adc0::winlt::WINLT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::bod::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::bod::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::bod::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::bod::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::bod::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for VLMCTRLA_SPEC

write(|w| ..) method takes vlmctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::vlmctrla::VLMCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::vlmctrla::VLMCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::ccl::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for INTCTRL0_SPEC

write(|w| ..) method takes intctrl0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::intctrl0::INTCTRL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::intctrl0::INTCTRL0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::ccl::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT0CTRLA_SPEC

write(|w| ..) method takes lut0ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrla::LUT0CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrla::LUT0CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT0CTRLB_SPEC

write(|w| ..) method takes lut0ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrlb::LUT0CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrlb::LUT0CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT0CTRLC_SPEC

write(|w| ..) method takes lut0ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrlc::LUT0CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrlc::LUT0CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT1CTRLA_SPEC

write(|w| ..) method takes lut1ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrla::LUT1CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrla::LUT1CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT1CTRLB_SPEC

write(|w| ..) method takes lut1ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrlb::LUT1CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrlb::LUT1CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT1CTRLC_SPEC

write(|w| ..) method takes lut1ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrlc::LUT1CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrlc::LUT1CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT2CTRLA_SPEC

write(|w| ..) method takes lut2ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrla::LUT2CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrla::LUT2CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT2CTRLB_SPEC

write(|w| ..) method takes lut2ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrlb::LUT2CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrlb::LUT2CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT2CTRLC_SPEC

write(|w| ..) method takes lut2ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrlc::LUT2CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrlc::LUT2CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT3CTRLA_SPEC

write(|w| ..) method takes lut3ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrla::LUT3CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrla::LUT3CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT3CTRLB_SPEC

write(|w| ..) method takes lut3ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrlb::LUT3CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrlb::LUT3CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LUT3CTRLC_SPEC

write(|w| ..) method takes lut3ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrlc::LUT3CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrlc::LUT3CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SEQCTRL0_SPEC

write(|w| ..) method takes seqctrl0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::seqctrl0::SEQCTRL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::seqctrl0::SEQCTRL0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SEQCTRL1_SPEC

write(|w| ..) method takes seqctrl1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::seqctrl1::SEQCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::seqctrl1::SEQCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TRUTH0_SPEC

write(|w| ..) method takes truth0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth0::TRUTH0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth0::TRUTH0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TRUTH1_SPEC

write(|w| ..) method takes truth1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth1::TRUTH1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth1::TRUTH1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TRUTH2_SPEC

write(|w| ..) method takes truth2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth2::TRUTH2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth2::TRUTH2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TRUTH3_SPEC

write(|w| ..) method takes truth3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth3::TRUTH3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth3::TRUTH3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MCLKCTRLA_SPEC

write(|w| ..) method takes mclkctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclkctrla::MCLKCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclkctrla::MCLKCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MCLKCTRLB_SPEC

write(|w| ..) method takes mclkctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclkctrlb::MCLKCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclkctrlb::MCLKCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MCLKLOCK_SPEC

write(|w| ..) method takes mclklock::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclklock::MCLKLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclklock::MCLKLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OSC20MCALIBA_SPEC

write(|w| ..) method takes osc20mcaliba::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mcaliba::OSC20MCALIBA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mcaliba::OSC20MCALIBA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OSC20MCALIBB_SPEC

write(|w| ..) method takes osc20mcalibb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mcalibb::OSC20MCALIBB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mcalibb::OSC20MCALIBB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OSC20MCTRLA_SPEC

write(|w| ..) method takes osc20mctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mctrla::OSC20MCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mctrla::OSC20MCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OSC32KCTRLA_SPEC

write(|w| ..) method takes osc32kctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc32kctrla::OSC32KCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc32kctrla::OSC32KCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for XOSC32KCTRLA_SPEC

write(|w| ..) method takes xosc32kctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::xosc32kctrla::XOSC32KCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::xosc32kctrla::XOSC32KCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CCP_SPEC

write(|w| ..) method takes ccp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::ccp::CCP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::ccp::CCP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SPH_SPEC

write(|w| ..) method takes sph::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::sph::SPH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::sph::SPH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SPL_SPEC

write(|w| ..) method takes spl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::spl::SPL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::spl::SPL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::cpuint::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LVL0PRI_SPEC

write(|w| ..) method takes lvl0pri::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::lvl0pri::LVL0PRI_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::lvl0pri::LVL0PRI_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for LVL1VEC_SPEC

write(|w| ..) method takes lvl1vec::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::lvl1vec::LVL1VEC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::lvl1vec::LVL1VEC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::cpuint::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::crcscan::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::crcscan::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::crcscan::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::crcscan::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::crcscan::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::crcscan::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CHANNEL0_SPEC

write(|w| ..) method takes channel0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel0::CHANNEL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel0::CHANNEL0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CHANNEL1_SPEC

write(|w| ..) method takes channel1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel1::CHANNEL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel1::CHANNEL1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CHANNEL2_SPEC

write(|w| ..) method takes channel2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel2::CHANNEL2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel2::CHANNEL2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CHANNEL3_SPEC

write(|w| ..) method takes channel3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel3::CHANNEL3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel3::CHANNEL3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CHANNEL4_SPEC

write(|w| ..) method takes channel4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel4::CHANNEL4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel4::CHANNEL4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CHANNEL5_SPEC

write(|w| ..) method takes channel5::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel5::CHANNEL5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel5::CHANNEL5_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CHANNEL6_SPEC

write(|w| ..) method takes channel6::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel6::CHANNEL6_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel6::CHANNEL6_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CHANNEL7_SPEC

write(|w| ..) method takes channel7::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel7::CHANNEL7_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel7::CHANNEL7_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for STROBE_SPEC

write(|w| ..) method takes strobe::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::strobe::STROBE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::strobe::STROBE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERADC0_SPEC

write(|w| ..) method takes useradc0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::useradc0::USERADC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::useradc0::USERADC0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERCCLLUT0A_SPEC

write(|w| ..) method takes userccllut0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut0a::USERCCLLUT0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut0a::USERCCLLUT0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERCCLLUT0B_SPEC

write(|w| ..) method takes userccllut0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut0b::USERCCLLUT0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut0b::USERCCLLUT0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERCCLLUT1A_SPEC

write(|w| ..) method takes userccllut1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut1a::USERCCLLUT1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut1a::USERCCLLUT1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERCCLLUT1B_SPEC

write(|w| ..) method takes userccllut1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut1b::USERCCLLUT1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut1b::USERCCLLUT1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERCCLLUT2A_SPEC

write(|w| ..) method takes userccllut2a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut2a::USERCCLLUT2A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut2a::USERCCLLUT2A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERCCLLUT2B_SPEC

write(|w| ..) method takes userccllut2b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut2b::USERCCLLUT2B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut2b::USERCCLLUT2B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERCCLLUT3A_SPEC

write(|w| ..) method takes userccllut3a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut3a::USERCCLLUT3A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut3a::USERCCLLUT3A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERCCLLUT3B_SPEC

write(|w| ..) method takes userccllut3b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut3b::USERCCLLUT3B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut3b::USERCCLLUT3B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USEREVOUTA_SPEC

write(|w| ..) method takes userevouta::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevouta::USEREVOUTA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevouta::USEREVOUTA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USEREVOUTB_SPEC

write(|w| ..) method takes userevoutb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutb::USEREVOUTB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutb::USEREVOUTB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USEREVOUTC_SPEC

write(|w| ..) method takes userevoutc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutc::USEREVOUTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutc::USEREVOUTC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USEREVOUTD_SPEC

write(|w| ..) method takes userevoutd::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutd::USEREVOUTD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutd::USEREVOUTD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USEREVOUTE_SPEC

write(|w| ..) method takes userevoute::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoute::USEREVOUTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoute::USEREVOUTE_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USEREVOUTF_SPEC

write(|w| ..) method takes userevoutf::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutf::USEREVOUTF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutf::USEREVOUTF_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERTCA0_SPEC

write(|w| ..) method takes usertca0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertca0::USERTCA0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertca0::USERTCA0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERTCB0_SPEC

write(|w| ..) method takes usertcb0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb0::USERTCB0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb0::USERTCB0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERTCB1_SPEC

write(|w| ..) method takes usertcb1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb1::USERTCB1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb1::USERTCB1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERTCB2_SPEC

write(|w| ..) method takes usertcb2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb2::USERTCB2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb2::USERTCB2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERTCB3_SPEC

write(|w| ..) method takes usertcb3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb3::USERTCB3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb3::USERTCB3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERUSART0_SPEC

write(|w| ..) method takes userusart0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart0::USERUSART0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart0::USERUSART0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERUSART1_SPEC

write(|w| ..) method takes userusart1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart1::USERUSART1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart1::USERUSART1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERUSART2_SPEC

write(|w| ..) method takes userusart2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart2::USERUSART2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart2::USERUSART2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERUSART3_SPEC

write(|w| ..) method takes userusart3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart3::USERUSART3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart3::USERUSART3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for APPEND_SPEC

write(|w| ..) method takes append::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::append::APPEND_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::append::APPEND_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for BODCFG_SPEC

write(|w| ..) method takes bodcfg::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::bodcfg::BODCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::bodcfg::BODCFG_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for BOOTEND_SPEC

write(|w| ..) method takes bootend::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::bootend::BOOTEND_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::bootend::BOOTEND_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OSCCFG_SPEC

write(|w| ..) method takes osccfg::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::osccfg::OSCCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::osccfg::OSCCFG_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SYSCFG0_SPEC

write(|w| ..) method takes syscfg0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::syscfg0::SYSCFG0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::syscfg0::SYSCFG0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SYSCFG1_SPEC

write(|w| ..) method takes syscfg1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::syscfg1::SYSCFG1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::syscfg1::SYSCFG1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for WDTCFG_SPEC

write(|w| ..) method takes wdtcfg::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::wdtcfg::WDTCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::wdtcfg::WDTCFG_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::gpio::gpior0::GPIOR0_SPEC

write(|w| ..) method takes gpior0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::gpio::gpior1::GPIOR1_SPEC

write(|w| ..) method takes gpior1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::gpio::gpior2::GPIOR2_SPEC

write(|w| ..) method takes gpior2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for GPIOR3_SPEC

write(|w| ..) method takes gpior3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior3::GPIOR3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior3::GPIOR3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::lockbit::lockbit::LOCKBIT_SPEC

write(|w| ..) method takes lockbit::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for ADDR_SPEC

write(|w| ..) method takes addr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::nvmctrl::addr::ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::nvmctrl::addr::ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::nvmctrl::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::nvmctrl::data::DATA_SPEC

write(|w| ..) method takes data::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::nvmctrl::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::nvmctrl::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::dirclr::DIRCLR_SPEC

write(|w| ..) method takes dirclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::dirset::DIRSET_SPEC

write(|w| ..) method takes dirset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::dirtgl::DIRTGL_SPEC

write(|w| ..) method takes dirtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::outclr::OUTCLR_SPEC

write(|w| ..) method takes outclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::outset::OUTSET_SPEC

write(|w| ..) method takes outset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::outtgl::OUTTGL_SPEC

write(|w| ..) method takes outtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC

write(|w| ..) method takes pin0ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC

write(|w| ..) method takes pin1ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC

write(|w| ..) method takes pin2ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC

write(|w| ..) method takes pin3ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC

write(|w| ..) method takes pin4ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC

write(|w| ..) method takes pin5ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC

write(|w| ..) method takes pin6ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC

write(|w| ..) method takes pin7ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porta::portctrl::PORTCTRL_SPEC

write(|w| ..) method takes portctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::dirclr::DIRCLR_SPEC

write(|w| ..) method takes dirclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::dirset::DIRSET_SPEC

write(|w| ..) method takes dirset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::dirtgl::DIRTGL_SPEC

write(|w| ..) method takes dirtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::outclr::OUTCLR_SPEC

write(|w| ..) method takes outclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::outset::OUTSET_SPEC

write(|w| ..) method takes outset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::outtgl::OUTTGL_SPEC

write(|w| ..) method takes outtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC

write(|w| ..) method takes pin0ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC

write(|w| ..) method takes pin1ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC

write(|w| ..) method takes pin2ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC

write(|w| ..) method takes pin3ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC

write(|w| ..) method takes pin4ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC

write(|w| ..) method takes pin5ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC

write(|w| ..) method takes pin6ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC

write(|w| ..) method takes pin7ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portb::portctrl::PORTCTRL_SPEC

write(|w| ..) method takes portctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::dirclr::DIRCLR_SPEC

write(|w| ..) method takes dirclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::dirset::DIRSET_SPEC

write(|w| ..) method takes dirset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::dirtgl::DIRTGL_SPEC

write(|w| ..) method takes dirtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::outclr::OUTCLR_SPEC

write(|w| ..) method takes outclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::outset::OUTSET_SPEC

write(|w| ..) method takes outset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::outtgl::OUTTGL_SPEC

write(|w| ..) method takes outtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC

write(|w| ..) method takes pin0ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC

write(|w| ..) method takes pin1ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC

write(|w| ..) method takes pin2ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC

write(|w| ..) method takes pin3ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC

write(|w| ..) method takes pin4ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC

write(|w| ..) method takes pin5ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC

write(|w| ..) method takes pin6ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC

write(|w| ..) method takes pin7ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portc::portctrl::PORTCTRL_SPEC

write(|w| ..) method takes portctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::dirclr::DIRCLR_SPEC

write(|w| ..) method takes dirclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::dirset::DIRSET_SPEC

write(|w| ..) method takes dirset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::dirtgl::DIRTGL_SPEC

write(|w| ..) method takes dirtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::outclr::OUTCLR_SPEC

write(|w| ..) method takes outclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::outset::OUTSET_SPEC

write(|w| ..) method takes outset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::outtgl::OUTTGL_SPEC

write(|w| ..) method takes outtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC

write(|w| ..) method takes pin0ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC

write(|w| ..) method takes pin1ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC

write(|w| ..) method takes pin2ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC

write(|w| ..) method takes pin3ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC

write(|w| ..) method takes pin4ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC

write(|w| ..) method takes pin5ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC

write(|w| ..) method takes pin6ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC

write(|w| ..) method takes pin7ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portd::portctrl::PORTCTRL_SPEC

write(|w| ..) method takes portctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::dirclr::DIRCLR_SPEC

write(|w| ..) method takes dirclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::dirset::DIRSET_SPEC

write(|w| ..) method takes dirset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::dirtgl::DIRTGL_SPEC

write(|w| ..) method takes dirtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::outclr::OUTCLR_SPEC

write(|w| ..) method takes outclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::outset::OUTSET_SPEC

write(|w| ..) method takes outset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::outtgl::OUTTGL_SPEC

write(|w| ..) method takes outtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC

write(|w| ..) method takes pin0ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC

write(|w| ..) method takes pin1ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC

write(|w| ..) method takes pin2ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC

write(|w| ..) method takes pin3ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC

write(|w| ..) method takes pin4ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC

write(|w| ..) method takes pin5ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC

write(|w| ..) method takes pin6ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC

write(|w| ..) method takes pin7ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::porte::portctrl::PORTCTRL_SPEC

write(|w| ..) method takes portctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::dirclr::DIRCLR_SPEC

write(|w| ..) method takes dirclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::dirset::DIRSET_SPEC

write(|w| ..) method takes dirset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::dirtgl::DIRTGL_SPEC

write(|w| ..) method takes dirtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::outclr::OUTCLR_SPEC

write(|w| ..) method takes outclr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::outset::OUTSET_SPEC

write(|w| ..) method takes outset::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::outtgl::OUTTGL_SPEC

write(|w| ..) method takes outtgl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC

write(|w| ..) method takes pin0ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC

write(|w| ..) method takes pin1ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC

write(|w| ..) method takes pin2ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC

write(|w| ..) method takes pin3ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC

write(|w| ..) method takes pin4ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC

write(|w| ..) method takes pin5ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC

write(|w| ..) method takes pin6ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC

write(|w| ..) method takes pin7ctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::portf::portctrl::PORTCTRL_SPEC

write(|w| ..) method takes portctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CCLROUTEA_SPEC

write(|w| ..) method takes cclroutea::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::cclroutea::CCLROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::cclroutea::CCLROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for EVSYSROUTEA_SPEC

write(|w| ..) method takes evsysroutea::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::evsysroutea::EVSYSROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::evsysroutea::EVSYSROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCAROUTEA_SPEC

write(|w| ..) method takes tcaroutea::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::tcaroutea::TCAROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::tcaroutea::TCAROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCBROUTEA_SPEC

write(|w| ..) method takes tcbroutea::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::tcbroutea::TCBROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::tcbroutea::TCBROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TWISPIROUTEA_SPEC

write(|w| ..) method takes twispiroutea::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::twispiroutea::TWISPIROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::twispiroutea::TWISPIROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USARTROUTEA_SPEC

write(|w| ..) method takes usartroutea::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::usartroutea::USARTROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::usartroutea::USARTROUTEA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for RSTFR_SPEC

write(|w| ..) method takes rstfr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rstctrl::rstfr::RSTFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rstctrl::rstfr::RSTFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SWRR_SPEC

write(|w| ..) method takes swrr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rstctrl::swrr::SWRR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rstctrl::swrr::SWRR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::rtc::calib::CALIB_SPEC

write(|w| ..) method takes calib::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::calib::CALIB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::calib::CALIB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CLKSEL_SPEC

write(|w| ..) method takes clksel::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::clksel::CLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::clksel::CLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for CMP_SPEC

write(|w| ..) method takes cmp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::cmp::CMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::cmp::CMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::rtc::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::rtc::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::rtc::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::rtc::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PER_SPEC

write(|w| ..) method takes per::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::per::PER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::per::PER_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PITCTRLA_SPEC

write(|w| ..) method takes pitctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitctrla::PITCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitctrla::PITCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PITDBGCTRL_SPEC

write(|w| ..) method takes pitdbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitdbgctrl::PITDBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitdbgctrl::PITDBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PITINTCTRL_SPEC

write(|w| ..) method takes pitintctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitintctrl::PITINTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitintctrl::PITINTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PITINTFLAGS_SPEC

write(|w| ..) method takes pitintflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitintflags::PITINTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitintflags::PITINTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::rtc::temp::TEMP_SPEC

write(|w| ..) method takes temp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::slpctrl::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::slpctrl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::slpctrl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::spi0::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::spi0::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::spi0::data::DATA_SPEC

write(|w| ..) method takes data::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::spi0::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::spi0::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for EXTBRK_SPEC

write(|w| ..) method takes extbrk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::extbrk::EXTBRK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::extbrk::EXTBRK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OCDM_SPEC

write(|w| ..) method takes ocdm::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::ocdm::OCDM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::ocdm::OCDM_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for OCDMS_SPEC

write(|w| ..) method takes ocdms::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::ocdms::OCDMS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::ocdms::OCDMS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for REVID_SPEC

write(|w| ..) method takes revid::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::revid::REVID_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::revid::REVID_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::ccmp::CCMP_SPEC

write(|w| ..) method takes ccmp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb0::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb0::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb0::temp::TEMP_SPEC

write(|w| ..) method takes temp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::ccmp::CCMP_SPEC

write(|w| ..) method takes ccmp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb1::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb1::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb1::temp::TEMP_SPEC

write(|w| ..) method takes temp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::ccmp::CCMP_SPEC

write(|w| ..) method takes ccmp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb2::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb2::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb2::temp::TEMP_SPEC

write(|w| ..) method takes temp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::ccmp::CCMP_SPEC

write(|w| ..) method takes ccmp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb3::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb3::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::intctrl::INTCTRL_SPEC

write(|w| ..) method takes intctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::tcb3::temp::TEMP_SPEC

write(|w| ..) method takes temp::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::twi0::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DUALCTRL_SPEC

write(|w| ..) method takes dualctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::dualctrl::DUALCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::dualctrl::DUALCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MADDR_SPEC

write(|w| ..) method takes maddr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::maddr::MADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::maddr::MADDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MBAUD_SPEC

write(|w| ..) method takes mbaud::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mbaud::MBAUD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mbaud::MBAUD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MCTRLA_SPEC

write(|w| ..) method takes mctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mctrla::MCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mctrla::MCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MCTRLB_SPEC

write(|w| ..) method takes mctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mctrlb::MCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mctrlb::MCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MDATA_SPEC

write(|w| ..) method takes mdata::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mdata::MDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mdata::MDATA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for MSTATUS_SPEC

write(|w| ..) method takes mstatus::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mstatus::MSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mstatus::MSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SADDR_SPEC

write(|w| ..) method takes saddr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SADDRMASK_SPEC

write(|w| ..) method takes saddrmask::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SCTRLA_SPEC

write(|w| ..) method takes sctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sctrla::SCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sctrla::SCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SCTRLB_SPEC

write(|w| ..) method takes sctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sctrlb::SCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sctrlb::SCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SDATA_SPEC

write(|w| ..) method takes sdata::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sdata::SDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sdata::SDATA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for SSTATUS_SPEC

write(|w| ..) method takes sstatus::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sstatus::SSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sstatus::SSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::baud::BAUD_SPEC

write(|w| ..) method takes baud::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart0::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart0::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::ctrlc::CTRLC_SPEC

write(|w| ..) method takes ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::ctrld::CTRLD_SPEC

write(|w| ..) method takes ctrld::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC

write(|w| ..) method takes rxplctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::txdatah::TXDATAH_SPEC

write(|w| ..) method takes txdatah::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::txdatal::TXDATAL_SPEC

write(|w| ..) method takes txdatal::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC

write(|w| ..) method takes txplctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::baud::BAUD_SPEC

write(|w| ..) method takes baud::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart1::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart1::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::ctrlc::CTRLC_SPEC

write(|w| ..) method takes ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::ctrld::CTRLD_SPEC

write(|w| ..) method takes ctrld::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC

write(|w| ..) method takes rxplctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::txdatah::TXDATAH_SPEC

write(|w| ..) method takes txdatah::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::txdatal::TXDATAL_SPEC

write(|w| ..) method takes txdatal::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC

write(|w| ..) method takes txplctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::baud::BAUD_SPEC

write(|w| ..) method takes baud::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart2::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart2::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::ctrlc::CTRLC_SPEC

write(|w| ..) method takes ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::ctrld::CTRLD_SPEC

write(|w| ..) method takes ctrld::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC

write(|w| ..) method takes rxplctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::txdatah::TXDATAH_SPEC

write(|w| ..) method takes txdatah::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::txdatal::TXDATAL_SPEC

write(|w| ..) method takes txdatal::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC

write(|w| ..) method takes txplctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::baud::BAUD_SPEC

write(|w| ..) method takes baud::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart3::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart3::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::ctrlc::CTRLC_SPEC

write(|w| ..) method takes ctrlc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::ctrld::CTRLD_SPEC

write(|w| ..) method takes ctrld::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC

write(|w| ..) method takes dbgctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::evctrl::EVCTRL_SPEC

write(|w| ..) method takes evctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC

write(|w| ..) method takes rxplctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::txdatah::TXDATAH_SPEC

write(|w| ..) method takes txdatah::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::txdatal::TXDATAL_SPEC

write(|w| ..) method takes txdatal::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC

write(|w| ..) method takes txplctrl::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW0_SPEC

write(|w| ..) method takes userrow0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow0::USERROW0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow0::USERROW0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW1_SPEC

write(|w| ..) method takes userrow1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow1::USERROW1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow1::USERROW1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW2_SPEC

write(|w| ..) method takes userrow2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow2::USERROW2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow2::USERROW2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW3_SPEC

write(|w| ..) method takes userrow3::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow3::USERROW3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow3::USERROW3_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW4_SPEC

write(|w| ..) method takes userrow4::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow4::USERROW4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow4::USERROW4_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW5_SPEC

write(|w| ..) method takes userrow5::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow5::USERROW5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow5::USERROW5_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW6_SPEC

write(|w| ..) method takes userrow6::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow6::USERROW6_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow6::USERROW6_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW7_SPEC

write(|w| ..) method takes userrow7::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow7::USERROW7_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow7::USERROW7_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW8_SPEC

write(|w| ..) method takes userrow8::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow8::USERROW8_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow8::USERROW8_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW9_SPEC

write(|w| ..) method takes userrow9::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow9::USERROW9_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow9::USERROW9_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW10_SPEC

write(|w| ..) method takes userrow10::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow10::USERROW10_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow10::USERROW10_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW11_SPEC

write(|w| ..) method takes userrow11::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow11::USERROW11_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow11::USERROW11_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW12_SPEC

write(|w| ..) method takes userrow12::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow12::USERROW12_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow12::USERROW12_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW13_SPEC

write(|w| ..) method takes userrow13::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow13::USERROW13_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow13::USERROW13_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW14_SPEC

write(|w| ..) method takes userrow14::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow14::USERROW14_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow14::USERROW14_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW15_SPEC

write(|w| ..) method takes userrow15::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow15::USERROW15_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow15::USERROW15_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW16_SPEC

write(|w| ..) method takes userrow16::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow16::USERROW16_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow16::USERROW16_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW17_SPEC

write(|w| ..) method takes userrow17::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow17::USERROW17_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow17::USERROW17_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW18_SPEC

write(|w| ..) method takes userrow18::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow18::USERROW18_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow18::USERROW18_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW19_SPEC

write(|w| ..) method takes userrow19::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow19::USERROW19_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow19::USERROW19_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW20_SPEC

write(|w| ..) method takes userrow20::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow20::USERROW20_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow20::USERROW20_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW21_SPEC

write(|w| ..) method takes userrow21::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow21::USERROW21_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow21::USERROW21_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW22_SPEC

write(|w| ..) method takes userrow22::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow22::USERROW22_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow22::USERROW22_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW23_SPEC

write(|w| ..) method takes userrow23::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow23::USERROW23_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow23::USERROW23_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW24_SPEC

write(|w| ..) method takes userrow24::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow24::USERROW24_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow24::USERROW24_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW25_SPEC

write(|w| ..) method takes userrow25::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow25::USERROW25_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow25::USERROW25_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW26_SPEC

write(|w| ..) method takes userrow26::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow26::USERROW26_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow26::USERROW26_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW27_SPEC

write(|w| ..) method takes userrow27::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow27::USERROW27_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow27::USERROW27_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW28_SPEC

write(|w| ..) method takes userrow28::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow28::USERROW28_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow28::USERROW28_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW29_SPEC

write(|w| ..) method takes userrow29::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow29::USERROW29_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow29::USERROW29_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW30_SPEC

write(|w| ..) method takes userrow30::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow30::USERROW30_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow30::USERROW30_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW31_SPEC

write(|w| ..) method takes userrow31::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow31::USERROW31_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow31::USERROW31_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW32_SPEC

write(|w| ..) method takes userrow32::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow32::USERROW32_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow32::USERROW32_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW33_SPEC

write(|w| ..) method takes userrow33::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow33::USERROW33_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow33::USERROW33_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW34_SPEC

write(|w| ..) method takes userrow34::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow34::USERROW34_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow34::USERROW34_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW35_SPEC

write(|w| ..) method takes userrow35::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow35::USERROW35_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow35::USERROW35_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW36_SPEC

write(|w| ..) method takes userrow36::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow36::USERROW36_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow36::USERROW36_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW37_SPEC

write(|w| ..) method takes userrow37::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow37::USERROW37_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow37::USERROW37_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW38_SPEC

write(|w| ..) method takes userrow38::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow38::USERROW38_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow38::USERROW38_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW39_SPEC

write(|w| ..) method takes userrow39::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow39::USERROW39_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow39::USERROW39_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW40_SPEC

write(|w| ..) method takes userrow40::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow40::USERROW40_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow40::USERROW40_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW41_SPEC

write(|w| ..) method takes userrow41::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow41::USERROW41_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow41::USERROW41_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW42_SPEC

write(|w| ..) method takes userrow42::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow42::USERROW42_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow42::USERROW42_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW43_SPEC

write(|w| ..) method takes userrow43::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow43::USERROW43_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow43::USERROW43_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW44_SPEC

write(|w| ..) method takes userrow44::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow44::USERROW44_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow44::USERROW44_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW45_SPEC

write(|w| ..) method takes userrow45::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow45::USERROW45_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow45::USERROW45_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW46_SPEC

write(|w| ..) method takes userrow46::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow46::USERROW46_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow46::USERROW46_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW47_SPEC

write(|w| ..) method takes userrow47::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow47::USERROW47_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow47::USERROW47_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW48_SPEC

write(|w| ..) method takes userrow48::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow48::USERROW48_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow48::USERROW48_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW49_SPEC

write(|w| ..) method takes userrow49::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow49::USERROW49_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow49::USERROW49_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW50_SPEC

write(|w| ..) method takes userrow50::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow50::USERROW50_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow50::USERROW50_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW51_SPEC

write(|w| ..) method takes userrow51::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow51::USERROW51_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow51::USERROW51_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW52_SPEC

write(|w| ..) method takes userrow52::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow52::USERROW52_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow52::USERROW52_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW53_SPEC

write(|w| ..) method takes userrow53::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow53::USERROW53_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow53::USERROW53_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW54_SPEC

write(|w| ..) method takes userrow54::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow54::USERROW54_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow54::USERROW54_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW55_SPEC

write(|w| ..) method takes userrow55::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow55::USERROW55_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow55::USERROW55_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW56_SPEC

write(|w| ..) method takes userrow56::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow56::USERROW56_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow56::USERROW56_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW57_SPEC

write(|w| ..) method takes userrow57::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow57::USERROW57_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow57::USERROW57_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW58_SPEC

write(|w| ..) method takes userrow58::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow58::USERROW58_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow58::USERROW58_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW59_SPEC

write(|w| ..) method takes userrow59::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow59::USERROW59_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow59::USERROW59_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW60_SPEC

write(|w| ..) method takes userrow60::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow60::USERROW60_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow60::USERROW60_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW61_SPEC

write(|w| ..) method takes userrow61::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow61::USERROW61_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow61::USERROW61_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW62_SPEC

write(|w| ..) method takes userrow62::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow62::USERROW62_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow62::USERROW62_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USERROW63_SPEC

write(|w| ..) method takes userrow63::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow63::USERROW63_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow63::USERROW63_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vporta::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vporta::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vporta::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vporta::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportb::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportb::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportb::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportb::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportc::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportc::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportc::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportc::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportd::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportd::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportd::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportd::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vporte::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vporte::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vporte::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vporte::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportf::dir::DIR_SPEC

write(|w| ..) method takes dir::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportf::in_::IN_SPEC

write(|w| ..) method takes in_::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportf::intflags::INTFLAGS_SPEC

write(|w| ..) method takes intflags::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vportf::out::OUT_SPEC

write(|w| ..) method takes out::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vref::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vref::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vref::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::vref::ctrlb::CTRLB_SPEC

write(|w| ..) method takes ctrlb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vref::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::vref::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::wdt::ctrla::CTRLA_SPEC

write(|w| ..) method takes ctrla::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::wdt::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::wdt::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::atmega4809::wdt::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::wdt::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::atmega4809::wdt::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::ac::acsr::ACSR_SPEC

write(|w| ..) method takes acsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::ac::adcsrb::ADCSRB_SPEC

write(|w| ..) method takes adcsrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::ac::didr0::DIDR0_SPEC

write(|w| ..) method takes didr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::ac::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::ac::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::adc::adc::ADC_SPEC

write(|w| ..) method takes adc::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::attiny85::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::attiny85::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::adc::adcsra::ADCSRA_SPEC

write(|w| ..) method takes adcsra::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::adc::adcsrb::ADCSRB_SPEC

write(|w| ..) method takes adcsrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::adc::admux::ADMUX_SPEC

write(|w| ..) method takes admux::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::adc::didr0::DIDR0_SPEC

write(|w| ..) method takes didr0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::boot_load::spmcsr::SPMCSR_SPEC

write(|w| ..) method takes spmcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::clkpr::CLKPR_SPEC

write(|w| ..) method takes clkpr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DWDR_SPEC

write(|w| ..) method takes dwdr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::dwdr::DWDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::dwdr::DWDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::gpior0::GPIOR0_SPEC

write(|w| ..) method takes gpior0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::gpior1::GPIOR1_SPEC

write(|w| ..) method takes gpior1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::gpior2::GPIOR2_SPEC

write(|w| ..) method takes gpior2::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::mcucr::MCUCR_SPEC

write(|w| ..) method takes mcucr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::mcusr::MCUSR_SPEC

write(|w| ..) method takes mcusr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::osccal::OSCCAL_SPEC

write(|w| ..) method takes osccal::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::pllcsr::PLLCSR_SPEC

write(|w| ..) method takes pllcsr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::pllcsr::PLLCSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::pllcsr::PLLCSR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::cpu::prr::PRR_SPEC

write(|w| ..) method takes prr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::prr::PRR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::prr::PRR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::eeprom::eear::EEAR_SPEC

write(|w| ..) method takes eear::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::attiny85::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x0000): <devices::attiny85::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::eeprom::eecr::EECR_SPEC

write(|w| ..) method takes eecr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::eeprom::eedr::EEDR_SPEC

write(|w| ..) method takes eedr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for GIFR_SPEC

write(|w| ..) method takes gifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::exint::gifr::GIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::exint::gifr::GIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for GIMSK_SPEC

write(|w| ..) method takes gimsk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::exint::gimsk::GIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::exint::gimsk::GIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::exint::mcucr::MCUCR_SPEC

write(|w| ..) method takes mcucr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::exint::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::exint::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for PCMSK_SPEC

write(|w| ..) method takes pcmsk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::exint::pcmsk::PCMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::exint::pcmsk::PCMSK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::fuse::extended::EXTENDED_SPEC

write(|w| ..) method takes extended::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::fuse::high::HIGH_SPEC

write(|w| ..) method takes high::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::fuse::low::LOW_SPEC

write(|w| ..) method takes low::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::lockbit::lockbit::LOCKBIT_SPEC

write(|w| ..) method takes lockbit::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::portb::ddrb::DDRB_SPEC

write(|w| ..) method takes ddrb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::portb::pinb::PINB_SPEC

write(|w| ..) method takes pinb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::portb::portb::PORTB_SPEC

write(|w| ..) method takes portb::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc0::gtccr::GTCCR_SPEC

write(|w| ..) method takes gtccr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc0::ocr0a::OCR0A_SPEC

write(|w| ..) method takes ocr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc0::ocr0b::OCR0B_SPEC

write(|w| ..) method takes ocr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc0::tccr0a::TCCR0A_SPEC

write(|w| ..) method takes tccr0a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc0::tccr0b::TCCR0B_SPEC

write(|w| ..) method takes tccr0b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc0::tcnt0::TCNT0_SPEC

write(|w| ..) method takes tcnt0::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc0::tifr::TIFR_SPEC

write(|w| ..) method takes tifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tifr::TIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tifr::TIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc0::timsk::TIMSK_SPEC

write(|w| ..) method takes timsk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::timsk::TIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::timsk::TIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DT1A_SPEC

write(|w| ..) method takes dt1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dt1a::DT1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dt1a::DT1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DT1B_SPEC

write(|w| ..) method takes dt1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dt1b::DT1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dt1b::DT1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for DTPS_SPEC

write(|w| ..) method takes dtps::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dtps::DTPS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dtps::DTPS_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc1::gtccr::GTCCR_SPEC

write(|w| ..) method takes gtccr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc1::ocr1a::OCR1A_SPEC

write(|w| ..) method takes ocr1a::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc1::ocr1b::OCR1B_SPEC

write(|w| ..) method takes ocr1b::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc1::ocr1c::OCR1C_SPEC

write(|w| ..) method takes ocr1c::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for TCCR1_SPEC

write(|w| ..) method takes tccr1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tccr1::TCCR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tccr1::TCCR1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc1::tcnt1::TCNT1_SPEC

write(|w| ..) method takes tcnt1::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc1::tifr::TIFR_SPEC

write(|w| ..) method takes tifr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tifr::TIFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tifr::TIFR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for avr_device::attiny85::tc1::timsk::TIMSK_SPEC

write(|w| ..) method takes timsk::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::timsk::TIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::timsk::TIMSK_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USIBR_SPEC

write(|w| ..) method takes usibr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usibr::USIBR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usibr::USIBR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USICR_SPEC

write(|w| ..) method takes usicr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usicr::USICR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usicr::USICR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USIDR_SPEC

write(|w| ..) method takes usidr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usidr::USIDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usidr::USIDR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for USISR_SPEC

write(|w| ..) method takes usisr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usisr::USISR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usisr::USISR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W

source§

impl Writable for WDTCR_SPEC

write(|w| ..) method takes wdtcr::W writer structure

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::wdt::wdtcr::WDTCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00): <devices::attiny85::wdt::wdtcr::WDTCR_SPEC as generic::RegisterSpec>::Ux}

source§

type Writer = W