Trait avr_device::generic::Resettable
source · pub trait Resettable: RegisterSpec {
const RESET_VALUE: Self::Ux;
// Provided method
fn reset_value() -> Self::Ux { ... }
}
Expand description
Reset value of the register.
This value is the initial value for the write
method. It can also be directly written to the
register by using the reset
method.
Required Associated Constants§
sourceconst RESET_VALUE: Self::Ux
const RESET_VALUE: Self::Ux
Reset value of the register.
Provided Methods§
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Object Safety§
Implementors§
source§impl Resettable for avr_device::atmega32u4::ac::acsr::ACSR_SPEC
impl Resettable for avr_device::atmega32u4::ac::acsr::ACSR_SPEC
reset()
method sets ACSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::ac::adcsrb::ADCSRB_SPEC
impl Resettable for avr_device::atmega32u4::ac::adcsrb::ADCSRB_SPEC
reset()
method sets ADCSRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::ac::didr1::DIDR1_SPEC
impl Resettable for avr_device::atmega32u4::ac::didr1::DIDR1_SPEC
reset()
method sets DIDR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::adc::adc::ADC_SPEC
impl Resettable for avr_device::atmega32u4::adc::adc::ADC_SPEC
reset()
method sets ADC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::adc::adcsra::ADCSRA_SPEC
impl Resettable for avr_device::atmega32u4::adc::adcsra::ADCSRA_SPEC
reset()
method sets ADCSRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::adc::adcsrb::ADCSRB_SPEC
impl Resettable for avr_device::atmega32u4::adc::adcsrb::ADCSRB_SPEC
reset()
method sets ADCSRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::adc::admux::ADMUX_SPEC
impl Resettable for avr_device::atmega32u4::adc::admux::ADMUX_SPEC
reset()
method sets ADMUX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::adc::didr0::DIDR0_SPEC
impl Resettable for avr_device::atmega32u4::adc::didr0::DIDR0_SPEC
reset()
method sets DIDR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::adc::didr2::DIDR2_SPEC
impl Resettable for avr_device::atmega32u4::adc::didr2::DIDR2_SPEC
reset()
method sets DIDR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::adc::didr2::DIDR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC
impl Resettable for avr_device::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC
reset()
method sets SPMCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::clkpr::CLKPR_SPEC
impl Resettable for avr_device::atmega32u4::cpu::clkpr::CLKPR_SPEC
reset()
method sets CLKPR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLKSEL0_SPEC
impl Resettable for CLKSEL0_SPEC
reset()
method sets CLKSEL0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksel0::CLKSEL0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLKSEL1_SPEC
impl Resettable for CLKSEL1_SPEC
reset()
method sets CLKSEL1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksel1::CLKSEL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLKSTA_SPEC
impl Resettable for CLKSTA_SPEC
reset()
method sets CLKSTA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::clksta::CLKSTA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::eind::EIND_SPEC
impl Resettable for avr_device::atmega32u4::cpu::eind::EIND_SPEC
reset()
method sets EIND to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::eind::EIND_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::gpior0::GPIOR0_SPEC
impl Resettable for avr_device::atmega32u4::cpu::gpior0::GPIOR0_SPEC
reset()
method sets GPIOR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::gpior1::GPIOR1_SPEC
impl Resettable for avr_device::atmega32u4::cpu::gpior1::GPIOR1_SPEC
reset()
method sets GPIOR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::gpior2::GPIOR2_SPEC
impl Resettable for avr_device::atmega32u4::cpu::gpior2::GPIOR2_SPEC
reset()
method sets GPIOR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::mcucr::MCUCR_SPEC
impl Resettable for avr_device::atmega32u4::cpu::mcucr::MCUCR_SPEC
reset()
method sets MCUCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::mcusr::MCUSR_SPEC
impl Resettable for avr_device::atmega32u4::cpu::mcusr::MCUSR_SPEC
reset()
method sets MCUSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::osccal::OSCCAL_SPEC
impl Resettable for avr_device::atmega32u4::cpu::osccal::OSCCAL_SPEC
reset()
method sets OSCCAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::prr0::PRR0_SPEC
impl Resettable for avr_device::atmega32u4::cpu::prr0::PRR0_SPEC
reset()
method sets PRR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::prr0::PRR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::prr1::PRR1_SPEC
impl Resettable for avr_device::atmega32u4::cpu::prr1::PRR1_SPEC
reset()
method sets PRR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::prr1::PRR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::rampz::RAMPZ_SPEC
impl Resettable for avr_device::atmega32u4::cpu::rampz::RAMPZ_SPEC
reset()
method sets RAMPZ to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::rampz::RAMPZ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RCCTRL_SPEC
impl Resettable for RCCTRL_SPEC
reset()
method sets RCCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::rcctrl::RCCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::cpu::smcr::SMCR_SPEC
impl Resettable for avr_device::atmega32u4::cpu::smcr::SMCR_SPEC
reset()
method sets SMCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::eeprom::eear::EEAR_SPEC
impl Resettable for avr_device::atmega32u4::eeprom::eear::EEAR_SPEC
reset()
method sets EEAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::eeprom::eecr::EECR_SPEC
impl Resettable for avr_device::atmega32u4::eeprom::eecr::EECR_SPEC
reset()
method sets EECR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::eeprom::eedr::EEDR_SPEC
impl Resettable for avr_device::atmega32u4::eeprom::eedr::EEDR_SPEC
reset()
method sets EEDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::exint::eicra::EICRA_SPEC
impl Resettable for avr_device::atmega32u4::exint::eicra::EICRA_SPEC
reset()
method sets EICRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::exint::eicrb::EICRB_SPEC
impl Resettable for avr_device::atmega32u4::exint::eicrb::EICRB_SPEC
reset()
method sets EICRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eicrb::EICRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::exint::eifr::EIFR_SPEC
impl Resettable for avr_device::atmega32u4::exint::eifr::EIFR_SPEC
reset()
method sets EIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::exint::eimsk::EIMSK_SPEC
impl Resettable for avr_device::atmega32u4::exint::eimsk::EIMSK_SPEC
reset()
method sets EIMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::exint::pcicr::PCICR_SPEC
impl Resettable for avr_device::atmega32u4::exint::pcicr::PCICR_SPEC
reset()
method sets PCICR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::exint::pcifr::PCIFR_SPEC
impl Resettable for avr_device::atmega32u4::exint::pcifr::PCIFR_SPEC
reset()
method sets PCIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::exint::pcmsk0::PCMSK0_SPEC
impl Resettable for avr_device::atmega32u4::exint::pcmsk0::PCMSK0_SPEC
reset()
method sets PCMSK0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::fuse::extended::EXTENDED_SPEC
impl Resettable for avr_device::atmega32u4::fuse::extended::EXTENDED_SPEC
reset()
method sets EXTENDED to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::fuse::high::HIGH_SPEC
impl Resettable for avr_device::atmega32u4::fuse::high::HIGH_SPEC
reset()
method sets HIGH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::fuse::low::LOW_SPEC
impl Resettable for avr_device::atmega32u4::fuse::low::LOW_SPEC
reset()
method sets LOW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::jtag::mcucr::MCUCR_SPEC
impl Resettable for avr_device::atmega32u4::jtag::mcucr::MCUCR_SPEC
reset()
method sets MCUCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::jtag::mcusr::MCUSR_SPEC
impl Resettable for avr_device::atmega32u4::jtag::mcusr::MCUSR_SPEC
reset()
method sets MCUSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::jtag::ocdr::OCDR_SPEC
impl Resettable for avr_device::atmega32u4::jtag::ocdr::OCDR_SPEC
reset()
method sets OCDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::jtag::ocdr::OCDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC
impl Resettable for avr_device::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC
reset()
method sets LOCKBIT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::pll::pllcsr::PLLCSR_SPEC
impl Resettable for avr_device::atmega32u4::pll::pllcsr::PLLCSR_SPEC
reset()
method sets PLLCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::pll::pllcsr::PLLCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PLLFRQ_SPEC
impl Resettable for PLLFRQ_SPEC
reset()
method sets PLLFRQ to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::pll::pllfrq::PLLFRQ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portb::ddrb::DDRB_SPEC
impl Resettable for avr_device::atmega32u4::portb::ddrb::DDRB_SPEC
reset()
method sets DDRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portb::pinb::PINB_SPEC
impl Resettable for avr_device::atmega32u4::portb::pinb::PINB_SPEC
reset()
method sets PINB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portb::portb::PORTB_SPEC
impl Resettable for avr_device::atmega32u4::portb::portb::PORTB_SPEC
reset()
method sets PORTB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portc::ddrc::DDRC_SPEC
impl Resettable for avr_device::atmega32u4::portc::ddrc::DDRC_SPEC
reset()
method sets DDRC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portc::pinc::PINC_SPEC
impl Resettable for avr_device::atmega32u4::portc::pinc::PINC_SPEC
reset()
method sets PINC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portc::portc::PORTC_SPEC
impl Resettable for avr_device::atmega32u4::portc::portc::PORTC_SPEC
reset()
method sets PORTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portd::ddrd::DDRD_SPEC
impl Resettable for avr_device::atmega32u4::portd::ddrd::DDRD_SPEC
reset()
method sets DDRD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portd::pind::PIND_SPEC
impl Resettable for avr_device::atmega32u4::portd::pind::PIND_SPEC
reset()
method sets PIND to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portd::portd::PORTD_SPEC
impl Resettable for avr_device::atmega32u4::portd::portd::PORTD_SPEC
reset()
method sets PORTD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::porte::ddre::DDRE_SPEC
impl Resettable for avr_device::atmega32u4::porte::ddre::DDRE_SPEC
reset()
method sets DDRE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::ddre::DDRE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::porte::pine::PINE_SPEC
impl Resettable for avr_device::atmega32u4::porte::pine::PINE_SPEC
reset()
method sets PINE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::pine::PINE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::porte::porte::PORTE_SPEC
impl Resettable for avr_device::atmega32u4::porte::porte::PORTE_SPEC
reset()
method sets PORTE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::porte::porte::PORTE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portf::ddrf::DDRF_SPEC
impl Resettable for avr_device::atmega32u4::portf::ddrf::DDRF_SPEC
reset()
method sets DDRF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::ddrf::DDRF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portf::pinf::PINF_SPEC
impl Resettable for avr_device::atmega32u4::portf::pinf::PINF_SPEC
reset()
method sets PINF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::pinf::PINF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::portf::portf::PORTF_SPEC
impl Resettable for avr_device::atmega32u4::portf::portf::PORTF_SPEC
reset()
method sets PORTF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::portf::portf::PORTF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::spi::spcr::SPCR_SPEC
impl Resettable for avr_device::atmega32u4::spi::spcr::SPCR_SPEC
reset()
method sets SPCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::spi::spdr::SPDR_SPEC
impl Resettable for avr_device::atmega32u4::spi::spdr::SPDR_SPEC
reset()
method sets SPDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::spi::spsr::SPSR_SPEC
impl Resettable for avr_device::atmega32u4::spi::spsr::SPSR_SPEC
reset()
method sets SPSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc0::gtccr::GTCCR_SPEC
impl Resettable for avr_device::atmega32u4::tc0::gtccr::GTCCR_SPEC
reset()
method sets GTCCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc0::ocr0a::OCR0A_SPEC
impl Resettable for avr_device::atmega32u4::tc0::ocr0a::OCR0A_SPEC
reset()
method sets OCR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc0::ocr0b::OCR0B_SPEC
impl Resettable for avr_device::atmega32u4::tc0::ocr0b::OCR0B_SPEC
reset()
method sets OCR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc0::tccr0a::TCCR0A_SPEC
impl Resettable for avr_device::atmega32u4::tc0::tccr0a::TCCR0A_SPEC
reset()
method sets TCCR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc0::tccr0b::TCCR0B_SPEC
impl Resettable for avr_device::atmega32u4::tc0::tccr0b::TCCR0B_SPEC
reset()
method sets TCCR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc0::tcnt0::TCNT0_SPEC
impl Resettable for avr_device::atmega32u4::tc0::tcnt0::TCNT0_SPEC
reset()
method sets TCNT0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc0::tifr0::TIFR0_SPEC
impl Resettable for avr_device::atmega32u4::tc0::tifr0::TIFR0_SPEC
reset()
method sets TIFR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc0::timsk0::TIMSK0_SPEC
impl Resettable for avr_device::atmega32u4::tc0::timsk0::TIMSK0_SPEC
reset()
method sets TIMSK0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::icr1::ICR1_SPEC
impl Resettable for avr_device::atmega32u4::tc1::icr1::ICR1_SPEC
reset()
method sets ICR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::ocr1a::OCR1A_SPEC
impl Resettable for avr_device::atmega32u4::tc1::ocr1a::OCR1A_SPEC
reset()
method sets OCR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::ocr1b::OCR1B_SPEC
impl Resettable for avr_device::atmega32u4::tc1::ocr1b::OCR1B_SPEC
reset()
method sets OCR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::ocr1c::OCR1C_SPEC
impl Resettable for avr_device::atmega32u4::tc1::ocr1c::OCR1C_SPEC
reset()
method sets OCR1C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::tccr1a::TCCR1A_SPEC
impl Resettable for avr_device::atmega32u4::tc1::tccr1a::TCCR1A_SPEC
reset()
method sets TCCR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::tccr1b::TCCR1B_SPEC
impl Resettable for avr_device::atmega32u4::tc1::tccr1b::TCCR1B_SPEC
reset()
method sets TCCR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::tccr1c::TCCR1C_SPEC
impl Resettable for avr_device::atmega32u4::tc1::tccr1c::TCCR1C_SPEC
reset()
method sets TCCR1C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::tcnt1::TCNT1_SPEC
impl Resettable for avr_device::atmega32u4::tc1::tcnt1::TCNT1_SPEC
reset()
method sets TCNT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::tifr1::TIFR1_SPEC
impl Resettable for avr_device::atmega32u4::tc1::tifr1::TIFR1_SPEC
reset()
method sets TIFR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc1::timsk1::TIMSK1_SPEC
impl Resettable for avr_device::atmega32u4::tc1::timsk1::TIMSK1_SPEC
reset()
method sets TIMSK1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::icr3::ICR3_SPEC
impl Resettable for avr_device::atmega32u4::tc3::icr3::ICR3_SPEC
reset()
method sets ICR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::icr3::ICR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::ocr3a::OCR3A_SPEC
impl Resettable for avr_device::atmega32u4::tc3::ocr3a::OCR3A_SPEC
reset()
method sets OCR3A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3a::OCR3A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::ocr3b::OCR3B_SPEC
impl Resettable for avr_device::atmega32u4::tc3::ocr3b::OCR3B_SPEC
reset()
method sets OCR3B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3b::OCR3B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::ocr3c::OCR3C_SPEC
impl Resettable for avr_device::atmega32u4::tc3::ocr3c::OCR3C_SPEC
reset()
method sets OCR3C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::ocr3c::OCR3C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::tccr3a::TCCR3A_SPEC
impl Resettable for avr_device::atmega32u4::tc3::tccr3a::TCCR3A_SPEC
reset()
method sets TCCR3A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3a::TCCR3A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::tccr3b::TCCR3B_SPEC
impl Resettable for avr_device::atmega32u4::tc3::tccr3b::TCCR3B_SPEC
reset()
method sets TCCR3B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3b::TCCR3B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::tccr3c::TCCR3C_SPEC
impl Resettable for avr_device::atmega32u4::tc3::tccr3c::TCCR3C_SPEC
reset()
method sets TCCR3C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tccr3c::TCCR3C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::tcnt3::TCNT3_SPEC
impl Resettable for avr_device::atmega32u4::tc3::tcnt3::TCNT3_SPEC
reset()
method sets TCNT3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::tc3::tcnt3::TCNT3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::tifr3::TIFR3_SPEC
impl Resettable for avr_device::atmega32u4::tc3::tifr3::TIFR3_SPEC
reset()
method sets TIFR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::tifr3::TIFR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc3::timsk3::TIMSK3_SPEC
impl Resettable for avr_device::atmega32u4::tc3::timsk3::TIMSK3_SPEC
reset()
method sets TIMSK3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc3::timsk3::TIMSK3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DT4_SPEC
impl Resettable for DT4_SPEC
reset()
method sets DT4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::dt4::DT4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::ocr4a::OCR4A_SPEC
impl Resettable for avr_device::atmega32u4::tc4::ocr4a::OCR4A_SPEC
reset()
method sets OCR4A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4a::OCR4A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::ocr4b::OCR4B_SPEC
impl Resettable for avr_device::atmega32u4::tc4::ocr4b::OCR4B_SPEC
reset()
method sets OCR4B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4b::OCR4B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::ocr4c::OCR4C_SPEC
impl Resettable for avr_device::atmega32u4::tc4::ocr4c::OCR4C_SPEC
reset()
method sets OCR4C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4c::OCR4C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCR4D_SPEC
impl Resettable for OCR4D_SPEC
reset()
method sets OCR4D to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::ocr4d::OCR4D_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TC4H_SPEC
impl Resettable for TC4H_SPEC
reset()
method sets TC4H to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tc4h::TC4H_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::tccr4a::TCCR4A_SPEC
impl Resettable for avr_device::atmega32u4::tc4::tccr4a::TCCR4A_SPEC
reset()
method sets TCCR4A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4a::TCCR4A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::tccr4b::TCCR4B_SPEC
impl Resettable for avr_device::atmega32u4::tc4::tccr4b::TCCR4B_SPEC
reset()
method sets TCCR4B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4b::TCCR4B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::tccr4c::TCCR4C_SPEC
impl Resettable for avr_device::atmega32u4::tc4::tccr4c::TCCR4C_SPEC
reset()
method sets TCCR4C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4c::TCCR4C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCCR4D_SPEC
impl Resettable for TCCR4D_SPEC
reset()
method sets TCCR4D to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4d::TCCR4D_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCCR4E_SPEC
impl Resettable for TCCR4E_SPEC
reset()
method sets TCCR4E to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tccr4e::TCCR4E_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::tcnt4::TCNT4_SPEC
impl Resettable for avr_device::atmega32u4::tc4::tcnt4::TCNT4_SPEC
reset()
method sets TCNT4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tcnt4::TCNT4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::tifr4::TIFR4_SPEC
impl Resettable for avr_device::atmega32u4::tc4::tifr4::TIFR4_SPEC
reset()
method sets TIFR4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::tifr4::TIFR4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::tc4::timsk4::TIMSK4_SPEC
impl Resettable for avr_device::atmega32u4::tc4::timsk4::TIMSK4_SPEC
reset()
method sets TIMSK4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::tc4::timsk4::TIMSK4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::twi::twamr::TWAMR_SPEC
impl Resettable for avr_device::atmega32u4::twi::twamr::TWAMR_SPEC
reset()
method sets TWAMR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::twi::twar::TWAR_SPEC
impl Resettable for avr_device::atmega32u4::twi::twar::TWAR_SPEC
reset()
method sets TWAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::twi::twbr::TWBR_SPEC
impl Resettable for avr_device::atmega32u4::twi::twbr::TWBR_SPEC
reset()
method sets TWBR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::twi::twcr::TWCR_SPEC
impl Resettable for avr_device::atmega32u4::twi::twcr::TWCR_SPEC
reset()
method sets TWCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::twi::twdr::TWDR_SPEC
impl Resettable for avr_device::atmega32u4::twi::twdr::TWDR_SPEC
reset()
method sets TWDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::twi::twsr::TWSR_SPEC
impl Resettable for avr_device::atmega32u4::twi::twsr::TWSR_SPEC
reset()
method sets TWSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::usart1::ubrr1::UBRR1_SPEC
impl Resettable for avr_device::atmega32u4::usart1::ubrr1::UBRR1_SPEC
reset()
method sets UBRR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::usart1::ubrr1::UBRR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC
impl Resettable for avr_device::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC
reset()
method sets UCSR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC
impl Resettable for avr_device::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC
reset()
method sets UCSR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC
impl Resettable for avr_device::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC
reset()
method sets UCSR1C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UCSR1D_SPEC
impl Resettable for UCSR1D_SPEC
reset()
method sets UCSR1D to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::ucsr1d::UCSR1D_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::usart1::udr1::UDR1_SPEC
impl Resettable for avr_device::atmega32u4::usart1::udr1::UDR1_SPEC
reset()
method sets UDR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usart1::udr1::UDR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UDADDR_SPEC
impl Resettable for UDADDR_SPEC
reset()
method sets UDADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udaddr::UDADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UDCON_SPEC
impl Resettable for UDCON_SPEC
reset()
method sets UDCON to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udcon::UDCON_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UDFNUM_SPEC
impl Resettable for UDFNUM_SPEC
reset()
method sets UDFNUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega32u4::usb_device::udfnum::UDFNUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UDIEN_SPEC
impl Resettable for UDIEN_SPEC
reset()
method sets UDIEN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udien::UDIEN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UDINT_SPEC
impl Resettable for UDINT_SPEC
reset()
method sets UDINT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udint::UDINT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UDMFN_SPEC
impl Resettable for UDMFN_SPEC
reset()
method sets UDMFN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::udmfn::UDMFN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UEBCHX_SPEC
impl Resettable for UEBCHX_SPEC
reset()
method sets UEBCHX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uebchx::UEBCHX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UEBCLX_SPEC
impl Resettable for UEBCLX_SPEC
reset()
method sets UEBCLX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uebclx::UEBCLX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UECFG0X_SPEC
impl Resettable for UECFG0X_SPEC
reset()
method sets UECFG0X to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uecfg0x::UECFG0X_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UECFG1X_SPEC
impl Resettable for UECFG1X_SPEC
reset()
method sets UECFG1X to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uecfg1x::UECFG1X_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UECONX_SPEC
impl Resettable for UECONX_SPEC
reset()
method sets UECONX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueconx::UECONX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UEDATX_SPEC
impl Resettable for UEDATX_SPEC
reset()
method sets UEDATX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uedatx::UEDATX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UEIENX_SPEC
impl Resettable for UEIENX_SPEC
reset()
method sets UEIENX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueienx::UEIENX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UEINT_SPEC
impl Resettable for UEINT_SPEC
reset()
method sets UEINT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueint::UEINT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UEINTX_SPEC
impl Resettable for UEINTX_SPEC
reset()
method sets UEINTX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::ueintx::UEINTX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UENUM_SPEC
impl Resettable for UENUM_SPEC
reset()
method sets UENUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uenum::UENUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UERST_SPEC
impl Resettable for UERST_SPEC
reset()
method sets UERST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uerst::UERST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UESTA0X_SPEC
impl Resettable for UESTA0X_SPEC
reset()
method sets UESTA0X to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uesta0x::UESTA0X_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UESTA1X_SPEC
impl Resettable for UESTA1X_SPEC
reset()
method sets UESTA1X to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uesta1x::UESTA1X_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UHWCON_SPEC
impl Resettable for UHWCON_SPEC
reset()
method sets UHWCON to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::uhwcon::UHWCON_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USBCON_SPEC
impl Resettable for USBCON_SPEC
reset()
method sets USBCON to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbcon::USBCON_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USBINT_SPEC
impl Resettable for USBINT_SPEC
reset()
method sets USBINT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbint::USBINT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USBSTA_SPEC
impl Resettable for USBSTA_SPEC
reset()
method sets USBSTA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::usb_device::usbsta::USBSTA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC
impl Resettable for avr_device::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC
reset()
method sets WDTCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::ac::acsr::ACSR_SPEC
impl Resettable for avr_device::atmega328p::ac::acsr::ACSR_SPEC
reset()
method sets ACSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::ac::didr1::DIDR1_SPEC
impl Resettable for avr_device::atmega328p::ac::didr1::DIDR1_SPEC
reset()
method sets DIDR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::adc::adc::ADC_SPEC
impl Resettable for avr_device::atmega328p::adc::adc::ADC_SPEC
reset()
method sets ADC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega328p::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::adc::adcsra::ADCSRA_SPEC
impl Resettable for avr_device::atmega328p::adc::adcsra::ADCSRA_SPEC
reset()
method sets ADCSRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::adc::adcsrb::ADCSRB_SPEC
impl Resettable for avr_device::atmega328p::adc::adcsrb::ADCSRB_SPEC
reset()
method sets ADCSRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::adc::admux::ADMUX_SPEC
impl Resettable for avr_device::atmega328p::adc::admux::ADMUX_SPEC
reset()
method sets ADMUX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::adc::didr0::DIDR0_SPEC
impl Resettable for avr_device::atmega328p::adc::didr0::DIDR0_SPEC
reset()
method sets DIDR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::clkpr::CLKPR_SPEC
impl Resettable for avr_device::atmega328p::cpu::clkpr::CLKPR_SPEC
reset()
method sets CLKPR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::gpior0::GPIOR0_SPEC
impl Resettable for avr_device::atmega328p::cpu::gpior0::GPIOR0_SPEC
reset()
method sets GPIOR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::gpior1::GPIOR1_SPEC
impl Resettable for avr_device::atmega328p::cpu::gpior1::GPIOR1_SPEC
reset()
method sets GPIOR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::gpior2::GPIOR2_SPEC
impl Resettable for avr_device::atmega328p::cpu::gpior2::GPIOR2_SPEC
reset()
method sets GPIOR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::mcucr::MCUCR_SPEC
impl Resettable for avr_device::atmega328p::cpu::mcucr::MCUCR_SPEC
reset()
method sets MCUCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::mcusr::MCUSR_SPEC
impl Resettable for avr_device::atmega328p::cpu::mcusr::MCUSR_SPEC
reset()
method sets MCUSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::osccal::OSCCAL_SPEC
impl Resettable for avr_device::atmega328p::cpu::osccal::OSCCAL_SPEC
reset()
method sets OSCCAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::prr::PRR_SPEC
impl Resettable for avr_device::atmega328p::cpu::prr::PRR_SPEC
reset()
method sets PRR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::prr::PRR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::smcr::SMCR_SPEC
impl Resettable for avr_device::atmega328p::cpu::smcr::SMCR_SPEC
reset()
method sets SMCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::cpu::spmcsr::SPMCSR_SPEC
impl Resettable for avr_device::atmega328p::cpu::spmcsr::SPMCSR_SPEC
reset()
method sets SPMCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::cpu::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::eeprom::eear::EEAR_SPEC
impl Resettable for avr_device::atmega328p::eeprom::eear::EEAR_SPEC
reset()
method sets EEAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega328p::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::eeprom::eecr::EECR_SPEC
impl Resettable for avr_device::atmega328p::eeprom::eecr::EECR_SPEC
reset()
method sets EECR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::eeprom::eedr::EEDR_SPEC
impl Resettable for avr_device::atmega328p::eeprom::eedr::EEDR_SPEC
reset()
method sets EEDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::exint::eicra::EICRA_SPEC
impl Resettable for avr_device::atmega328p::exint::eicra::EICRA_SPEC
reset()
method sets EICRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::exint::eifr::EIFR_SPEC
impl Resettable for avr_device::atmega328p::exint::eifr::EIFR_SPEC
reset()
method sets EIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::exint::eimsk::EIMSK_SPEC
impl Resettable for avr_device::atmega328p::exint::eimsk::EIMSK_SPEC
reset()
method sets EIMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::exint::pcicr::PCICR_SPEC
impl Resettable for avr_device::atmega328p::exint::pcicr::PCICR_SPEC
reset()
method sets PCICR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::exint::pcifr::PCIFR_SPEC
impl Resettable for avr_device::atmega328p::exint::pcifr::PCIFR_SPEC
reset()
method sets PCIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::exint::pcmsk0::PCMSK0_SPEC
impl Resettable for avr_device::atmega328p::exint::pcmsk0::PCMSK0_SPEC
reset()
method sets PCMSK0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::exint::pcmsk1::PCMSK1_SPEC
impl Resettable for avr_device::atmega328p::exint::pcmsk1::PCMSK1_SPEC
reset()
method sets PCMSK1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk1::PCMSK1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::exint::pcmsk2::PCMSK2_SPEC
impl Resettable for avr_device::atmega328p::exint::pcmsk2::PCMSK2_SPEC
reset()
method sets PCMSK2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::exint::pcmsk2::PCMSK2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::fuse::extended::EXTENDED_SPEC
impl Resettable for avr_device::atmega328p::fuse::extended::EXTENDED_SPEC
reset()
method sets EXTENDED to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::fuse::high::HIGH_SPEC
impl Resettable for avr_device::atmega328p::fuse::high::HIGH_SPEC
reset()
method sets HIGH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::fuse::low::LOW_SPEC
impl Resettable for avr_device::atmega328p::fuse::low::LOW_SPEC
reset()
method sets LOW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::lockbit::lockbit::LOCKBIT_SPEC
impl Resettable for avr_device::atmega328p::lockbit::lockbit::LOCKBIT_SPEC
reset()
method sets LOCKBIT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portb::ddrb::DDRB_SPEC
impl Resettable for avr_device::atmega328p::portb::ddrb::DDRB_SPEC
reset()
method sets DDRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portb::pinb::PINB_SPEC
impl Resettable for avr_device::atmega328p::portb::pinb::PINB_SPEC
reset()
method sets PINB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portb::portb::PORTB_SPEC
impl Resettable for avr_device::atmega328p::portb::portb::PORTB_SPEC
reset()
method sets PORTB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portc::ddrc::DDRC_SPEC
impl Resettable for avr_device::atmega328p::portc::ddrc::DDRC_SPEC
reset()
method sets DDRC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portc::pinc::PINC_SPEC
impl Resettable for avr_device::atmega328p::portc::pinc::PINC_SPEC
reset()
method sets PINC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portc::portc::PORTC_SPEC
impl Resettable for avr_device::atmega328p::portc::portc::PORTC_SPEC
reset()
method sets PORTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portd::ddrd::DDRD_SPEC
impl Resettable for avr_device::atmega328p::portd::ddrd::DDRD_SPEC
reset()
method sets DDRD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portd::pind::PIND_SPEC
impl Resettable for avr_device::atmega328p::portd::pind::PIND_SPEC
reset()
method sets PIND to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::portd::portd::PORTD_SPEC
impl Resettable for avr_device::atmega328p::portd::portd::PORTD_SPEC
reset()
method sets PORTD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::spi::spcr::SPCR_SPEC
impl Resettable for avr_device::atmega328p::spi::spcr::SPCR_SPEC
reset()
method sets SPCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::spi::spdr::SPDR_SPEC
impl Resettable for avr_device::atmega328p::spi::spdr::SPDR_SPEC
reset()
method sets SPDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::spi::spsr::SPSR_SPEC
impl Resettable for avr_device::atmega328p::spi::spsr::SPSR_SPEC
reset()
method sets SPSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc0::gtccr::GTCCR_SPEC
impl Resettable for avr_device::atmega328p::tc0::gtccr::GTCCR_SPEC
reset()
method sets GTCCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc0::ocr0a::OCR0A_SPEC
impl Resettable for avr_device::atmega328p::tc0::ocr0a::OCR0A_SPEC
reset()
method sets OCR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc0::ocr0b::OCR0B_SPEC
impl Resettable for avr_device::atmega328p::tc0::ocr0b::OCR0B_SPEC
reset()
method sets OCR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc0::tccr0a::TCCR0A_SPEC
impl Resettable for avr_device::atmega328p::tc0::tccr0a::TCCR0A_SPEC
reset()
method sets TCCR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc0::tccr0b::TCCR0B_SPEC
impl Resettable for avr_device::atmega328p::tc0::tccr0b::TCCR0B_SPEC
reset()
method sets TCCR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc0::tcnt0::TCNT0_SPEC
impl Resettable for avr_device::atmega328p::tc0::tcnt0::TCNT0_SPEC
reset()
method sets TCNT0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc0::tifr0::TIFR0_SPEC
impl Resettable for avr_device::atmega328p::tc0::tifr0::TIFR0_SPEC
reset()
method sets TIFR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc0::timsk0::TIMSK0_SPEC
impl Resettable for avr_device::atmega328p::tc0::timsk0::TIMSK0_SPEC
reset()
method sets TIMSK0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::gtccr::GTCCR_SPEC
impl Resettable for avr_device::atmega328p::tc1::gtccr::GTCCR_SPEC
reset()
method sets GTCCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::icr1::ICR1_SPEC
impl Resettable for avr_device::atmega328p::tc1::icr1::ICR1_SPEC
reset()
method sets ICR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::ocr1a::OCR1A_SPEC
impl Resettable for avr_device::atmega328p::tc1::ocr1a::OCR1A_SPEC
reset()
method sets OCR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::ocr1b::OCR1B_SPEC
impl Resettable for avr_device::atmega328p::tc1::ocr1b::OCR1B_SPEC
reset()
method sets OCR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::tccr1a::TCCR1A_SPEC
impl Resettable for avr_device::atmega328p::tc1::tccr1a::TCCR1A_SPEC
reset()
method sets TCCR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::tccr1b::TCCR1B_SPEC
impl Resettable for avr_device::atmega328p::tc1::tccr1b::TCCR1B_SPEC
reset()
method sets TCCR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::tccr1c::TCCR1C_SPEC
impl Resettable for avr_device::atmega328p::tc1::tccr1c::TCCR1C_SPEC
reset()
method sets TCCR1C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::tcnt1::TCNT1_SPEC
impl Resettable for avr_device::atmega328p::tc1::tcnt1::TCNT1_SPEC
reset()
method sets TCNT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega328p::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::tifr1::TIFR1_SPEC
impl Resettable for avr_device::atmega328p::tc1::tifr1::TIFR1_SPEC
reset()
method sets TIFR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc1::timsk1::TIMSK1_SPEC
impl Resettable for avr_device::atmega328p::tc1::timsk1::TIMSK1_SPEC
reset()
method sets TIMSK1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::assr::ASSR_SPEC
impl Resettable for avr_device::atmega328p::tc2::assr::ASSR_SPEC
reset()
method sets ASSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::assr::ASSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::gtccr::GTCCR_SPEC
impl Resettable for avr_device::atmega328p::tc2::gtccr::GTCCR_SPEC
reset()
method sets GTCCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::ocr2a::OCR2A_SPEC
impl Resettable for avr_device::atmega328p::tc2::ocr2a::OCR2A_SPEC
reset()
method sets OCR2A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::ocr2a::OCR2A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::ocr2b::OCR2B_SPEC
impl Resettable for avr_device::atmega328p::tc2::ocr2b::OCR2B_SPEC
reset()
method sets OCR2B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::ocr2b::OCR2B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::tccr2a::TCCR2A_SPEC
impl Resettable for avr_device::atmega328p::tc2::tccr2a::TCCR2A_SPEC
reset()
method sets TCCR2A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tccr2a::TCCR2A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::tccr2b::TCCR2B_SPEC
impl Resettable for avr_device::atmega328p::tc2::tccr2b::TCCR2B_SPEC
reset()
method sets TCCR2B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tccr2b::TCCR2B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::tcnt2::TCNT2_SPEC
impl Resettable for avr_device::atmega328p::tc2::tcnt2::TCNT2_SPEC
reset()
method sets TCNT2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tcnt2::TCNT2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::tifr2::TIFR2_SPEC
impl Resettable for avr_device::atmega328p::tc2::tifr2::TIFR2_SPEC
reset()
method sets TIFR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::tifr2::TIFR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::tc2::timsk2::TIMSK2_SPEC
impl Resettable for avr_device::atmega328p::tc2::timsk2::TIMSK2_SPEC
reset()
method sets TIMSK2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::tc2::timsk2::TIMSK2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::twi::twamr::TWAMR_SPEC
impl Resettable for avr_device::atmega328p::twi::twamr::TWAMR_SPEC
reset()
method sets TWAMR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::twi::twar::TWAR_SPEC
impl Resettable for avr_device::atmega328p::twi::twar::TWAR_SPEC
reset()
method sets TWAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::twi::twbr::TWBR_SPEC
impl Resettable for avr_device::atmega328p::twi::twbr::TWBR_SPEC
reset()
method sets TWBR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::twi::twcr::TWCR_SPEC
impl Resettable for avr_device::atmega328p::twi::twcr::TWCR_SPEC
reset()
method sets TWCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::twi::twdr::TWDR_SPEC
impl Resettable for avr_device::atmega328p::twi::twdr::TWDR_SPEC
reset()
method sets TWDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::twi::twsr::TWSR_SPEC
impl Resettable for avr_device::atmega328p::twi::twsr::TWSR_SPEC
reset()
method sets TWSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::usart0::ubrr0::UBRR0_SPEC
impl Resettable for avr_device::atmega328p::usart0::ubrr0::UBRR0_SPEC
reset()
method sets UBRR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega328p::usart0::ubrr0::UBRR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::usart0::ucsr0a::UCSR0A_SPEC
impl Resettable for avr_device::atmega328p::usart0::ucsr0a::UCSR0A_SPEC
reset()
method sets UCSR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0a::UCSR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::usart0::ucsr0b::UCSR0B_SPEC
impl Resettable for avr_device::atmega328p::usart0::ucsr0b::UCSR0B_SPEC
reset()
method sets UCSR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0b::UCSR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::usart0::ucsr0c::UCSR0C_SPEC
impl Resettable for avr_device::atmega328p::usart0::ucsr0c::UCSR0C_SPEC
reset()
method sets UCSR0C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::ucsr0c::UCSR0C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::usart0::udr0::UDR0_SPEC
impl Resettable for avr_device::atmega328p::usart0::udr0::UDR0_SPEC
reset()
method sets UDR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::usart0::udr0::UDR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega328p::wdt::wdtcsr::WDTCSR_SPEC
impl Resettable for avr_device::atmega328p::wdt::wdtcsr::WDTCSR_SPEC
reset()
method sets WDTCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega328p::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::ac::acsr::ACSR_SPEC
impl Resettable for avr_device::atmega2560::ac::acsr::ACSR_SPEC
reset()
method sets ACSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::ac::adcsrb::ADCSRB_SPEC
impl Resettable for avr_device::atmega2560::ac::adcsrb::ADCSRB_SPEC
reset()
method sets ADCSRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::ac::didr1::DIDR1_SPEC
impl Resettable for avr_device::atmega2560::ac::didr1::DIDR1_SPEC
reset()
method sets DIDR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::ac::didr1::DIDR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::adc::adc::ADC_SPEC
impl Resettable for avr_device::atmega2560::adc::adc::ADC_SPEC
reset()
method sets ADC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::adc::adcsra::ADCSRA_SPEC
impl Resettable for avr_device::atmega2560::adc::adcsra::ADCSRA_SPEC
reset()
method sets ADCSRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::adc::adcsrb::ADCSRB_SPEC
impl Resettable for avr_device::atmega2560::adc::adcsrb::ADCSRB_SPEC
reset()
method sets ADCSRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::adc::admux::ADMUX_SPEC
impl Resettable for avr_device::atmega2560::adc::admux::ADMUX_SPEC
reset()
method sets ADMUX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::adc::didr0::DIDR0_SPEC
impl Resettable for avr_device::atmega2560::adc::didr0::DIDR0_SPEC
reset()
method sets DIDR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::adc::didr2::DIDR2_SPEC
impl Resettable for avr_device::atmega2560::adc::didr2::DIDR2_SPEC
reset()
method sets DIDR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::adc::didr2::DIDR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::boot_load::spmcsr::SPMCSR_SPEC
impl Resettable for avr_device::atmega2560::boot_load::spmcsr::SPMCSR_SPEC
reset()
method sets SPMCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::clkpr::CLKPR_SPEC
impl Resettable for avr_device::atmega2560::cpu::clkpr::CLKPR_SPEC
reset()
method sets CLKPR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::eind::EIND_SPEC
impl Resettable for avr_device::atmega2560::cpu::eind::EIND_SPEC
reset()
method sets EIND to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::eind::EIND_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::gpior0::GPIOR0_SPEC
impl Resettable for avr_device::atmega2560::cpu::gpior0::GPIOR0_SPEC
reset()
method sets GPIOR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::gpior1::GPIOR1_SPEC
impl Resettable for avr_device::atmega2560::cpu::gpior1::GPIOR1_SPEC
reset()
method sets GPIOR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::gpior2::GPIOR2_SPEC
impl Resettable for avr_device::atmega2560::cpu::gpior2::GPIOR2_SPEC
reset()
method sets GPIOR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::mcucr::MCUCR_SPEC
impl Resettable for avr_device::atmega2560::cpu::mcucr::MCUCR_SPEC
reset()
method sets MCUCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::mcusr::MCUSR_SPEC
impl Resettable for avr_device::atmega2560::cpu::mcusr::MCUSR_SPEC
reset()
method sets MCUSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::osccal::OSCCAL_SPEC
impl Resettable for avr_device::atmega2560::cpu::osccal::OSCCAL_SPEC
reset()
method sets OSCCAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::prr0::PRR0_SPEC
impl Resettable for avr_device::atmega2560::cpu::prr0::PRR0_SPEC
reset()
method sets PRR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::prr0::PRR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::prr1::PRR1_SPEC
impl Resettable for avr_device::atmega2560::cpu::prr1::PRR1_SPEC
reset()
method sets PRR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::prr1::PRR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::rampz::RAMPZ_SPEC
impl Resettable for avr_device::atmega2560::cpu::rampz::RAMPZ_SPEC
reset()
method sets RAMPZ to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::rampz::RAMPZ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::cpu::smcr::SMCR_SPEC
impl Resettable for avr_device::atmega2560::cpu::smcr::SMCR_SPEC
reset()
method sets SMCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::smcr::SMCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XMCRA_SPEC
impl Resettable for XMCRA_SPEC
reset()
method sets XMCRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::xmcra::XMCRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XMCRB_SPEC
impl Resettable for XMCRB_SPEC
reset()
method sets XMCRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::cpu::xmcrb::XMCRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::eeprom::eear::EEAR_SPEC
impl Resettable for avr_device::atmega2560::eeprom::eear::EEAR_SPEC
reset()
method sets EEAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::eeprom::eecr::EECR_SPEC
impl Resettable for avr_device::atmega2560::eeprom::eecr::EECR_SPEC
reset()
method sets EECR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::eeprom::eedr::EEDR_SPEC
impl Resettable for avr_device::atmega2560::eeprom::eedr::EEDR_SPEC
reset()
method sets EEDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::eicra::EICRA_SPEC
impl Resettable for avr_device::atmega2560::exint::eicra::EICRA_SPEC
reset()
method sets EICRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eicra::EICRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::eicrb::EICRB_SPEC
impl Resettable for avr_device::atmega2560::exint::eicrb::EICRB_SPEC
reset()
method sets EICRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eicrb::EICRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::eifr::EIFR_SPEC
impl Resettable for avr_device::atmega2560::exint::eifr::EIFR_SPEC
reset()
method sets EIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eifr::EIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::eimsk::EIMSK_SPEC
impl Resettable for avr_device::atmega2560::exint::eimsk::EIMSK_SPEC
reset()
method sets EIMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::eimsk::EIMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::pcicr::PCICR_SPEC
impl Resettable for avr_device::atmega2560::exint::pcicr::PCICR_SPEC
reset()
method sets PCICR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcicr::PCICR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::pcifr::PCIFR_SPEC
impl Resettable for avr_device::atmega2560::exint::pcifr::PCIFR_SPEC
reset()
method sets PCIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcifr::PCIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::pcmsk0::PCMSK0_SPEC
impl Resettable for avr_device::atmega2560::exint::pcmsk0::PCMSK0_SPEC
reset()
method sets PCMSK0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk0::PCMSK0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::pcmsk1::PCMSK1_SPEC
impl Resettable for avr_device::atmega2560::exint::pcmsk1::PCMSK1_SPEC
reset()
method sets PCMSK1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk1::PCMSK1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::exint::pcmsk2::PCMSK2_SPEC
impl Resettable for avr_device::atmega2560::exint::pcmsk2::PCMSK2_SPEC
reset()
method sets PCMSK2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::exint::pcmsk2::PCMSK2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::fuse::extended::EXTENDED_SPEC
impl Resettable for avr_device::atmega2560::fuse::extended::EXTENDED_SPEC
reset()
method sets EXTENDED to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::fuse::high::HIGH_SPEC
impl Resettable for avr_device::atmega2560::fuse::high::HIGH_SPEC
reset()
method sets HIGH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::fuse::low::LOW_SPEC
impl Resettable for avr_device::atmega2560::fuse::low::LOW_SPEC
reset()
method sets LOW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::jtag::mcucr::MCUCR_SPEC
impl Resettable for avr_device::atmega2560::jtag::mcucr::MCUCR_SPEC
reset()
method sets MCUCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::jtag::mcusr::MCUSR_SPEC
impl Resettable for avr_device::atmega2560::jtag::mcusr::MCUSR_SPEC
reset()
method sets MCUSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::jtag::ocdr::OCDR_SPEC
impl Resettable for avr_device::atmega2560::jtag::ocdr::OCDR_SPEC
reset()
method sets OCDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::jtag::ocdr::OCDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::lockbit::lockbit::LOCKBIT_SPEC
impl Resettable for avr_device::atmega2560::lockbit::lockbit::LOCKBIT_SPEC
reset()
method sets LOCKBIT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DDRA_SPEC
impl Resettable for DDRA_SPEC
reset()
method sets DDRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::ddra::DDRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PINA_SPEC
impl Resettable for PINA_SPEC
reset()
method sets PINA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::pina::PINA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PORTA_SPEC
impl Resettable for PORTA_SPEC
reset()
method sets PORTA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porta::porta::PORTA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portb::ddrb::DDRB_SPEC
impl Resettable for avr_device::atmega2560::portb::ddrb::DDRB_SPEC
reset()
method sets DDRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portb::pinb::PINB_SPEC
impl Resettable for avr_device::atmega2560::portb::pinb::PINB_SPEC
reset()
method sets PINB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portb::portb::PORTB_SPEC
impl Resettable for avr_device::atmega2560::portb::portb::PORTB_SPEC
reset()
method sets PORTB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portc::ddrc::DDRC_SPEC
impl Resettable for avr_device::atmega2560::portc::ddrc::DDRC_SPEC
reset()
method sets DDRC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::ddrc::DDRC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portc::pinc::PINC_SPEC
impl Resettable for avr_device::atmega2560::portc::pinc::PINC_SPEC
reset()
method sets PINC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::pinc::PINC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portc::portc::PORTC_SPEC
impl Resettable for avr_device::atmega2560::portc::portc::PORTC_SPEC
reset()
method sets PORTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portc::portc::PORTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portd::ddrd::DDRD_SPEC
impl Resettable for avr_device::atmega2560::portd::ddrd::DDRD_SPEC
reset()
method sets DDRD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::ddrd::DDRD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portd::pind::PIND_SPEC
impl Resettable for avr_device::atmega2560::portd::pind::PIND_SPEC
reset()
method sets PIND to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::pind::PIND_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portd::portd::PORTD_SPEC
impl Resettable for avr_device::atmega2560::portd::portd::PORTD_SPEC
reset()
method sets PORTD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portd::portd::PORTD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::porte::ddre::DDRE_SPEC
impl Resettable for avr_device::atmega2560::porte::ddre::DDRE_SPEC
reset()
method sets DDRE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::ddre::DDRE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::porte::pine::PINE_SPEC
impl Resettable for avr_device::atmega2560::porte::pine::PINE_SPEC
reset()
method sets PINE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::pine::PINE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::porte::porte::PORTE_SPEC
impl Resettable for avr_device::atmega2560::porte::porte::PORTE_SPEC
reset()
method sets PORTE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porte::porte::PORTE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portf::ddrf::DDRF_SPEC
impl Resettable for avr_device::atmega2560::portf::ddrf::DDRF_SPEC
reset()
method sets DDRF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::ddrf::DDRF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portf::pinf::PINF_SPEC
impl Resettable for avr_device::atmega2560::portf::pinf::PINF_SPEC
reset()
method sets PINF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::pinf::PINF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::portf::portf::PORTF_SPEC
impl Resettable for avr_device::atmega2560::portf::portf::PORTF_SPEC
reset()
method sets PORTF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portf::portf::PORTF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DDRG_SPEC
impl Resettable for DDRG_SPEC
reset()
method sets DDRG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::ddrg::DDRG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PING_SPEC
impl Resettable for PING_SPEC
reset()
method sets PING to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::ping::PING_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PORTG_SPEC
impl Resettable for PORTG_SPEC
reset()
method sets PORTG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portg::portg::PORTG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DDRH_SPEC
impl Resettable for DDRH_SPEC
reset()
method sets DDRH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::ddrh::DDRH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PINH_SPEC
impl Resettable for PINH_SPEC
reset()
method sets PINH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::pinh::PINH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PORTH_SPEC
impl Resettable for PORTH_SPEC
reset()
method sets PORTH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::porth::porth::PORTH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DDRJ_SPEC
impl Resettable for DDRJ_SPEC
reset()
method sets DDRJ to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::ddrj::DDRJ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PINJ_SPEC
impl Resettable for PINJ_SPEC
reset()
method sets PINJ to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::pinj::PINJ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PORTJ_SPEC
impl Resettable for PORTJ_SPEC
reset()
method sets PORTJ to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portj::portj::PORTJ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DDRK_SPEC
impl Resettable for DDRK_SPEC
reset()
method sets DDRK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::ddrk::DDRK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PINK_SPEC
impl Resettable for PINK_SPEC
reset()
method sets PINK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::pink::PINK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PORTK_SPEC
impl Resettable for PORTK_SPEC
reset()
method sets PORTK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portk::portk::PORTK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DDRL_SPEC
impl Resettable for DDRL_SPEC
reset()
method sets DDRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::ddrl::DDRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PINL_SPEC
impl Resettable for PINL_SPEC
reset()
method sets PINL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::pinl::PINL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PORTL_SPEC
impl Resettable for PORTL_SPEC
reset()
method sets PORTL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::portl::portl::PORTL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::spi::spcr::SPCR_SPEC
impl Resettable for avr_device::atmega2560::spi::spcr::SPCR_SPEC
reset()
method sets SPCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spcr::SPCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::spi::spdr::SPDR_SPEC
impl Resettable for avr_device::atmega2560::spi::spdr::SPDR_SPEC
reset()
method sets SPDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spdr::SPDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::spi::spsr::SPSR_SPEC
impl Resettable for avr_device::atmega2560::spi::spsr::SPSR_SPEC
reset()
method sets SPSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::spi::spsr::SPSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc0::gtccr::GTCCR_SPEC
impl Resettable for avr_device::atmega2560::tc0::gtccr::GTCCR_SPEC
reset()
method sets GTCCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc0::ocr0a::OCR0A_SPEC
impl Resettable for avr_device::atmega2560::tc0::ocr0a::OCR0A_SPEC
reset()
method sets OCR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc0::ocr0b::OCR0B_SPEC
impl Resettable for avr_device::atmega2560::tc0::ocr0b::OCR0B_SPEC
reset()
method sets OCR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc0::tccr0a::TCCR0A_SPEC
impl Resettable for avr_device::atmega2560::tc0::tccr0a::TCCR0A_SPEC
reset()
method sets TCCR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc0::tccr0b::TCCR0B_SPEC
impl Resettable for avr_device::atmega2560::tc0::tccr0b::TCCR0B_SPEC
reset()
method sets TCCR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc0::tcnt0::TCNT0_SPEC
impl Resettable for avr_device::atmega2560::tc0::tcnt0::TCNT0_SPEC
reset()
method sets TCNT0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc0::tifr0::TIFR0_SPEC
impl Resettable for avr_device::atmega2560::tc0::tifr0::TIFR0_SPEC
reset()
method sets TIFR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::tifr0::TIFR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc0::timsk0::TIMSK0_SPEC
impl Resettable for avr_device::atmega2560::tc0::timsk0::TIMSK0_SPEC
reset()
method sets TIMSK0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc0::timsk0::TIMSK0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::icr1::ICR1_SPEC
impl Resettable for avr_device::atmega2560::tc1::icr1::ICR1_SPEC
reset()
method sets ICR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::icr1::ICR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::ocr1a::OCR1A_SPEC
impl Resettable for avr_device::atmega2560::tc1::ocr1a::OCR1A_SPEC
reset()
method sets OCR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::ocr1b::OCR1B_SPEC
impl Resettable for avr_device::atmega2560::tc1::ocr1b::OCR1B_SPEC
reset()
method sets OCR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::ocr1c::OCR1C_SPEC
impl Resettable for avr_device::atmega2560::tc1::ocr1c::OCR1C_SPEC
reset()
method sets OCR1C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::tccr1a::TCCR1A_SPEC
impl Resettable for avr_device::atmega2560::tc1::tccr1a::TCCR1A_SPEC
reset()
method sets TCCR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1a::TCCR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::tccr1b::TCCR1B_SPEC
impl Resettable for avr_device::atmega2560::tc1::tccr1b::TCCR1B_SPEC
reset()
method sets TCCR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1b::TCCR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::tccr1c::TCCR1C_SPEC
impl Resettable for avr_device::atmega2560::tc1::tccr1c::TCCR1C_SPEC
reset()
method sets TCCR1C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tccr1c::TCCR1C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::tcnt1::TCNT1_SPEC
impl Resettable for avr_device::atmega2560::tc1::tcnt1::TCNT1_SPEC
reset()
method sets TCNT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::tifr1::TIFR1_SPEC
impl Resettable for avr_device::atmega2560::tc1::tifr1::TIFR1_SPEC
reset()
method sets TIFR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::tifr1::TIFR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc1::timsk1::TIMSK1_SPEC
impl Resettable for avr_device::atmega2560::tc1::timsk1::TIMSK1_SPEC
reset()
method sets TIMSK1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc1::timsk1::TIMSK1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::assr::ASSR_SPEC
impl Resettable for avr_device::atmega2560::tc2::assr::ASSR_SPEC
reset()
method sets ASSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::assr::ASSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::gtccr::GTCCR_SPEC
impl Resettable for avr_device::atmega2560::tc2::gtccr::GTCCR_SPEC
reset()
method sets GTCCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::ocr2a::OCR2A_SPEC
impl Resettable for avr_device::atmega2560::tc2::ocr2a::OCR2A_SPEC
reset()
method sets OCR2A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::ocr2a::OCR2A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::ocr2b::OCR2B_SPEC
impl Resettable for avr_device::atmega2560::tc2::ocr2b::OCR2B_SPEC
reset()
method sets OCR2B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::ocr2b::OCR2B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::tccr2a::TCCR2A_SPEC
impl Resettable for avr_device::atmega2560::tc2::tccr2a::TCCR2A_SPEC
reset()
method sets TCCR2A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tccr2a::TCCR2A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::tccr2b::TCCR2B_SPEC
impl Resettable for avr_device::atmega2560::tc2::tccr2b::TCCR2B_SPEC
reset()
method sets TCCR2B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tccr2b::TCCR2B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::tcnt2::TCNT2_SPEC
impl Resettable for avr_device::atmega2560::tc2::tcnt2::TCNT2_SPEC
reset()
method sets TCNT2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tcnt2::TCNT2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::tifr2::TIFR2_SPEC
impl Resettable for avr_device::atmega2560::tc2::tifr2::TIFR2_SPEC
reset()
method sets TIFR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::tifr2::TIFR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc2::timsk2::TIMSK2_SPEC
impl Resettable for avr_device::atmega2560::tc2::timsk2::TIMSK2_SPEC
reset()
method sets TIMSK2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc2::timsk2::TIMSK2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::icr3::ICR3_SPEC
impl Resettable for avr_device::atmega2560::tc3::icr3::ICR3_SPEC
reset()
method sets ICR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::icr3::ICR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::ocr3a::OCR3A_SPEC
impl Resettable for avr_device::atmega2560::tc3::ocr3a::OCR3A_SPEC
reset()
method sets OCR3A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3a::OCR3A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::ocr3b::OCR3B_SPEC
impl Resettable for avr_device::atmega2560::tc3::ocr3b::OCR3B_SPEC
reset()
method sets OCR3B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3b::OCR3B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::ocr3c::OCR3C_SPEC
impl Resettable for avr_device::atmega2560::tc3::ocr3c::OCR3C_SPEC
reset()
method sets OCR3C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::ocr3c::OCR3C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::tccr3a::TCCR3A_SPEC
impl Resettable for avr_device::atmega2560::tc3::tccr3a::TCCR3A_SPEC
reset()
method sets TCCR3A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3a::TCCR3A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::tccr3b::TCCR3B_SPEC
impl Resettable for avr_device::atmega2560::tc3::tccr3b::TCCR3B_SPEC
reset()
method sets TCCR3B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3b::TCCR3B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::tccr3c::TCCR3C_SPEC
impl Resettable for avr_device::atmega2560::tc3::tccr3c::TCCR3C_SPEC
reset()
method sets TCCR3C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tccr3c::TCCR3C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::tcnt3::TCNT3_SPEC
impl Resettable for avr_device::atmega2560::tc3::tcnt3::TCNT3_SPEC
reset()
method sets TCNT3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc3::tcnt3::TCNT3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::tifr3::TIFR3_SPEC
impl Resettable for avr_device::atmega2560::tc3::tifr3::TIFR3_SPEC
reset()
method sets TIFR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::tifr3::TIFR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc3::timsk3::TIMSK3_SPEC
impl Resettable for avr_device::atmega2560::tc3::timsk3::TIMSK3_SPEC
reset()
method sets TIMSK3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc3::timsk3::TIMSK3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ICR4_SPEC
impl Resettable for ICR4_SPEC
reset()
method sets ICR4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::icr4::ICR4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::ocr4a::OCR4A_SPEC
impl Resettable for avr_device::atmega2560::tc4::ocr4a::OCR4A_SPEC
reset()
method sets OCR4A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4a::OCR4A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::ocr4b::OCR4B_SPEC
impl Resettable for avr_device::atmega2560::tc4::ocr4b::OCR4B_SPEC
reset()
method sets OCR4B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4b::OCR4B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::ocr4c::OCR4C_SPEC
impl Resettable for avr_device::atmega2560::tc4::ocr4c::OCR4C_SPEC
reset()
method sets OCR4C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::ocr4c::OCR4C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::tccr4a::TCCR4A_SPEC
impl Resettable for avr_device::atmega2560::tc4::tccr4a::TCCR4A_SPEC
reset()
method sets TCCR4A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4a::TCCR4A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::tccr4b::TCCR4B_SPEC
impl Resettable for avr_device::atmega2560::tc4::tccr4b::TCCR4B_SPEC
reset()
method sets TCCR4B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4b::TCCR4B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::tccr4c::TCCR4C_SPEC
impl Resettable for avr_device::atmega2560::tc4::tccr4c::TCCR4C_SPEC
reset()
method sets TCCR4C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tccr4c::TCCR4C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::tcnt4::TCNT4_SPEC
impl Resettable for avr_device::atmega2560::tc4::tcnt4::TCNT4_SPEC
reset()
method sets TCNT4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc4::tcnt4::TCNT4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::tifr4::TIFR4_SPEC
impl Resettable for avr_device::atmega2560::tc4::tifr4::TIFR4_SPEC
reset()
method sets TIFR4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::tifr4::TIFR4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::tc4::timsk4::TIMSK4_SPEC
impl Resettable for avr_device::atmega2560::tc4::timsk4::TIMSK4_SPEC
reset()
method sets TIMSK4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc4::timsk4::TIMSK4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ICR5_SPEC
impl Resettable for ICR5_SPEC
reset()
method sets ICR5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::icr5::ICR5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCR5A_SPEC
impl Resettable for OCR5A_SPEC
reset()
method sets OCR5A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5a::OCR5A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCR5B_SPEC
impl Resettable for OCR5B_SPEC
reset()
method sets OCR5B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5b::OCR5B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCR5C_SPEC
impl Resettable for OCR5C_SPEC
reset()
method sets OCR5C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::ocr5c::OCR5C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCCR5A_SPEC
impl Resettable for TCCR5A_SPEC
reset()
method sets TCCR5A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5a::TCCR5A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCCR5B_SPEC
impl Resettable for TCCR5B_SPEC
reset()
method sets TCCR5B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5b::TCCR5B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCCR5C_SPEC
impl Resettable for TCCR5C_SPEC
reset()
method sets TCCR5C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tccr5c::TCCR5C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCNT5_SPEC
impl Resettable for TCNT5_SPEC
reset()
method sets TCNT5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::tc5::tcnt5::TCNT5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIFR5_SPEC
impl Resettable for TIFR5_SPEC
reset()
method sets TIFR5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::tifr5::TIFR5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMSK5_SPEC
impl Resettable for TIMSK5_SPEC
reset()
method sets TIMSK5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::tc5::timsk5::TIMSK5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::twi::twamr::TWAMR_SPEC
impl Resettable for avr_device::atmega2560::twi::twamr::TWAMR_SPEC
reset()
method sets TWAMR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twamr::TWAMR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::twi::twar::TWAR_SPEC
impl Resettable for avr_device::atmega2560::twi::twar::TWAR_SPEC
reset()
method sets TWAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twar::TWAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::twi::twbr::TWBR_SPEC
impl Resettable for avr_device::atmega2560::twi::twbr::TWBR_SPEC
reset()
method sets TWBR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twbr::TWBR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::twi::twcr::TWCR_SPEC
impl Resettable for avr_device::atmega2560::twi::twcr::TWCR_SPEC
reset()
method sets TWCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twcr::TWCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::twi::twdr::TWDR_SPEC
impl Resettable for avr_device::atmega2560::twi::twdr::TWDR_SPEC
reset()
method sets TWDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twdr::TWDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::twi::twsr::TWSR_SPEC
impl Resettable for avr_device::atmega2560::twi::twsr::TWSR_SPEC
reset()
method sets TWSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::twi::twsr::TWSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart0::ubrr0::UBRR0_SPEC
impl Resettable for avr_device::atmega2560::usart0::ubrr0::UBRR0_SPEC
reset()
method sets UBRR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart0::ubrr0::UBRR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart0::ucsr0a::UCSR0A_SPEC
impl Resettable for avr_device::atmega2560::usart0::ucsr0a::UCSR0A_SPEC
reset()
method sets UCSR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0a::UCSR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart0::ucsr0b::UCSR0B_SPEC
impl Resettable for avr_device::atmega2560::usart0::ucsr0b::UCSR0B_SPEC
reset()
method sets UCSR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0b::UCSR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart0::ucsr0c::UCSR0C_SPEC
impl Resettable for avr_device::atmega2560::usart0::ucsr0c::UCSR0C_SPEC
reset()
method sets UCSR0C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::ucsr0c::UCSR0C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart0::udr0::UDR0_SPEC
impl Resettable for avr_device::atmega2560::usart0::udr0::UDR0_SPEC
reset()
method sets UDR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart0::udr0::UDR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart1::ubrr1::UBRR1_SPEC
impl Resettable for avr_device::atmega2560::usart1::ubrr1::UBRR1_SPEC
reset()
method sets UBRR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart1::ubrr1::UBRR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart1::ucsr1a::UCSR1A_SPEC
impl Resettable for avr_device::atmega2560::usart1::ucsr1a::UCSR1A_SPEC
reset()
method sets UCSR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1a::UCSR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart1::ucsr1b::UCSR1B_SPEC
impl Resettable for avr_device::atmega2560::usart1::ucsr1b::UCSR1B_SPEC
reset()
method sets UCSR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1b::UCSR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart1::ucsr1c::UCSR1C_SPEC
impl Resettable for avr_device::atmega2560::usart1::ucsr1c::UCSR1C_SPEC
reset()
method sets UCSR1C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::ucsr1c::UCSR1C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::usart1::udr1::UDR1_SPEC
impl Resettable for avr_device::atmega2560::usart1::udr1::UDR1_SPEC
reset()
method sets UDR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart1::udr1::UDR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UBRR2_SPEC
impl Resettable for UBRR2_SPEC
reset()
method sets UBRR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart2::ubrr2::UBRR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UCSR2A_SPEC
impl Resettable for UCSR2A_SPEC
reset()
method sets UCSR2A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2a::UCSR2A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UCSR2B_SPEC
impl Resettable for UCSR2B_SPEC
reset()
method sets UCSR2B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2b::UCSR2B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UCSR2C_SPEC
impl Resettable for UCSR2C_SPEC
reset()
method sets UCSR2C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::ucsr2c::UCSR2C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UDR2_SPEC
impl Resettable for UDR2_SPEC
reset()
method sets UDR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart2::udr2::UDR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UBRR3_SPEC
impl Resettable for UBRR3_SPEC
reset()
method sets UBRR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega2560::usart3::ubrr3::UBRR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UCSR3A_SPEC
impl Resettable for UCSR3A_SPEC
reset()
method sets UCSR3A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3a::UCSR3A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UCSR3B_SPEC
impl Resettable for UCSR3B_SPEC
reset()
method sets UCSR3B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3b::UCSR3B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UCSR3C_SPEC
impl Resettable for UCSR3C_SPEC
reset()
method sets UCSR3C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::ucsr3c::UCSR3C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UDR3_SPEC
impl Resettable for UDR3_SPEC
reset()
method sets UDR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::usart3::udr3::UDR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega2560::wdt::wdtcsr::WDTCSR_SPEC
impl Resettable for avr_device::atmega2560::wdt::wdtcsr::WDTCSR_SPEC
reset()
method sets WDTCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega2560::wdt::wdtcsr::WDTCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::ac0::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::ac0::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DACREF_SPEC
impl Resettable for DACREF_SPEC
reset()
method sets DACREF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::dacref::DACREF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::ac0::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::ac0::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MUXCTRLA_SPEC
impl Resettable for MUXCTRLA_SPEC
reset()
method sets MUXCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::muxctrla::MUXCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::ac0::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::ac0::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ac0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::calib::CALIB_SPEC
impl Resettable for avr_device::atmega4809::adc0::calib::CALIB_SPEC
reset()
method sets CALIB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::calib::CALIB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for COMMAND_SPEC
impl Resettable for COMMAND_SPEC
reset()
method sets COMMAND to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::command::COMMAND_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::adc0::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::adc0::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::ctrlc::CTRLC_SPEC
impl Resettable for avr_device::atmega4809::adc0::ctrlc::CTRLC_SPEC
reset()
method sets CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::ctrld::CTRLD_SPEC
impl Resettable for avr_device::atmega4809::adc0::ctrld::CTRLD_SPEC
reset()
method sets CTRLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CTRLE_SPEC
impl Resettable for CTRLE_SPEC
reset()
method sets CTRLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::ctrle::CTRLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::adc0::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::adc0::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::adc0::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MUXPOS_SPEC
impl Resettable for MUXPOS_SPEC
reset()
method sets MUXPOS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::muxpos::MUXPOS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RES_SPEC
impl Resettable for RES_SPEC
reset()
method sets RES to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::adc0::res::RES_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAMPCTRL_SPEC
impl Resettable for SAMPCTRL_SPEC
reset()
method sets SAMPCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::sampctrl::SAMPCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::adc0::temp::TEMP_SPEC
impl Resettable for avr_device::atmega4809::adc0::temp::TEMP_SPEC
reset()
method sets TEMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::adc0::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WINHT_SPEC
impl Resettable for WINHT_SPEC
reset()
method sets WINHT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::adc0::winht::WINHT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WINLT_SPEC
impl Resettable for WINLT_SPEC
reset()
method sets WINLT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::adc0::winlt::WINLT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::bod::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::bod::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::bod::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::bod::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::bod::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::bod::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::bod::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::bod::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::bod::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::bod::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for VLMCTRLA_SPEC
impl Resettable for VLMCTRLA_SPEC
reset()
method sets VLMCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::bod::vlmctrla::VLMCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::ccl::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::ccl::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INTCTRL0_SPEC
impl Resettable for INTCTRL0_SPEC
reset()
method sets INTCTRL0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::intctrl0::INTCTRL0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::ccl::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::ccl::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT0CTRLA_SPEC
impl Resettable for LUT0CTRLA_SPEC
reset()
method sets LUT0CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrla::LUT0CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT0CTRLB_SPEC
impl Resettable for LUT0CTRLB_SPEC
reset()
method sets LUT0CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrlb::LUT0CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT0CTRLC_SPEC
impl Resettable for LUT0CTRLC_SPEC
reset()
method sets LUT0CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut0ctrlc::LUT0CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT1CTRLA_SPEC
impl Resettable for LUT1CTRLA_SPEC
reset()
method sets LUT1CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrla::LUT1CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT1CTRLB_SPEC
impl Resettable for LUT1CTRLB_SPEC
reset()
method sets LUT1CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrlb::LUT1CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT1CTRLC_SPEC
impl Resettable for LUT1CTRLC_SPEC
reset()
method sets LUT1CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut1ctrlc::LUT1CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT2CTRLA_SPEC
impl Resettable for LUT2CTRLA_SPEC
reset()
method sets LUT2CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrla::LUT2CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT2CTRLB_SPEC
impl Resettable for LUT2CTRLB_SPEC
reset()
method sets LUT2CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrlb::LUT2CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT2CTRLC_SPEC
impl Resettable for LUT2CTRLC_SPEC
reset()
method sets LUT2CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut2ctrlc::LUT2CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT3CTRLA_SPEC
impl Resettable for LUT3CTRLA_SPEC
reset()
method sets LUT3CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrla::LUT3CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT3CTRLB_SPEC
impl Resettable for LUT3CTRLB_SPEC
reset()
method sets LUT3CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrlb::LUT3CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LUT3CTRLC_SPEC
impl Resettable for LUT3CTRLC_SPEC
reset()
method sets LUT3CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::lut3ctrlc::LUT3CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SEQCTRL0_SPEC
impl Resettable for SEQCTRL0_SPEC
reset()
method sets SEQCTRL0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::seqctrl0::SEQCTRL0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SEQCTRL1_SPEC
impl Resettable for SEQCTRL1_SPEC
reset()
method sets SEQCTRL1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::seqctrl1::SEQCTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TRUTH0_SPEC
impl Resettable for TRUTH0_SPEC
reset()
method sets TRUTH0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth0::TRUTH0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TRUTH1_SPEC
impl Resettable for TRUTH1_SPEC
reset()
method sets TRUTH1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth1::TRUTH1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TRUTH2_SPEC
impl Resettable for TRUTH2_SPEC
reset()
method sets TRUTH2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth2::TRUTH2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TRUTH3_SPEC
impl Resettable for TRUTH3_SPEC
reset()
method sets TRUTH3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::ccl::truth3::TRUTH3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MCLKCTRLA_SPEC
impl Resettable for MCLKCTRLA_SPEC
reset()
method sets MCLKCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclkctrla::MCLKCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MCLKCTRLB_SPEC
impl Resettable for MCLKCTRLB_SPEC
reset()
method sets MCLKCTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclkctrlb::MCLKCTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MCLKLOCK_SPEC
impl Resettable for MCLKLOCK_SPEC
reset()
method sets MCLKLOCK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclklock::MCLKLOCK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MCLKSTATUS_SPEC
impl Resettable for MCLKSTATUS_SPEC
reset()
method sets MCLKSTATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::mclkstatus::MCLKSTATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSC20MCALIBA_SPEC
impl Resettable for OSC20MCALIBA_SPEC
reset()
method sets OSC20MCALIBA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mcaliba::OSC20MCALIBA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSC20MCALIBB_SPEC
impl Resettable for OSC20MCALIBB_SPEC
reset()
method sets OSC20MCALIBB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mcalibb::OSC20MCALIBB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSC20MCTRLA_SPEC
impl Resettable for OSC20MCTRLA_SPEC
reset()
method sets OSC20MCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc20mctrla::OSC20MCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSC32KCTRLA_SPEC
impl Resettable for OSC32KCTRLA_SPEC
reset()
method sets OSC32KCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::osc32kctrla::OSC32KCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XOSC32KCTRLA_SPEC
impl Resettable for XOSC32KCTRLA_SPEC
reset()
method sets XOSC32KCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::clkctrl::xosc32kctrla::XOSC32KCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CCP_SPEC
impl Resettable for CCP_SPEC
reset()
method sets CCP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::ccp::CCP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SPH_SPEC
impl Resettable for SPH_SPEC
reset()
method sets SPH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::sph::SPH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SPL_SPEC
impl Resettable for SPL_SPEC
reset()
method sets SPL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::cpu::spl::SPL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::cpuint::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::cpuint::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LVL0PRI_SPEC
impl Resettable for LVL0PRI_SPEC
reset()
method sets LVL0PRI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::lvl0pri::LVL0PRI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LVL1VEC_SPEC
impl Resettable for LVL1VEC_SPEC
reset()
method sets LVL1VEC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::lvl1vec::LVL1VEC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::cpuint::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::cpuint::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::cpuint::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::crcscan::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::crcscan::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::crcscan::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::crcscan::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::crcscan::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::crcscan::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::crcscan::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::crcscan::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::crcscan::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHANNEL0_SPEC
impl Resettable for CHANNEL0_SPEC
reset()
method sets CHANNEL0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel0::CHANNEL0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHANNEL1_SPEC
impl Resettable for CHANNEL1_SPEC
reset()
method sets CHANNEL1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel1::CHANNEL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHANNEL2_SPEC
impl Resettable for CHANNEL2_SPEC
reset()
method sets CHANNEL2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel2::CHANNEL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHANNEL3_SPEC
impl Resettable for CHANNEL3_SPEC
reset()
method sets CHANNEL3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel3::CHANNEL3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHANNEL4_SPEC
impl Resettable for CHANNEL4_SPEC
reset()
method sets CHANNEL4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel4::CHANNEL4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHANNEL5_SPEC
impl Resettable for CHANNEL5_SPEC
reset()
method sets CHANNEL5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel5::CHANNEL5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHANNEL6_SPEC
impl Resettable for CHANNEL6_SPEC
reset()
method sets CHANNEL6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel6::CHANNEL6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHANNEL7_SPEC
impl Resettable for CHANNEL7_SPEC
reset()
method sets CHANNEL7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::channel7::CHANNEL7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STROBE_SPEC
impl Resettable for STROBE_SPEC
reset()
method sets STROBE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::strobe::STROBE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERADC0_SPEC
impl Resettable for USERADC0_SPEC
reset()
method sets USERADC0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::useradc0::USERADC0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERCCLLUT0A_SPEC
impl Resettable for USERCCLLUT0A_SPEC
reset()
method sets USERCCLLUT0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut0a::USERCCLLUT0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERCCLLUT0B_SPEC
impl Resettable for USERCCLLUT0B_SPEC
reset()
method sets USERCCLLUT0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut0b::USERCCLLUT0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERCCLLUT1A_SPEC
impl Resettable for USERCCLLUT1A_SPEC
reset()
method sets USERCCLLUT1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut1a::USERCCLLUT1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERCCLLUT1B_SPEC
impl Resettable for USERCCLLUT1B_SPEC
reset()
method sets USERCCLLUT1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut1b::USERCCLLUT1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERCCLLUT2A_SPEC
impl Resettable for USERCCLLUT2A_SPEC
reset()
method sets USERCCLLUT2A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut2a::USERCCLLUT2A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERCCLLUT2B_SPEC
impl Resettable for USERCCLLUT2B_SPEC
reset()
method sets USERCCLLUT2B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut2b::USERCCLLUT2B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERCCLLUT3A_SPEC
impl Resettable for USERCCLLUT3A_SPEC
reset()
method sets USERCCLLUT3A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut3a::USERCCLLUT3A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERCCLLUT3B_SPEC
impl Resettable for USERCCLLUT3B_SPEC
reset()
method sets USERCCLLUT3B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userccllut3b::USERCCLLUT3B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USEREVOUTA_SPEC
impl Resettable for USEREVOUTA_SPEC
reset()
method sets USEREVOUTA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevouta::USEREVOUTA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USEREVOUTB_SPEC
impl Resettable for USEREVOUTB_SPEC
reset()
method sets USEREVOUTB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutb::USEREVOUTB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USEREVOUTC_SPEC
impl Resettable for USEREVOUTC_SPEC
reset()
method sets USEREVOUTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutc::USEREVOUTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USEREVOUTD_SPEC
impl Resettable for USEREVOUTD_SPEC
reset()
method sets USEREVOUTD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutd::USEREVOUTD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USEREVOUTE_SPEC
impl Resettable for USEREVOUTE_SPEC
reset()
method sets USEREVOUTE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoute::USEREVOUTE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USEREVOUTF_SPEC
impl Resettable for USEREVOUTF_SPEC
reset()
method sets USEREVOUTF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userevoutf::USEREVOUTF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERTCA0_SPEC
impl Resettable for USERTCA0_SPEC
reset()
method sets USERTCA0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertca0::USERTCA0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERTCB0_SPEC
impl Resettable for USERTCB0_SPEC
reset()
method sets USERTCB0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb0::USERTCB0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERTCB1_SPEC
impl Resettable for USERTCB1_SPEC
reset()
method sets USERTCB1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb1::USERTCB1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERTCB2_SPEC
impl Resettable for USERTCB2_SPEC
reset()
method sets USERTCB2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb2::USERTCB2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERTCB3_SPEC
impl Resettable for USERTCB3_SPEC
reset()
method sets USERTCB3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::usertcb3::USERTCB3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERUSART0_SPEC
impl Resettable for USERUSART0_SPEC
reset()
method sets USERUSART0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart0::USERUSART0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERUSART1_SPEC
impl Resettable for USERUSART1_SPEC
reset()
method sets USERUSART1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart1::USERUSART1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERUSART2_SPEC
impl Resettable for USERUSART2_SPEC
reset()
method sets USERUSART2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart2::USERUSART2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERUSART3_SPEC
impl Resettable for USERUSART3_SPEC
reset()
method sets USERUSART3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::evsys::userusart3::USERUSART3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for APPEND_SPEC
impl Resettable for APPEND_SPEC
reset()
method sets APPEND to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::append::APPEND_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BODCFG_SPEC
impl Resettable for BODCFG_SPEC
reset()
method sets BODCFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::bodcfg::BODCFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BOOTEND_SPEC
impl Resettable for BOOTEND_SPEC
reset()
method sets BOOTEND to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::bootend::BOOTEND_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSCCFG_SPEC
impl Resettable for OSCCFG_SPEC
reset()
method sets OSCCFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::osccfg::OSCCFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SYSCFG0_SPEC
impl Resettable for SYSCFG0_SPEC
reset()
method sets SYSCFG0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::syscfg0::SYSCFG0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SYSCFG1_SPEC
impl Resettable for SYSCFG1_SPEC
reset()
method sets SYSCFG1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::syscfg1::SYSCFG1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WDTCFG_SPEC
impl Resettable for WDTCFG_SPEC
reset()
method sets WDTCFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::fuse::wdtcfg::WDTCFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::gpio::gpior0::GPIOR0_SPEC
impl Resettable for avr_device::atmega4809::gpio::gpior0::GPIOR0_SPEC
reset()
method sets GPIOR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::gpio::gpior1::GPIOR1_SPEC
impl Resettable for avr_device::atmega4809::gpio::gpior1::GPIOR1_SPEC
reset()
method sets GPIOR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::gpio::gpior2::GPIOR2_SPEC
impl Resettable for avr_device::atmega4809::gpio::gpior2::GPIOR2_SPEC
reset()
method sets GPIOR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIOR3_SPEC
impl Resettable for GPIOR3_SPEC
reset()
method sets GPIOR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::gpio::gpior3::GPIOR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::lockbit::lockbit::LOCKBIT_SPEC
impl Resettable for avr_device::atmega4809::lockbit::lockbit::LOCKBIT_SPEC
reset()
method sets LOCKBIT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ADDR_SPEC
impl Resettable for ADDR_SPEC
reset()
method sets ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::nvmctrl::addr::ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::nvmctrl::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::nvmctrl::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::nvmctrl::data::DATA_SPEC
impl Resettable for avr_device::atmega4809::nvmctrl::data::DATA_SPEC
reset()
method sets DATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::nvmctrl::data::DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::nvmctrl::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::nvmctrl::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::nvmctrl::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::porta::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::dirclr::DIRCLR_SPEC
impl Resettable for avr_device::atmega4809::porta::dirclr::DIRCLR_SPEC
reset()
method sets DIRCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::dirset::DIRSET_SPEC
impl Resettable for avr_device::atmega4809::porta::dirset::DIRSET_SPEC
reset()
method sets DIRSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::dirtgl::DIRTGL_SPEC
impl Resettable for avr_device::atmega4809::porta::dirtgl::DIRTGL_SPEC
reset()
method sets DIRTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::porta::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::porta::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::porta::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::outclr::OUTCLR_SPEC
impl Resettable for avr_device::atmega4809::porta::outclr::OUTCLR_SPEC
reset()
method sets OUTCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::outset::OUTSET_SPEC
impl Resettable for avr_device::atmega4809::porta::outset::OUTSET_SPEC
reset()
method sets OUTSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::outtgl::OUTTGL_SPEC
impl Resettable for avr_device::atmega4809::porta::outtgl::OUTTGL_SPEC
reset()
method sets OUTTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC
reset()
method sets PIN0CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC
reset()
method sets PIN1CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC
reset()
method sets PIN2CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC
reset()
method sets PIN3CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC
reset()
method sets PIN4CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC
reset()
method sets PIN5CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC
reset()
method sets PIN6CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC
reset()
method sets PIN7CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porta::portctrl::PORTCTRL_SPEC
impl Resettable for avr_device::atmega4809::porta::portctrl::PORTCTRL_SPEC
reset()
method sets PORTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porta::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::portb::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::dirclr::DIRCLR_SPEC
impl Resettable for avr_device::atmega4809::portb::dirclr::DIRCLR_SPEC
reset()
method sets DIRCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::dirset::DIRSET_SPEC
impl Resettable for avr_device::atmega4809::portb::dirset::DIRSET_SPEC
reset()
method sets DIRSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::dirtgl::DIRTGL_SPEC
impl Resettable for avr_device::atmega4809::portb::dirtgl::DIRTGL_SPEC
reset()
method sets DIRTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::portb::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::portb::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::portb::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::outclr::OUTCLR_SPEC
impl Resettable for avr_device::atmega4809::portb::outclr::OUTCLR_SPEC
reset()
method sets OUTCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::outset::OUTSET_SPEC
impl Resettable for avr_device::atmega4809::portb::outset::OUTSET_SPEC
reset()
method sets OUTSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::outtgl::OUTTGL_SPEC
impl Resettable for avr_device::atmega4809::portb::outtgl::OUTTGL_SPEC
reset()
method sets OUTTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC
reset()
method sets PIN0CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC
reset()
method sets PIN1CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC
reset()
method sets PIN2CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC
reset()
method sets PIN3CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC
reset()
method sets PIN4CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC
reset()
method sets PIN5CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC
reset()
method sets PIN6CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC
reset()
method sets PIN7CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portb::portctrl::PORTCTRL_SPEC
impl Resettable for avr_device::atmega4809::portb::portctrl::PORTCTRL_SPEC
reset()
method sets PORTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portb::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::portc::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::dirclr::DIRCLR_SPEC
impl Resettable for avr_device::atmega4809::portc::dirclr::DIRCLR_SPEC
reset()
method sets DIRCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::dirset::DIRSET_SPEC
impl Resettable for avr_device::atmega4809::portc::dirset::DIRSET_SPEC
reset()
method sets DIRSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::dirtgl::DIRTGL_SPEC
impl Resettable for avr_device::atmega4809::portc::dirtgl::DIRTGL_SPEC
reset()
method sets DIRTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::portc::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::portc::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::portc::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::outclr::OUTCLR_SPEC
impl Resettable for avr_device::atmega4809::portc::outclr::OUTCLR_SPEC
reset()
method sets OUTCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::outset::OUTSET_SPEC
impl Resettable for avr_device::atmega4809::portc::outset::OUTSET_SPEC
reset()
method sets OUTSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::outtgl::OUTTGL_SPEC
impl Resettable for avr_device::atmega4809::portc::outtgl::OUTTGL_SPEC
reset()
method sets OUTTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC
reset()
method sets PIN0CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC
reset()
method sets PIN1CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC
reset()
method sets PIN2CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC
reset()
method sets PIN3CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC
reset()
method sets PIN4CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC
reset()
method sets PIN5CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC
reset()
method sets PIN6CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC
reset()
method sets PIN7CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portc::portctrl::PORTCTRL_SPEC
impl Resettable for avr_device::atmega4809::portc::portctrl::PORTCTRL_SPEC
reset()
method sets PORTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portc::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::portd::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::dirclr::DIRCLR_SPEC
impl Resettable for avr_device::atmega4809::portd::dirclr::DIRCLR_SPEC
reset()
method sets DIRCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::dirset::DIRSET_SPEC
impl Resettable for avr_device::atmega4809::portd::dirset::DIRSET_SPEC
reset()
method sets DIRSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::dirtgl::DIRTGL_SPEC
impl Resettable for avr_device::atmega4809::portd::dirtgl::DIRTGL_SPEC
reset()
method sets DIRTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::portd::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::portd::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::portd::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::outclr::OUTCLR_SPEC
impl Resettable for avr_device::atmega4809::portd::outclr::OUTCLR_SPEC
reset()
method sets OUTCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::outset::OUTSET_SPEC
impl Resettable for avr_device::atmega4809::portd::outset::OUTSET_SPEC
reset()
method sets OUTSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::outtgl::OUTTGL_SPEC
impl Resettable for avr_device::atmega4809::portd::outtgl::OUTTGL_SPEC
reset()
method sets OUTTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC
reset()
method sets PIN0CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC
reset()
method sets PIN1CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC
reset()
method sets PIN2CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC
reset()
method sets PIN3CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC
reset()
method sets PIN4CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC
reset()
method sets PIN5CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC
reset()
method sets PIN6CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC
reset()
method sets PIN7CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portd::portctrl::PORTCTRL_SPEC
impl Resettable for avr_device::atmega4809::portd::portctrl::PORTCTRL_SPEC
reset()
method sets PORTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portd::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::porte::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::dirclr::DIRCLR_SPEC
impl Resettable for avr_device::atmega4809::porte::dirclr::DIRCLR_SPEC
reset()
method sets DIRCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::dirset::DIRSET_SPEC
impl Resettable for avr_device::atmega4809::porte::dirset::DIRSET_SPEC
reset()
method sets DIRSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::dirtgl::DIRTGL_SPEC
impl Resettable for avr_device::atmega4809::porte::dirtgl::DIRTGL_SPEC
reset()
method sets DIRTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::porte::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::porte::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::porte::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::outclr::OUTCLR_SPEC
impl Resettable for avr_device::atmega4809::porte::outclr::OUTCLR_SPEC
reset()
method sets OUTCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::outset::OUTSET_SPEC
impl Resettable for avr_device::atmega4809::porte::outset::OUTSET_SPEC
reset()
method sets OUTSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::outtgl::OUTTGL_SPEC
impl Resettable for avr_device::atmega4809::porte::outtgl::OUTTGL_SPEC
reset()
method sets OUTTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC
reset()
method sets PIN0CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC
reset()
method sets PIN1CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC
reset()
method sets PIN2CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC
reset()
method sets PIN3CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC
reset()
method sets PIN4CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC
reset()
method sets PIN5CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC
reset()
method sets PIN6CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC
reset()
method sets PIN7CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::porte::portctrl::PORTCTRL_SPEC
impl Resettable for avr_device::atmega4809::porte::portctrl::PORTCTRL_SPEC
reset()
method sets PORTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::porte::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::portf::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::dirclr::DIRCLR_SPEC
impl Resettable for avr_device::atmega4809::portf::dirclr::DIRCLR_SPEC
reset()
method sets DIRCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::dirset::DIRSET_SPEC
impl Resettable for avr_device::atmega4809::portf::dirset::DIRSET_SPEC
reset()
method sets DIRSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::dirtgl::DIRTGL_SPEC
impl Resettable for avr_device::atmega4809::portf::dirtgl::DIRTGL_SPEC
reset()
method sets DIRTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::portf::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::portf::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::portf::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::outclr::OUTCLR_SPEC
impl Resettable for avr_device::atmega4809::portf::outclr::OUTCLR_SPEC
reset()
method sets OUTCLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::outset::OUTSET_SPEC
impl Resettable for avr_device::atmega4809::portf::outset::OUTSET_SPEC
reset()
method sets OUTSET to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::outtgl::OUTTGL_SPEC
impl Resettable for avr_device::atmega4809::portf::outtgl::OUTTGL_SPEC
reset()
method sets OUTTGL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC
reset()
method sets PIN0CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC
reset()
method sets PIN1CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC
reset()
method sets PIN2CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC
reset()
method sets PIN3CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC
reset()
method sets PIN4CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC
reset()
method sets PIN5CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC
reset()
method sets PIN6CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC
reset()
method sets PIN7CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::portf::portctrl::PORTCTRL_SPEC
impl Resettable for avr_device::atmega4809::portf::portctrl::PORTCTRL_SPEC
reset()
method sets PORTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portf::portctrl::PORTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CCLROUTEA_SPEC
impl Resettable for CCLROUTEA_SPEC
reset()
method sets CCLROUTEA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::cclroutea::CCLROUTEA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EVSYSROUTEA_SPEC
impl Resettable for EVSYSROUTEA_SPEC
reset()
method sets EVSYSROUTEA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::evsysroutea::EVSYSROUTEA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCAROUTEA_SPEC
impl Resettable for TCAROUTEA_SPEC
reset()
method sets TCAROUTEA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::tcaroutea::TCAROUTEA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCBROUTEA_SPEC
impl Resettable for TCBROUTEA_SPEC
reset()
method sets TCBROUTEA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::tcbroutea::TCBROUTEA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TWISPIROUTEA_SPEC
impl Resettable for TWISPIROUTEA_SPEC
reset()
method sets TWISPIROUTEA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::twispiroutea::TWISPIROUTEA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USARTROUTEA_SPEC
impl Resettable for USARTROUTEA_SPEC
reset()
method sets USARTROUTEA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::portmux::usartroutea::USARTROUTEA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RSTFR_SPEC
impl Resettable for RSTFR_SPEC
reset()
method sets RSTFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rstctrl::rstfr::RSTFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SWRR_SPEC
impl Resettable for SWRR_SPEC
reset()
method sets SWRR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rstctrl::swrr::SWRR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::rtc::calib::CALIB_SPEC
impl Resettable for avr_device::atmega4809::rtc::calib::CALIB_SPEC
reset()
method sets CALIB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::calib::CALIB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLKSEL_SPEC
impl Resettable for CLKSEL_SPEC
reset()
method sets CLKSEL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::clksel::CLKSEL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMP_SPEC
impl Resettable for CMP_SPEC
reset()
method sets CMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::cmp::CMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::rtc::cnt::CNT_SPEC
impl Resettable for avr_device::atmega4809::rtc::cnt::CNT_SPEC
reset()
method sets CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::rtc::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::rtc::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::rtc::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::rtc::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::rtc::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::rtc::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PER_SPEC
impl Resettable for PER_SPEC
reset()
method sets PER to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::rtc::per::PER_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PITCTRLA_SPEC
impl Resettable for PITCTRLA_SPEC
reset()
method sets PITCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitctrla::PITCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PITDBGCTRL_SPEC
impl Resettable for PITDBGCTRL_SPEC
reset()
method sets PITDBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitdbgctrl::PITDBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PITINTCTRL_SPEC
impl Resettable for PITINTCTRL_SPEC
reset()
method sets PITINTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitintctrl::PITINTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PITINTFLAGS_SPEC
impl Resettable for PITINTFLAGS_SPEC
reset()
method sets PITINTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitintflags::PITINTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PITSTATUS_SPEC
impl Resettable for PITSTATUS_SPEC
reset()
method sets PITSTATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::pitstatus::PITSTATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::rtc::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::rtc::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::rtc::temp::TEMP_SPEC
impl Resettable for avr_device::atmega4809::rtc::temp::TEMP_SPEC
reset()
method sets TEMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::rtc::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHECKSUM1_SPEC
impl Resettable for CHECKSUM1_SPEC
reset()
method sets CHECKSUM1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::checksum1::CHECKSUM1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DEVICEID0_SPEC
impl Resettable for DEVICEID0_SPEC
reset()
method sets DEVICEID0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::deviceid0::DEVICEID0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DEVICEID1_SPEC
impl Resettable for DEVICEID1_SPEC
reset()
method sets DEVICEID1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::deviceid1::DEVICEID1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DEVICEID2_SPEC
impl Resettable for DEVICEID2_SPEC
reset()
method sets DEVICEID2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::deviceid2::DEVICEID2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSC16ERR3V_SPEC
impl Resettable for OSC16ERR3V_SPEC
reset()
method sets OSC16ERR3V to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osc16err3v::OSC16ERR3V_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSC16ERR5V_SPEC
impl Resettable for OSC16ERR5V_SPEC
reset()
method sets OSC16ERR5V to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osc16err5v::OSC16ERR5V_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSC20ERR3V_SPEC
impl Resettable for OSC20ERR3V_SPEC
reset()
method sets OSC20ERR3V to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osc20err3v::OSC20ERR3V_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSC20ERR5V_SPEC
impl Resettable for OSC20ERR5V_SPEC
reset()
method sets OSC20ERR5V to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osc20err5v::OSC20ERR5V_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSCCAL16M0_SPEC
impl Resettable for OSCCAL16M0_SPEC
reset()
method sets OSCCAL16M0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osccal16m0::OSCCAL16M0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSCCAL16M1_SPEC
impl Resettable for OSCCAL16M1_SPEC
reset()
method sets OSCCAL16M1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osccal16m1::OSCCAL16M1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSCCAL20M0_SPEC
impl Resettable for OSCCAL20M0_SPEC
reset()
method sets OSCCAL20M0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osccal20m0::OSCCAL20M0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSCCAL20M1_SPEC
impl Resettable for OSCCAL20M1_SPEC
reset()
method sets OSCCAL20M1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osccal20m1::OSCCAL20M1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OSCCAL32K_SPEC
impl Resettable for OSCCAL32K_SPEC
reset()
method sets OSCCAL32K to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osccal32k::OSCCAL32K_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM0_SPEC
impl Resettable for SERNUM0_SPEC
reset()
method sets SERNUM0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum0::SERNUM0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM1_SPEC
impl Resettable for SERNUM1_SPEC
reset()
method sets SERNUM1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum1::SERNUM1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM2_SPEC
impl Resettable for SERNUM2_SPEC
reset()
method sets SERNUM2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum2::SERNUM2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM3_SPEC
impl Resettable for SERNUM3_SPEC
reset()
method sets SERNUM3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum3::SERNUM3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM4_SPEC
impl Resettable for SERNUM4_SPEC
reset()
method sets SERNUM4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum4::SERNUM4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM5_SPEC
impl Resettable for SERNUM5_SPEC
reset()
method sets SERNUM5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum5::SERNUM5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM6_SPEC
impl Resettable for SERNUM6_SPEC
reset()
method sets SERNUM6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum6::SERNUM6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM7_SPEC
impl Resettable for SERNUM7_SPEC
reset()
method sets SERNUM7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum7::SERNUM7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM8_SPEC
impl Resettable for SERNUM8_SPEC
reset()
method sets SERNUM8 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum8::SERNUM8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SERNUM9_SPEC
impl Resettable for SERNUM9_SPEC
reset()
method sets SERNUM9 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum9::SERNUM9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TEMPSENSE0_SPEC
impl Resettable for TEMPSENSE0_SPEC
reset()
method sets TEMPSENSE0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::tempsense0::TEMPSENSE0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TEMPSENSE1_SPEC
impl Resettable for TEMPSENSE1_SPEC
reset()
method sets TEMPSENSE1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::tempsense1::TEMPSENSE1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::slpctrl::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::slpctrl::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::slpctrl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::spi0::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::spi0::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::spi0::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::spi0::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::spi0::data::DATA_SPEC
impl Resettable for avr_device::atmega4809::spi0::data::DATA_SPEC
reset()
method sets DATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::data::DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::spi0::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::spi0::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::spi0::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::spi0::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::spi0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EXTBRK_SPEC
impl Resettable for EXTBRK_SPEC
reset()
method sets EXTBRK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::extbrk::EXTBRK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCDM_SPEC
impl Resettable for OCDM_SPEC
reset()
method sets OCDM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::ocdm::OCDM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCDMS_SPEC
impl Resettable for OCDMS_SPEC
reset()
method sets OCDMS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::ocdms::OCDMS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for REVID_SPEC
impl Resettable for REVID_SPEC
reset()
method sets REVID to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::syscfg::revid::REVID_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::ccmp::CCMP_SPEC
impl Resettable for avr_device::atmega4809::tcb0::ccmp::CCMP_SPEC
reset()
method sets CCMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb0::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::cnt::CNT_SPEC
impl Resettable for avr_device::atmega4809::tcb0::cnt::CNT_SPEC
reset()
method sets CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::tcb0::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::tcb0::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb0::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb0::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::tcb0::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::tcb0::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb0::temp::TEMP_SPEC
impl Resettable for avr_device::atmega4809::tcb0::temp::TEMP_SPEC
reset()
method sets TEMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb0::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::ccmp::CCMP_SPEC
impl Resettable for avr_device::atmega4809::tcb1::ccmp::CCMP_SPEC
reset()
method sets CCMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb1::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::cnt::CNT_SPEC
impl Resettable for avr_device::atmega4809::tcb1::cnt::CNT_SPEC
reset()
method sets CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::tcb1::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::tcb1::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb1::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb1::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::tcb1::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::tcb1::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb1::temp::TEMP_SPEC
impl Resettable for avr_device::atmega4809::tcb1::temp::TEMP_SPEC
reset()
method sets TEMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb1::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::ccmp::CCMP_SPEC
impl Resettable for avr_device::atmega4809::tcb2::ccmp::CCMP_SPEC
reset()
method sets CCMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb2::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::cnt::CNT_SPEC
impl Resettable for avr_device::atmega4809::tcb2::cnt::CNT_SPEC
reset()
method sets CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::tcb2::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::tcb2::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb2::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb2::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::tcb2::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::tcb2::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb2::temp::TEMP_SPEC
impl Resettable for avr_device::atmega4809::tcb2::temp::TEMP_SPEC
reset()
method sets TEMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb2::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::ccmp::CCMP_SPEC
impl Resettable for avr_device::atmega4809::tcb3::ccmp::CCMP_SPEC
reset()
method sets CCMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb3::ccmp::CCMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::cnt::CNT_SPEC
impl Resettable for avr_device::atmega4809::tcb3::cnt::CNT_SPEC
reset()
method sets CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::tcb3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::tcb3::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::tcb3::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb3::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::intctrl::INTCTRL_SPEC
impl Resettable for avr_device::atmega4809::tcb3::intctrl::INTCTRL_SPEC
reset()
method sets INTCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::intctrl::INTCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::tcb3::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::tcb3::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::tcb3::temp::TEMP_SPEC
impl Resettable for avr_device::atmega4809::tcb3::temp::TEMP_SPEC
reset()
method sets TEMP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::tcb3::temp::TEMP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::twi0::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::twi0::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DUALCTRL_SPEC
impl Resettable for DUALCTRL_SPEC
reset()
method sets DUALCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::dualctrl::DUALCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MADDR_SPEC
impl Resettable for MADDR_SPEC
reset()
method sets MADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::maddr::MADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MBAUD_SPEC
impl Resettable for MBAUD_SPEC
reset()
method sets MBAUD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mbaud::MBAUD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MCTRLA_SPEC
impl Resettable for MCTRLA_SPEC
reset()
method sets MCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mctrla::MCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MCTRLB_SPEC
impl Resettable for MCTRLB_SPEC
reset()
method sets MCTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mctrlb::MCTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MDATA_SPEC
impl Resettable for MDATA_SPEC
reset()
method sets MDATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mdata::MDATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MSTATUS_SPEC
impl Resettable for MSTATUS_SPEC
reset()
method sets MSTATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::mstatus::MSTATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SADDR_SPEC
impl Resettable for SADDR_SPEC
reset()
method sets SADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SADDRMASK_SPEC
impl Resettable for SADDRMASK_SPEC
reset()
method sets SADDRMASK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCTRLA_SPEC
impl Resettable for SCTRLA_SPEC
reset()
method sets SCTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sctrla::SCTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCTRLB_SPEC
impl Resettable for SCTRLB_SPEC
reset()
method sets SCTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sctrlb::SCTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDATA_SPEC
impl Resettable for SDATA_SPEC
reset()
method sets SDATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sdata::SDATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SSTATUS_SPEC
impl Resettable for SSTATUS_SPEC
reset()
method sets SSTATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::twi0::sstatus::SSTATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::baud::BAUD_SPEC
impl Resettable for avr_device::atmega4809::usart0::baud::BAUD_SPEC
reset()
method sets BAUD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart0::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::usart0::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::usart0::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::ctrlc::CTRLC_SPEC
impl Resettable for avr_device::atmega4809::usart0::ctrlc::CTRLC_SPEC
reset()
method sets CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::ctrld::CTRLD_SPEC
impl Resettable for avr_device::atmega4809::usart0::ctrld::CTRLD_SPEC
reset()
method sets CTRLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart0::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::rxdatah::RXDATAH_SPEC
impl Resettable for avr_device::atmega4809::usart0::rxdatah::RXDATAH_SPEC
reset()
method sets RXDATAH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::rxdatah::RXDATAH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::rxdatal::RXDATAL_SPEC
impl Resettable for avr_device::atmega4809::usart0::rxdatal::RXDATAL_SPEC
reset()
method sets RXDATAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::rxdatal::RXDATAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC
reset()
method sets RXPLCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::usart0::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::txdatah::TXDATAH_SPEC
impl Resettable for avr_device::atmega4809::usart0::txdatah::TXDATAH_SPEC
reset()
method sets TXDATAH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::txdatal::TXDATAL_SPEC
impl Resettable for avr_device::atmega4809::usart0::txdatal::TXDATAL_SPEC
reset()
method sets TXDATAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC
reset()
method sets TXPLCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::baud::BAUD_SPEC
impl Resettable for avr_device::atmega4809::usart1::baud::BAUD_SPEC
reset()
method sets BAUD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart1::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::usart1::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::usart1::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::ctrlc::CTRLC_SPEC
impl Resettable for avr_device::atmega4809::usart1::ctrlc::CTRLC_SPEC
reset()
method sets CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::ctrld::CTRLD_SPEC
impl Resettable for avr_device::atmega4809::usart1::ctrld::CTRLD_SPEC
reset()
method sets CTRLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart1::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::rxdatah::RXDATAH_SPEC
impl Resettable for avr_device::atmega4809::usart1::rxdatah::RXDATAH_SPEC
reset()
method sets RXDATAH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::rxdatah::RXDATAH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::rxdatal::RXDATAL_SPEC
impl Resettable for avr_device::atmega4809::usart1::rxdatal::RXDATAL_SPEC
reset()
method sets RXDATAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::rxdatal::RXDATAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC
reset()
method sets RXPLCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::usart1::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::txdatah::TXDATAH_SPEC
impl Resettable for avr_device::atmega4809::usart1::txdatah::TXDATAH_SPEC
reset()
method sets TXDATAH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::txdatal::TXDATAL_SPEC
impl Resettable for avr_device::atmega4809::usart1::txdatal::TXDATAL_SPEC
reset()
method sets TXDATAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC
reset()
method sets TXPLCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::baud::BAUD_SPEC
impl Resettable for avr_device::atmega4809::usart2::baud::BAUD_SPEC
reset()
method sets BAUD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart2::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::usart2::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::usart2::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::ctrlc::CTRLC_SPEC
impl Resettable for avr_device::atmega4809::usart2::ctrlc::CTRLC_SPEC
reset()
method sets CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::ctrld::CTRLD_SPEC
impl Resettable for avr_device::atmega4809::usart2::ctrld::CTRLD_SPEC
reset()
method sets CTRLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart2::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::rxdatah::RXDATAH_SPEC
impl Resettable for avr_device::atmega4809::usart2::rxdatah::RXDATAH_SPEC
reset()
method sets RXDATAH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::rxdatah::RXDATAH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::rxdatal::RXDATAL_SPEC
impl Resettable for avr_device::atmega4809::usart2::rxdatal::RXDATAL_SPEC
reset()
method sets RXDATAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::rxdatal::RXDATAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC
reset()
method sets RXPLCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::usart2::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::txdatah::TXDATAH_SPEC
impl Resettable for avr_device::atmega4809::usart2::txdatah::TXDATAH_SPEC
reset()
method sets TXDATAH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::txdatal::TXDATAL_SPEC
impl Resettable for avr_device::atmega4809::usart2::txdatal::TXDATAL_SPEC
reset()
method sets TXDATAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC
reset()
method sets TXPLCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::baud::BAUD_SPEC
impl Resettable for avr_device::atmega4809::usart3::baud::BAUD_SPEC
reset()
method sets BAUD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::atmega4809::usart3::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::usart3::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::usart3::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::ctrlc::CTRLC_SPEC
impl Resettable for avr_device::atmega4809::usart3::ctrlc::CTRLC_SPEC
reset()
method sets CTRLC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::ctrld::CTRLD_SPEC
impl Resettable for avr_device::atmega4809::usart3::ctrld::CTRLD_SPEC
reset()
method sets CTRLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::ctrld::CTRLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::evctrl::EVCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart3::evctrl::EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::rxdatah::RXDATAH_SPEC
impl Resettable for avr_device::atmega4809::usart3::rxdatah::RXDATAH_SPEC
reset()
method sets RXDATAH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::rxdatah::RXDATAH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::rxdatal::RXDATAL_SPEC
impl Resettable for avr_device::atmega4809::usart3::rxdatal::RXDATAL_SPEC
reset()
method sets RXDATAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::rxdatal::RXDATAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC
reset()
method sets RXPLCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::usart3::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::txdatah::TXDATAH_SPEC
impl Resettable for avr_device::atmega4809::usart3::txdatah::TXDATAH_SPEC
reset()
method sets TXDATAH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txdatah::TXDATAH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::txdatal::TXDATAL_SPEC
impl Resettable for avr_device::atmega4809::usart3::txdatal::TXDATAL_SPEC
reset()
method sets TXDATAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txdatal::TXDATAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC
impl Resettable for avr_device::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC
reset()
method sets TXPLCTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW0_SPEC
impl Resettable for USERROW0_SPEC
reset()
method sets USERROW0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow0::USERROW0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW1_SPEC
impl Resettable for USERROW1_SPEC
reset()
method sets USERROW1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow1::USERROW1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW2_SPEC
impl Resettable for USERROW2_SPEC
reset()
method sets USERROW2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow2::USERROW2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW3_SPEC
impl Resettable for USERROW3_SPEC
reset()
method sets USERROW3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow3::USERROW3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW4_SPEC
impl Resettable for USERROW4_SPEC
reset()
method sets USERROW4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow4::USERROW4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW5_SPEC
impl Resettable for USERROW5_SPEC
reset()
method sets USERROW5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow5::USERROW5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW6_SPEC
impl Resettable for USERROW6_SPEC
reset()
method sets USERROW6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow6::USERROW6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW7_SPEC
impl Resettable for USERROW7_SPEC
reset()
method sets USERROW7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow7::USERROW7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW8_SPEC
impl Resettable for USERROW8_SPEC
reset()
method sets USERROW8 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow8::USERROW8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW9_SPEC
impl Resettable for USERROW9_SPEC
reset()
method sets USERROW9 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow9::USERROW9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW10_SPEC
impl Resettable for USERROW10_SPEC
reset()
method sets USERROW10 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow10::USERROW10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW11_SPEC
impl Resettable for USERROW11_SPEC
reset()
method sets USERROW11 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow11::USERROW11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW12_SPEC
impl Resettable for USERROW12_SPEC
reset()
method sets USERROW12 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow12::USERROW12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW13_SPEC
impl Resettable for USERROW13_SPEC
reset()
method sets USERROW13 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow13::USERROW13_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW14_SPEC
impl Resettable for USERROW14_SPEC
reset()
method sets USERROW14 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow14::USERROW14_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW15_SPEC
impl Resettable for USERROW15_SPEC
reset()
method sets USERROW15 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow15::USERROW15_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW16_SPEC
impl Resettable for USERROW16_SPEC
reset()
method sets USERROW16 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow16::USERROW16_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW17_SPEC
impl Resettable for USERROW17_SPEC
reset()
method sets USERROW17 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow17::USERROW17_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW18_SPEC
impl Resettable for USERROW18_SPEC
reset()
method sets USERROW18 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow18::USERROW18_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW19_SPEC
impl Resettable for USERROW19_SPEC
reset()
method sets USERROW19 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow19::USERROW19_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW20_SPEC
impl Resettable for USERROW20_SPEC
reset()
method sets USERROW20 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow20::USERROW20_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW21_SPEC
impl Resettable for USERROW21_SPEC
reset()
method sets USERROW21 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow21::USERROW21_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW22_SPEC
impl Resettable for USERROW22_SPEC
reset()
method sets USERROW22 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow22::USERROW22_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW23_SPEC
impl Resettable for USERROW23_SPEC
reset()
method sets USERROW23 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow23::USERROW23_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW24_SPEC
impl Resettable for USERROW24_SPEC
reset()
method sets USERROW24 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow24::USERROW24_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW25_SPEC
impl Resettable for USERROW25_SPEC
reset()
method sets USERROW25 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow25::USERROW25_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW26_SPEC
impl Resettable for USERROW26_SPEC
reset()
method sets USERROW26 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow26::USERROW26_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW27_SPEC
impl Resettable for USERROW27_SPEC
reset()
method sets USERROW27 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow27::USERROW27_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW28_SPEC
impl Resettable for USERROW28_SPEC
reset()
method sets USERROW28 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow28::USERROW28_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW29_SPEC
impl Resettable for USERROW29_SPEC
reset()
method sets USERROW29 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow29::USERROW29_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW30_SPEC
impl Resettable for USERROW30_SPEC
reset()
method sets USERROW30 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow30::USERROW30_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW31_SPEC
impl Resettable for USERROW31_SPEC
reset()
method sets USERROW31 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow31::USERROW31_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW32_SPEC
impl Resettable for USERROW32_SPEC
reset()
method sets USERROW32 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow32::USERROW32_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW33_SPEC
impl Resettable for USERROW33_SPEC
reset()
method sets USERROW33 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow33::USERROW33_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW34_SPEC
impl Resettable for USERROW34_SPEC
reset()
method sets USERROW34 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow34::USERROW34_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW35_SPEC
impl Resettable for USERROW35_SPEC
reset()
method sets USERROW35 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow35::USERROW35_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW36_SPEC
impl Resettable for USERROW36_SPEC
reset()
method sets USERROW36 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow36::USERROW36_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW37_SPEC
impl Resettable for USERROW37_SPEC
reset()
method sets USERROW37 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow37::USERROW37_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW38_SPEC
impl Resettable for USERROW38_SPEC
reset()
method sets USERROW38 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow38::USERROW38_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW39_SPEC
impl Resettable for USERROW39_SPEC
reset()
method sets USERROW39 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow39::USERROW39_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW40_SPEC
impl Resettable for USERROW40_SPEC
reset()
method sets USERROW40 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow40::USERROW40_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW41_SPEC
impl Resettable for USERROW41_SPEC
reset()
method sets USERROW41 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow41::USERROW41_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW42_SPEC
impl Resettable for USERROW42_SPEC
reset()
method sets USERROW42 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow42::USERROW42_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW43_SPEC
impl Resettable for USERROW43_SPEC
reset()
method sets USERROW43 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow43::USERROW43_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW44_SPEC
impl Resettable for USERROW44_SPEC
reset()
method sets USERROW44 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow44::USERROW44_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW45_SPEC
impl Resettable for USERROW45_SPEC
reset()
method sets USERROW45 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow45::USERROW45_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW46_SPEC
impl Resettable for USERROW46_SPEC
reset()
method sets USERROW46 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow46::USERROW46_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW47_SPEC
impl Resettable for USERROW47_SPEC
reset()
method sets USERROW47 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow47::USERROW47_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW48_SPEC
impl Resettable for USERROW48_SPEC
reset()
method sets USERROW48 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow48::USERROW48_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW49_SPEC
impl Resettable for USERROW49_SPEC
reset()
method sets USERROW49 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow49::USERROW49_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW50_SPEC
impl Resettable for USERROW50_SPEC
reset()
method sets USERROW50 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow50::USERROW50_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW51_SPEC
impl Resettable for USERROW51_SPEC
reset()
method sets USERROW51 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow51::USERROW51_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW52_SPEC
impl Resettable for USERROW52_SPEC
reset()
method sets USERROW52 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow52::USERROW52_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW53_SPEC
impl Resettable for USERROW53_SPEC
reset()
method sets USERROW53 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow53::USERROW53_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW54_SPEC
impl Resettable for USERROW54_SPEC
reset()
method sets USERROW54 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow54::USERROW54_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW55_SPEC
impl Resettable for USERROW55_SPEC
reset()
method sets USERROW55 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow55::USERROW55_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW56_SPEC
impl Resettable for USERROW56_SPEC
reset()
method sets USERROW56 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow56::USERROW56_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW57_SPEC
impl Resettable for USERROW57_SPEC
reset()
method sets USERROW57 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow57::USERROW57_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW58_SPEC
impl Resettable for USERROW58_SPEC
reset()
method sets USERROW58 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow58::USERROW58_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW59_SPEC
impl Resettable for USERROW59_SPEC
reset()
method sets USERROW59 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow59::USERROW59_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW60_SPEC
impl Resettable for USERROW60_SPEC
reset()
method sets USERROW60 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow60::USERROW60_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW61_SPEC
impl Resettable for USERROW61_SPEC
reset()
method sets USERROW61 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow61::USERROW61_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW62_SPEC
impl Resettable for USERROW62_SPEC
reset()
method sets USERROW62 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow62::USERROW62_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USERROW63_SPEC
impl Resettable for USERROW63_SPEC
reset()
method sets USERROW63 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::userrow::userrow63::USERROW63_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vporta::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::vporta::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vporta::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::vporta::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vporta::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::vporta::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vporta::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::vporta::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vporta::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportb::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::vportb::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportb::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::vportb::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportb::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::vportb::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportb::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::vportb::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportb::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportc::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::vportc::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportc::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::vportc::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportc::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::vportc::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportc::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::vportc::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportc::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportd::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::vportd::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportd::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::vportd::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportd::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::vportd::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportd::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::vportd::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportd::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vporte::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::vporte::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vporte::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::vporte::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vporte::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::vporte::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vporte::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::vporte::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vporte::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportf::dir::DIR_SPEC
impl Resettable for avr_device::atmega4809::vportf::dir::DIR_SPEC
reset()
method sets DIR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::dir::DIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportf::in_::IN_SPEC
impl Resettable for avr_device::atmega4809::vportf::in_::IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportf::intflags::INTFLAGS_SPEC
impl Resettable for avr_device::atmega4809::vportf::intflags::INTFLAGS_SPEC
reset()
method sets INTFLAGS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::intflags::INTFLAGS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vportf::out::OUT_SPEC
impl Resettable for avr_device::atmega4809::vportf::out::OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vportf::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vref::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::vref::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vref::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::vref::ctrlb::CTRLB_SPEC
impl Resettable for avr_device::atmega4809::vref::ctrlb::CTRLB_SPEC
reset()
method sets CTRLB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::vref::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::wdt::ctrla::CTRLA_SPEC
impl Resettable for avr_device::atmega4809::wdt::ctrla::CTRLA_SPEC
reset()
method sets CTRLA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::wdt::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::atmega4809::wdt::status::STATUS_SPEC
impl Resettable for avr_device::atmega4809::wdt::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::wdt::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::ac::acsr::ACSR_SPEC
impl Resettable for avr_device::attiny85::ac::acsr::ACSR_SPEC
reset()
method sets ACSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::ac::acsr::ACSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::ac::adcsrb::ADCSRB_SPEC
impl Resettable for avr_device::attiny85::ac::adcsrb::ADCSRB_SPEC
reset()
method sets ADCSRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::ac::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::ac::didr0::DIDR0_SPEC
impl Resettable for avr_device::attiny85::ac::didr0::DIDR0_SPEC
reset()
method sets DIDR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::ac::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::adc::adc::ADC_SPEC
impl Resettable for avr_device::attiny85::adc::adc::ADC_SPEC
reset()
method sets ADC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::attiny85::adc::adc::ADC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::adc::adcsra::ADCSRA_SPEC
impl Resettable for avr_device::attiny85::adc::adcsra::ADCSRA_SPEC
reset()
method sets ADCSRA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::adc::adcsra::ADCSRA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::adc::adcsrb::ADCSRB_SPEC
impl Resettable for avr_device::attiny85::adc::adcsrb::ADCSRB_SPEC
reset()
method sets ADCSRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::adc::adcsrb::ADCSRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::adc::admux::ADMUX_SPEC
impl Resettable for avr_device::attiny85::adc::admux::ADMUX_SPEC
reset()
method sets ADMUX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::adc::admux::ADMUX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::adc::didr0::DIDR0_SPEC
impl Resettable for avr_device::attiny85::adc::didr0::DIDR0_SPEC
reset()
method sets DIDR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::adc::didr0::DIDR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::boot_load::spmcsr::SPMCSR_SPEC
impl Resettable for avr_device::attiny85::boot_load::spmcsr::SPMCSR_SPEC
reset()
method sets SPMCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::boot_load::spmcsr::SPMCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::clkpr::CLKPR_SPEC
impl Resettable for avr_device::attiny85::cpu::clkpr::CLKPR_SPEC
reset()
method sets CLKPR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::clkpr::CLKPR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DWDR_SPEC
impl Resettable for DWDR_SPEC
reset()
method sets DWDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::dwdr::DWDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::gpior0::GPIOR0_SPEC
impl Resettable for avr_device::attiny85::cpu::gpior0::GPIOR0_SPEC
reset()
method sets GPIOR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior0::GPIOR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::gpior1::GPIOR1_SPEC
impl Resettable for avr_device::attiny85::cpu::gpior1::GPIOR1_SPEC
reset()
method sets GPIOR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior1::GPIOR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::gpior2::GPIOR2_SPEC
impl Resettable for avr_device::attiny85::cpu::gpior2::GPIOR2_SPEC
reset()
method sets GPIOR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::gpior2::GPIOR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::mcucr::MCUCR_SPEC
impl Resettable for avr_device::attiny85::cpu::mcucr::MCUCR_SPEC
reset()
method sets MCUCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::mcusr::MCUSR_SPEC
impl Resettable for avr_device::attiny85::cpu::mcusr::MCUSR_SPEC
reset()
method sets MCUSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::mcusr::MCUSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::osccal::OSCCAL_SPEC
impl Resettable for avr_device::attiny85::cpu::osccal::OSCCAL_SPEC
reset()
method sets OSCCAL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::osccal::OSCCAL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::pllcsr::PLLCSR_SPEC
impl Resettable for avr_device::attiny85::cpu::pllcsr::PLLCSR_SPEC
reset()
method sets PLLCSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::pllcsr::PLLCSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::cpu::prr::PRR_SPEC
impl Resettable for avr_device::attiny85::cpu::prr::PRR_SPEC
reset()
method sets PRR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::cpu::prr::PRR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::eeprom::eear::EEAR_SPEC
impl Resettable for avr_device::attiny85::eeprom::eear::EEAR_SPEC
reset()
method sets EEAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x0000): <devices::attiny85::eeprom::eear::EEAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::eeprom::eecr::EECR_SPEC
impl Resettable for avr_device::attiny85::eeprom::eecr::EECR_SPEC
reset()
method sets EECR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::eeprom::eecr::EECR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::eeprom::eedr::EEDR_SPEC
impl Resettable for avr_device::attiny85::eeprom::eedr::EEDR_SPEC
reset()
method sets EEDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::eeprom::eedr::EEDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GIFR_SPEC
impl Resettable for GIFR_SPEC
reset()
method sets GIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::exint::gifr::GIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GIMSK_SPEC
impl Resettable for GIMSK_SPEC
reset()
method sets GIMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::exint::gimsk::GIMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::exint::mcucr::MCUCR_SPEC
impl Resettable for avr_device::attiny85::exint::mcucr::MCUCR_SPEC
reset()
method sets MCUCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::exint::mcucr::MCUCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PCMSK_SPEC
impl Resettable for PCMSK_SPEC
reset()
method sets PCMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::exint::pcmsk::PCMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::fuse::extended::EXTENDED_SPEC
impl Resettable for avr_device::attiny85::fuse::extended::EXTENDED_SPEC
reset()
method sets EXTENDED to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::extended::EXTENDED_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::fuse::high::HIGH_SPEC
impl Resettable for avr_device::attiny85::fuse::high::HIGH_SPEC
reset()
method sets HIGH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::high::HIGH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::fuse::low::LOW_SPEC
impl Resettable for avr_device::attiny85::fuse::low::LOW_SPEC
reset()
method sets LOW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::fuse::low::LOW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::lockbit::lockbit::LOCKBIT_SPEC
impl Resettable for avr_device::attiny85::lockbit::lockbit::LOCKBIT_SPEC
reset()
method sets LOCKBIT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::lockbit::lockbit::LOCKBIT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::portb::ddrb::DDRB_SPEC
impl Resettable for avr_device::attiny85::portb::ddrb::DDRB_SPEC
reset()
method sets DDRB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::portb::ddrb::DDRB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::portb::pinb::PINB_SPEC
impl Resettable for avr_device::attiny85::portb::pinb::PINB_SPEC
reset()
method sets PINB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::portb::pinb::PINB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::portb::portb::PORTB_SPEC
impl Resettable for avr_device::attiny85::portb::portb::PORTB_SPEC
reset()
method sets PORTB to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::portb::portb::PORTB_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc0::gtccr::GTCCR_SPEC
impl Resettable for avr_device::attiny85::tc0::gtccr::GTCCR_SPEC
reset()
method sets GTCCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc0::ocr0a::OCR0A_SPEC
impl Resettable for avr_device::attiny85::tc0::ocr0a::OCR0A_SPEC
reset()
method sets OCR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::ocr0a::OCR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc0::ocr0b::OCR0B_SPEC
impl Resettable for avr_device::attiny85::tc0::ocr0b::OCR0B_SPEC
reset()
method sets OCR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::ocr0b::OCR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc0::tccr0a::TCCR0A_SPEC
impl Resettable for avr_device::attiny85::tc0::tccr0a::TCCR0A_SPEC
reset()
method sets TCCR0A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tccr0a::TCCR0A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc0::tccr0b::TCCR0B_SPEC
impl Resettable for avr_device::attiny85::tc0::tccr0b::TCCR0B_SPEC
reset()
method sets TCCR0B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tccr0b::TCCR0B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc0::tcnt0::TCNT0_SPEC
impl Resettable for avr_device::attiny85::tc0::tcnt0::TCNT0_SPEC
reset()
method sets TCNT0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tcnt0::TCNT0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc0::tifr::TIFR_SPEC
impl Resettable for avr_device::attiny85::tc0::tifr::TIFR_SPEC
reset()
method sets TIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::tifr::TIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc0::timsk::TIMSK_SPEC
impl Resettable for avr_device::attiny85::tc0::timsk::TIMSK_SPEC
reset()
method sets TIMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc0::timsk::TIMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DT1A_SPEC
impl Resettable for DT1A_SPEC
reset()
method sets DT1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dt1a::DT1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DT1B_SPEC
impl Resettable for DT1B_SPEC
reset()
method sets DT1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dt1b::DT1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTPS_SPEC
impl Resettable for DTPS_SPEC
reset()
method sets DTPS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::dtps::DTPS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc1::gtccr::GTCCR_SPEC
impl Resettable for avr_device::attiny85::tc1::gtccr::GTCCR_SPEC
reset()
method sets GTCCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::gtccr::GTCCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc1::ocr1a::OCR1A_SPEC
impl Resettable for avr_device::attiny85::tc1::ocr1a::OCR1A_SPEC
reset()
method sets OCR1A to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1a::OCR1A_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc1::ocr1b::OCR1B_SPEC
impl Resettable for avr_device::attiny85::tc1::ocr1b::OCR1B_SPEC
reset()
method sets OCR1B to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1b::OCR1B_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc1::ocr1c::OCR1C_SPEC
impl Resettable for avr_device::attiny85::tc1::ocr1c::OCR1C_SPEC
reset()
method sets OCR1C to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::ocr1c::OCR1C_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCCR1_SPEC
impl Resettable for TCCR1_SPEC
reset()
method sets TCCR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tccr1::TCCR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc1::tcnt1::TCNT1_SPEC
impl Resettable for avr_device::attiny85::tc1::tcnt1::TCNT1_SPEC
reset()
method sets TCNT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tcnt1::TCNT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc1::tifr::TIFR_SPEC
impl Resettable for avr_device::attiny85::tc1::tifr::TIFR_SPEC
reset()
method sets TIFR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::tifr::TIFR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for avr_device::attiny85::tc1::timsk::TIMSK_SPEC
impl Resettable for avr_device::attiny85::tc1::timsk::TIMSK_SPEC
reset()
method sets TIMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::tc1::timsk::TIMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USIBR_SPEC
impl Resettable for USIBR_SPEC
reset()
method sets USIBR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usibr::USIBR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USICR_SPEC
impl Resettable for USICR_SPEC
reset()
method sets USICR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usicr::USICR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USIDR_SPEC
impl Resettable for USIDR_SPEC
reset()
method sets USIDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usidr::USIDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USISR_SPEC
impl Resettable for USISR_SPEC
reset()
method sets USISR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::attiny85::usi::usisr::USISR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WDTCR_SPEC
impl Resettable for WDTCR_SPEC
reset()
method sets WDTCR to value 0