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 ACSR_SPEC
impl Resettable for 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 DIDR1_SPEC
impl Resettable for 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 ADC_SPEC
impl Resettable for 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 ADCSRA_SPEC
impl Resettable for 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 ADMUX_SPEC
impl Resettable for 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 DIDR0_SPEC
impl Resettable for 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 DIDR2_SPEC
impl Resettable for 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 SPMCSR_SPEC
impl Resettable for 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 CLKPR_SPEC
impl Resettable for 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 EIND_SPEC
impl Resettable for 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 GPIOR0_SPEC
impl Resettable for 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 GPIOR1_SPEC
impl Resettable for 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 GPIOR2_SPEC
impl Resettable for 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 OSCCAL_SPEC
impl Resettable for 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 PRR0_SPEC
impl Resettable for 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 PRR1_SPEC
impl Resettable for 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 RAMPZ_SPEC
impl Resettable for 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 SMCR_SPEC
impl Resettable for 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 EEAR_SPEC
impl Resettable for 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 EECR_SPEC
impl Resettable for 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 EEDR_SPEC
impl Resettable for 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 EICRA_SPEC
impl Resettable for 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 EICRB_SPEC
impl Resettable for 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 EIFR_SPEC
impl Resettable for 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 EIMSK_SPEC
impl Resettable for 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 PCICR_SPEC
impl Resettable for 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 PCIFR_SPEC
impl Resettable for 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 PCMSK0_SPEC
impl Resettable for 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 PCMSK1_SPEC
impl Resettable for 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 PCMSK2_SPEC
impl Resettable for 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 EXTENDED_SPEC
impl Resettable for 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 HIGH_SPEC
impl Resettable for 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 LOW_SPEC
impl Resettable for 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 OCDR_SPEC
impl Resettable for 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 LOCKBIT_SPEC
impl Resettable for 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 DDRB_SPEC
impl Resettable for 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 PINB_SPEC
impl Resettable for 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 PORTB_SPEC
impl Resettable for 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 DDRC_SPEC
impl Resettable for 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 PINC_SPEC
impl Resettable for 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 PORTC_SPEC
impl Resettable for 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 DDRD_SPEC
impl Resettable for 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 PIND_SPEC
impl Resettable for 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 PORTD_SPEC
impl Resettable for 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 DDRE_SPEC
impl Resettable for 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 PINE_SPEC
impl Resettable for 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 PORTE_SPEC
impl Resettable for 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 DDRF_SPEC
impl Resettable for 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 PINF_SPEC
impl Resettable for 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 PORTF_SPEC
impl Resettable for 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 SPCR_SPEC
impl Resettable for 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 SPDR_SPEC
impl Resettable for 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 SPSR_SPEC
impl Resettable for 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 OCR0A_SPEC
impl Resettable for 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 OCR0B_SPEC
impl Resettable for 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 TCCR0A_SPEC
impl Resettable for 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 TCCR0B_SPEC
impl Resettable for 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 TCNT0_SPEC
impl Resettable for 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 TIFR0_SPEC
impl Resettable for 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 TIMSK0_SPEC
impl Resettable for 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 ICR1_SPEC
impl Resettable for 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 OCR1A_SPEC
impl Resettable for 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 OCR1B_SPEC
impl Resettable for 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 OCR1C_SPEC
impl Resettable for 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 TCCR1A_SPEC
impl Resettable for 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 TCCR1B_SPEC
impl Resettable for 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 TCCR1C_SPEC
impl Resettable for 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 TCNT1_SPEC
impl Resettable for 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 TIFR1_SPEC
impl Resettable for 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 TIMSK1_SPEC
impl Resettable for 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 ASSR_SPEC
impl Resettable for 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 OCR2A_SPEC
impl Resettable for 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 OCR2B_SPEC
impl Resettable for 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 TCCR2A_SPEC
impl Resettable for 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 TCCR2B_SPEC
impl Resettable for 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 TCNT2_SPEC
impl Resettable for 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 TIFR2_SPEC
impl Resettable for 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 TIMSK2_SPEC
impl Resettable for 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 ICR3_SPEC
impl Resettable for 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 OCR3A_SPEC
impl Resettable for 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 OCR3B_SPEC
impl Resettable for 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 OCR3C_SPEC
impl Resettable for 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 TCCR3A_SPEC
impl Resettable for 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 TCCR3B_SPEC
impl Resettable for 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 TCCR3C_SPEC
impl Resettable for 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 TCNT3_SPEC
impl Resettable for 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 TIFR3_SPEC
impl Resettable for 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 TIMSK3_SPEC
impl Resettable for 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 OCR4A_SPEC
impl Resettable for 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 OCR4B_SPEC
impl Resettable for 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 OCR4C_SPEC
impl Resettable for 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 TCCR4A_SPEC
impl Resettable for 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 TCCR4B_SPEC
impl Resettable for 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 TCCR4C_SPEC
impl Resettable for 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 TCNT4_SPEC
impl Resettable for 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 TIFR4_SPEC
impl Resettable for 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 TIMSK4_SPEC
impl Resettable for 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 TWAMR_SPEC
impl Resettable for 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 TWAR_SPEC
impl Resettable for 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 TWBR_SPEC
impl Resettable for 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 TWCR_SPEC
impl Resettable for 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 TWDR_SPEC
impl Resettable for 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 TWSR_SPEC
impl Resettable for 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 UBRR0_SPEC
impl Resettable for 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 UCSR0A_SPEC
impl Resettable for 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 UCSR0B_SPEC
impl Resettable for 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 UCSR0C_SPEC
impl Resettable for 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 UDR0_SPEC
impl Resettable for 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 UBRR1_SPEC
impl Resettable for 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 UCSR1A_SPEC
impl Resettable for 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 UCSR1B_SPEC
impl Resettable for 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 UCSR1C_SPEC
impl Resettable for 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 UDR1_SPEC
impl Resettable for 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 WDTCSR_SPEC
impl Resettable for WDTCSR_SPEC
reset() method sets WDTCSR to value 0