Trait avr_device::generic::RegisterSpec[][src]

pub trait RegisterSpec {
    type Ux: Copy;
}

Raw register type

Associated Types

type Ux: Copy[src]

Raw register type (u8, u16, u32, ...).

Loading content...

Implementors

impl RegisterSpec for avr_device::atmega8::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::ac::sfior::SFIOR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega8::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::cpu::mcucsr::MCUCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::cpu::sfior::SFIOR_SPEC[src]

type Ux = u8

impl RegisterSpec for SPMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega8::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for GICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::exint::gifr::GIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::exint::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc0::tccr0::TCCR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc0::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc0::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega8::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega8::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega8::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega8::tc1::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc1::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc2::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc2::ocr2::OCR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc2::sfior::SFIOR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc2::tccr2::TCCR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc2::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::tc2::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for UBRRH_SPEC[src]

type Ux = u8

impl RegisterSpec for UBRRL_SPEC[src]

type Ux = u8

impl RegisterSpec for UCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for UCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for UCSRC_SPEC[src]

type Ux = u8

impl RegisterSpec for UDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega8::wdt::wdtcr::WDTCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::ac::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::adc::didr2::DIDR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for CLKSEL0_SPEC[src]

type Ux = u8

impl RegisterSpec for CLKSEL1_SPEC[src]

type Ux = u8

impl RegisterSpec for CLKSTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::eind::EIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::prr0::PRR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::prr1::PRR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::rampz::RAMPZ_SPEC[src]

type Ux = u8

impl RegisterSpec for RCCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::exint::eicrb::EICRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::jtag::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::jtag::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::jtag::ocdr::OCDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::pll::pllcsr::PLLCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for PLLFRQ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::porte::ddre::DDRE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::porte::pine::PINE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::porte::porte::PORTE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portf::ddrf::DDRF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portf::pinf::PINF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::portf::portf::PORTF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc1::ocr1c::OCR1C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc3::icr3::ICR3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc3::ocr3a::OCR3A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc3::ocr3b::OCR3B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc3::ocr3c::OCR3C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc3::tccr3a::TCCR3A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc3::tccr3b::TCCR3B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc3::tccr3c::TCCR3C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc3::tcnt3::TCNT3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::tc3::tifr3::TIFR3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc3::timsk3::TIMSK3_SPEC[src]

type Ux = u8

impl RegisterSpec for DT4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::ocr4a::OCR4A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::ocr4b::OCR4B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::ocr4c::OCR4C_SPEC[src]

type Ux = u8

impl RegisterSpec for OCR4D_SPEC[src]

type Ux = u8

impl RegisterSpec for TC4H_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::tccr4a::TCCR4A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::tccr4b::TCCR4B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::tccr4c::TCCR4C_SPEC[src]

type Ux = u8

impl RegisterSpec for TCCR4D_SPEC[src]

type Ux = u8

impl RegisterSpec for TCCR4E_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::tcnt4::TCNT4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::tifr4::TIFR4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::tc4::timsk4::TIMSK4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::twi::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::usart1::ubrr1::UBRR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::usart1::ucsr1d::UCSR1D_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::usart1::udr1::UDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for UDADDR_SPEC[src]

type Ux = u8

impl RegisterSpec for UDCON_SPEC[src]

type Ux = u8

impl RegisterSpec for UDFNUM_SPEC[src]

type Ux = u16

impl RegisterSpec for UDIEN_SPEC[src]

type Ux = u8

impl RegisterSpec for UDINT_SPEC[src]

type Ux = u8

impl RegisterSpec for UDMFN_SPEC[src]

type Ux = u8

impl RegisterSpec for UEBCHX_SPEC[src]

type Ux = u8

impl RegisterSpec for UEBCLX_SPEC[src]

type Ux = u8

impl RegisterSpec for UECFG0X_SPEC[src]

type Ux = u8

impl RegisterSpec for UECFG1X_SPEC[src]

type Ux = u8

impl RegisterSpec for UECONX_SPEC[src]

type Ux = u8

impl RegisterSpec for UEDATX_SPEC[src]

type Ux = u8

impl RegisterSpec for UEIENX_SPEC[src]

type Ux = u8

impl RegisterSpec for UEINT_SPEC[src]

type Ux = u8

impl RegisterSpec for UEINTX_SPEC[src]

type Ux = u8

impl RegisterSpec for UENUM_SPEC[src]

type Ux = u8

impl RegisterSpec for UERST_SPEC[src]

type Ux = u8

impl RegisterSpec for UESTA0X_SPEC[src]

type Ux = u8

impl RegisterSpec for UESTA1X_SPEC[src]

type Ux = u8

impl RegisterSpec for UHWCON_SPEC[src]

type Ux = u8

impl RegisterSpec for USBCON_SPEC[src]

type Ux = u8

impl RegisterSpec for USBINT_SPEC[src]

type Ux = u8

impl RegisterSpec for USBSTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega48p::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::cpu::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::eeprom::eearl::EEARL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::exint::pcmsk2::PCMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc1::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega48p::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega48p::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega48p::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega48p::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::ocr2a::OCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::ocr2b::OCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::tccr2a::TCCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::tccr2b::TCCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::tifr2::TIFR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::tc2::timsk2::TIMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::twi::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::usart0::ubrr0::UBRR0_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega48p::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega48p::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::ac::sfior::SFIOR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::boot_load::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::cpu::mcucsr::MCUCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for XDIV_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::cpu::xmcra::XMCRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::cpu::xmcrb::XMCRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::exint::eicrb::EICRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::jtag::mcucsr::MCUCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::jtag::ocdr::OCDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::misc::sfior::SFIOR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::porta::ddra::DDRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::porta::pina::PINA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::porta::porta::PORTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::porte::ddre::DDRE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::porte::pine::PINE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::porte::porte::PORTE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portf::ddrf::DDRF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portf::pinf::PINF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portf::portf::PORTF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portg::ddrg::DDRG_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portg::ping::PING_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::portg::portg::PORTG_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc0::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for OCR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc0::sfior::SFIOR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc0::tccr0::TCCR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc0::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc0::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc1::etifr::ETIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc1::etimsk::ETIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc1::ocr1c::OCR1C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc1::sfior::SFIOR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc1::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc1::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc2::ocr2::OCR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc2::tccr2::TCCR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc2::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc2::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc3::etifr::ETIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc3::etimsk::ETIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc3::icr3::ICR3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc3::ocr3a::OCR3A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc3::ocr3b::OCR3B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc3::ocr3c::OCR3C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::tc3::sfior::SFIOR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc3::tccr3a::TCCR3A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc3::tccr3b::TCCR3B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc3::tccr3c::TCCR3C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::tc3::tcnt3::TCNT3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega64::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for UBRR0H_SPEC[src]

type Ux = u8

impl RegisterSpec for UBRR0L_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for UBRR1H_SPEC[src]

type Ux = u8

impl RegisterSpec for UBRR1L_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::usart1::ucsr1a::UCSR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::usart1::ucsr1b::UCSR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::usart1::ucsr1c::UCSR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::usart1::udr1::UDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega64::wdt::wdtcr::WDTCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega168::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::cpu::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega168::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::exint::pcmsk2::PCMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc1::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega168::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega168::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega168::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega168::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::ocr2a::OCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::ocr2b::OCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::tccr2a::TCCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::tccr2b::TCCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::tifr2::TIFR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::tc2::timsk2::TIMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::twi::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::usart0::ubrr0::UBRR0_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega168::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega168::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328p::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::cpu::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328p::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::exint::pcmsk2::PCMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc1::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328p::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328p::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328p::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328p::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::ocr2a::OCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::ocr2b::OCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::tccr2a::TCCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::tccr2b::TCCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::tifr2::TIFR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::tc2::timsk2::TIMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::twi::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::usart0::ubrr0::UBRR0_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328p::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328p::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::ac::acsra::ACSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::ac::acsrb::ACSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for XFDCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::prr0::PRR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::prr1::PRR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::cpu::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::pcmsk2::PCMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::exint::pcmsk3::PCMSK3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::porte::ddre::DDRE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::porte::pine::PINE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::porte::porte::PORTE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::spi0::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::spi0::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::spi0::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::spi1::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::spi1::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::spi1::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc1::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::ocr2a::OCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::ocr2b::OCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::tccr2a::TCCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::tccr2b::TCCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::tifr2::TIFR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc2::timsk2::TIMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc3::icr3::ICR3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc3::ocr3a::OCR3A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc3::ocr3b::OCR3B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc3::tccr3a::TCCR3A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc3::tccr3b::TCCR3B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc3::tccr3c::TCCR3C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc3::tcnt3::TCNT3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc3::tifr3::TIFR3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc3::timsk3::TIMSK3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc4::icr4::ICR4_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc4::ocr4a::OCR4A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc4::ocr4b::OCR4B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc4::tccr4a::TCCR4A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc4::tccr4b::TCCR4B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc4::tccr4c::TCCR4C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc4::tcnt4::TCNT4_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::tc4::tifr4::TIFR4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::tc4::timsk4::TIMSK4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi0::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi0::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi0::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi0::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi0::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi0::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi1::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi1::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi1::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi1::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi1::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::twi1::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart0::ubrr0::UBRR0_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart0::ucsr0d::UCSR0D_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart1::ubrr1::UBRR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega328pb::usart1::ucsr1a::UCSR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart1::ucsr1b::UCSR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart1::ucsr1c::UCSR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart1::ucsr1d::UCSR1D_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::usart1::udr1::UDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega328pb::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::ac::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega644::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::boot_load::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega644::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::pcmsk2::PCMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::exint::pcmsk3::PCMSK3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::jtag::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::jtag::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::jtag::ocdr::OCDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::porta::ddra::DDRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::porta::pina::PINA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::porta::porta::PORTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega644::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega644::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega644::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega644::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::ocr2a::OCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::ocr2b::OCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::tccr2a::TCCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::tccr2b::TCCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::tifr2::TIFR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::tc2::timsk2::TIMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::twi::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::usart0::ubrr0::UBRR0_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega644::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega644::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::ac::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::adc::didr2::DIDR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::boot_load::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::eind::EIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::prr0::PRR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::prr1::PRR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::rampz::RAMPZ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::xmcra::XMCRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::cpu::xmcrb::XMCRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::eicrb::EICRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::exint::pcmsk2::PCMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::jtag::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::jtag::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::jtag::ocdr::OCDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porta::ddra::DDRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porta::pina::PINA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porta::porta::PORTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porte::ddre::DDRE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porte::pine::PINE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porte::porte::PORTE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portf::ddrf::DDRF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portf::pinf::PINF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portf::portf::PORTF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portg::ddrg::DDRG_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portg::ping::PING_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portg::portg::PORTG_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porth::ddrh::DDRH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porth::pinh::PINH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::porth::porth::PORTH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portj::ddrj::DDRJ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portj::pinj::PINJ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portj::portj::PORTJ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portk::ddrk::DDRK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portk::pink::PINK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portk::portk::PORTK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portl::ddrl::DDRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portl::pinl::PINL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::portl::portl::PORTL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc1::ocr1c::OCR1C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::ocr2a::OCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::ocr2b::OCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::tccr2a::TCCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::tccr2b::TCCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::tifr2::TIFR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc2::timsk2::TIMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc3::icr3::ICR3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc3::ocr3a::OCR3A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc3::ocr3b::OCR3B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc3::ocr3c::OCR3C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc3::tccr3a::TCCR3A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc3::tccr3b::TCCR3B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc3::tccr3c::TCCR3C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc3::tcnt3::TCNT3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc3::tifr3::TIFR3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc3::timsk3::TIMSK3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc4::icr4::ICR4_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc4::ocr4a::OCR4A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc4::ocr4b::OCR4B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc4::ocr4c::OCR4C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc4::tccr4a::TCCR4A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc4::tccr4b::TCCR4B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc4::tccr4c::TCCR4C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc4::tcnt4::TCNT4_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc4::tifr4::TIFR4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc4::timsk4::TIMSK4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc5::icr5::ICR5_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc5::ocr5a::OCR5A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc5::ocr5b::OCR5B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc5::ocr5c::OCR5C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc5::tccr5a::TCCR5A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc5::tccr5b::TCCR5B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc5::tccr5c::TCCR5C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc5::tcnt5::TCNT5_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::tc5::tifr5::TIFR5_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::tc5::timsk5::TIMSK5_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::twi::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart0::ubrr0::UBRR0_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart1::ubrr1::UBRR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::usart1::ucsr1a::UCSR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart1::ucsr1b::UCSR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart1::ucsr1c::UCSR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart1::udr1::UDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart2::ubrr2::UBRR2_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::usart2::ucsr2a::UCSR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart2::ucsr2b::UCSR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart2::ucsr2c::UCSR2C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart2::udr2::UDR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart3::ubrr3::UBRR3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega1280::usart3::ucsr3a::UCSR3A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart3::ucsr3b::UCSR3B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart3::ucsr3c::UCSR3C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::usart3::udr3::UDR3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega1280::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::ac::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::adc::didr2::DIDR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::boot_load::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::eind::EIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::prr0::PRR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::prr1::PRR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::rampz::RAMPZ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::xmcra::XMCRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::cpu::xmcrb::XMCRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::eicrb::EICRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::exint::pcmsk2::PCMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::jtag::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::jtag::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::jtag::ocdr::OCDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porta::ddra::DDRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porta::pina::PINA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porta::porta::PORTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porte::ddre::DDRE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porte::pine::PINE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porte::porte::PORTE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portf::ddrf::DDRF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portf::pinf::PINF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portf::portf::PORTF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portg::ddrg::DDRG_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portg::ping::PING_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portg::portg::PORTG_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porth::ddrh::DDRH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porth::pinh::PINH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::porth::porth::PORTH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portj::ddrj::DDRJ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portj::pinj::PINJ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portj::portj::PORTJ_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portk::ddrk::DDRK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portk::pink::PINK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portk::portk::PORTK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portl::ddrl::DDRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portl::pinl::PINL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::portl::portl::PORTL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc1::ocr1c::OCR1C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::assr::ASSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::ocr2a::OCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::ocr2b::OCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::tccr2a::TCCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::tccr2b::TCCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::tifr2::TIFR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc2::timsk2::TIMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc3::icr3::ICR3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc3::ocr3a::OCR3A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc3::ocr3b::OCR3B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc3::ocr3c::OCR3C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc3::tccr3a::TCCR3A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc3::tccr3b::TCCR3B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc3::tccr3c::TCCR3C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc3::tcnt3::TCNT3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc3::tifr3::TIFR3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc3::timsk3::TIMSK3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc4::icr4::ICR4_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc4::ocr4a::OCR4A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc4::ocr4b::OCR4B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc4::ocr4c::OCR4C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc4::tccr4a::TCCR4A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc4::tccr4b::TCCR4B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc4::tccr4c::TCCR4C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc4::tcnt4::TCNT4_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc4::tifr4::TIFR4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc4::timsk4::TIMSK4_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc5::icr5::ICR5_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc5::ocr5a::OCR5A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc5::ocr5b::OCR5B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc5::ocr5c::OCR5C_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc5::tccr5a::TCCR5A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc5::tccr5b::TCCR5B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc5::tccr5c::TCCR5C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc5::tcnt5::TCNT5_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::tc5::tifr5::TIFR5_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::tc5::timsk5::TIMSK5_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::twi::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart0::ubrr0::UBRR0_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart1::ubrr1::UBRR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::usart1::ucsr1a::UCSR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart1::ucsr1b::UCSR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart1::ucsr1c::UCSR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart1::udr1::UDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart2::ubrr2::UBRR2_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::usart2::ucsr2a::UCSR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart2::ucsr2b::UCSR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart2::ucsr2c::UCSR2C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart2::udr2::UDR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart3::ubrr3::UBRR3_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega2560::usart3::ucsr3a::UCSR3A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart3::ucsr3b::UCSR3B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart3::ucsr3c::UCSR3C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::usart3::udr3::UDR3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega2560::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::ac0::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for DACREF_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::ac0::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for MUXCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::ac0::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::calib::CALIB_SPEC[src]

type Ux = u8

impl RegisterSpec for COMMAND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::ctrlc::CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::ctrld::CTRLD_SPEC[src]

type Ux = u8

impl RegisterSpec for CTRLE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for MUXPOS_SPEC[src]

type Ux = u8

impl RegisterSpec for RES_SPEC[src]

type Ux = u16

impl RegisterSpec for SAMPCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::adc0::temp::TEMP_SPEC[src]

type Ux = u8

impl RegisterSpec for WINHT_SPEC[src]

type Ux = u16

impl RegisterSpec for WINLT_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::bod::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::bod::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::bod::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::bod::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::bod::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for VLMCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::ccl::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for INTCTRL0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::ccl::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT0CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT0CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT0CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT1CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT1CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT1CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT2CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT2CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT2CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT3CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT3CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for LUT3CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for SEQCTRL0_SPEC[src]

type Ux = u8

impl RegisterSpec for SEQCTRL1_SPEC[src]

type Ux = u8

impl RegisterSpec for TRUTH0_SPEC[src]

type Ux = u8

impl RegisterSpec for TRUTH1_SPEC[src]

type Ux = u8

impl RegisterSpec for TRUTH2_SPEC[src]

type Ux = u8

impl RegisterSpec for TRUTH3_SPEC[src]

type Ux = u8

impl RegisterSpec for MCLKCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for MCLKCTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for MCLKLOCK_SPEC[src]

type Ux = u8

impl RegisterSpec for MCLKSTATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for OSC20MCALIBA_SPEC[src]

type Ux = u8

impl RegisterSpec for OSC20MCALIBB_SPEC[src]

type Ux = u8

impl RegisterSpec for OSC20MCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for OSC32KCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for XOSC32KCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::cpu::ccp::CCP_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::cpu::sph::SPH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::cpu::spl::SPL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::cpuint::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for LVL0PRI_SPEC[src]

type Ux = u8

impl RegisterSpec for LVL1VEC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::cpuint::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::crcscan::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::crcscan::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::crcscan::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for CHANNEL0_SPEC[src]

type Ux = u8

impl RegisterSpec for CHANNEL1_SPEC[src]

type Ux = u8

impl RegisterSpec for CHANNEL2_SPEC[src]

type Ux = u8

impl RegisterSpec for CHANNEL3_SPEC[src]

type Ux = u8

impl RegisterSpec for CHANNEL4_SPEC[src]

type Ux = u8

impl RegisterSpec for CHANNEL5_SPEC[src]

type Ux = u8

impl RegisterSpec for CHANNEL6_SPEC[src]

type Ux = u8

impl RegisterSpec for CHANNEL7_SPEC[src]

type Ux = u8

impl RegisterSpec for STROBE_SPEC[src]

type Ux = u8

impl RegisterSpec for USERADC0_SPEC[src]

type Ux = u8

impl RegisterSpec for USERCCLLUT0A_SPEC[src]

type Ux = u8

impl RegisterSpec for USERCCLLUT0B_SPEC[src]

type Ux = u8

impl RegisterSpec for USERCCLLUT1A_SPEC[src]

type Ux = u8

impl RegisterSpec for USERCCLLUT1B_SPEC[src]

type Ux = u8

impl RegisterSpec for USERCCLLUT2A_SPEC[src]

type Ux = u8

impl RegisterSpec for USERCCLLUT2B_SPEC[src]

type Ux = u8

impl RegisterSpec for USERCCLLUT3A_SPEC[src]

type Ux = u8

impl RegisterSpec for USERCCLLUT3B_SPEC[src]

type Ux = u8

impl RegisterSpec for USEREVOUTA_SPEC[src]

type Ux = u8

impl RegisterSpec for USEREVOUTB_SPEC[src]

type Ux = u8

impl RegisterSpec for USEREVOUTC_SPEC[src]

type Ux = u8

impl RegisterSpec for USEREVOUTD_SPEC[src]

type Ux = u8

impl RegisterSpec for USEREVOUTE_SPEC[src]

type Ux = u8

impl RegisterSpec for USEREVOUTF_SPEC[src]

type Ux = u8

impl RegisterSpec for USERTCA0_SPEC[src]

type Ux = u8

impl RegisterSpec for USERTCB0_SPEC[src]

type Ux = u8

impl RegisterSpec for USERTCB1_SPEC[src]

type Ux = u8

impl RegisterSpec for USERTCB2_SPEC[src]

type Ux = u8

impl RegisterSpec for USERTCB3_SPEC[src]

type Ux = u8

impl RegisterSpec for USERUSART0_SPEC[src]

type Ux = u8

impl RegisterSpec for USERUSART1_SPEC[src]

type Ux = u8

impl RegisterSpec for USERUSART2_SPEC[src]

type Ux = u8

impl RegisterSpec for USERUSART3_SPEC[src]

type Ux = u8

impl RegisterSpec for APPEND_SPEC[src]

type Ux = u8

impl RegisterSpec for BODCFG_SPEC[src]

type Ux = u8

impl RegisterSpec for BOOTEND_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCCFG_SPEC[src]

type Ux = u8

impl RegisterSpec for SYSCFG0_SPEC[src]

type Ux = u8

impl RegisterSpec for SYSCFG1_SPEC[src]

type Ux = u8

impl RegisterSpec for WDTCFG_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::gpio::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::gpio::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::gpio::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for GPIOR3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for ADDR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::nvmctrl::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::nvmctrl::data::DATA_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::nvmctrl::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::dirclr::DIRCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::dirset::DIRSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::dirtgl::DIRTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::outclr::OUTCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::outset::OUTSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::outtgl::OUTTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porta::portctrl::PORTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::dirclr::DIRCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::dirset::DIRSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::dirtgl::DIRTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::outclr::OUTCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::outset::OUTSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::outtgl::OUTTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portb::portctrl::PORTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::dirclr::DIRCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::dirset::DIRSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::dirtgl::DIRTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::outclr::OUTCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::outset::OUTSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::outtgl::OUTTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portc::portctrl::PORTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::dirclr::DIRCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::dirset::DIRSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::dirtgl::DIRTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::outclr::OUTCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::outset::OUTSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::outtgl::OUTTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portd::portctrl::PORTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::dirclr::DIRCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::dirset::DIRSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::dirtgl::DIRTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::outclr::OUTCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::outset::OUTSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::outtgl::OUTTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::porte::portctrl::PORTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::dirclr::DIRCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::dirset::DIRSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::dirtgl::DIRTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::outclr::OUTCLR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::outset::OUTSET_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::outtgl::OUTTGL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::portf::portctrl::PORTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for CCLROUTEA_SPEC[src]

type Ux = u8

impl RegisterSpec for EVSYSROUTEA_SPEC[src]

type Ux = u8

impl RegisterSpec for TCAROUTEA_SPEC[src]

type Ux = u8

impl RegisterSpec for TCBROUTEA_SPEC[src]

type Ux = u8

impl RegisterSpec for TWISPIROUTEA_SPEC[src]

type Ux = u8

impl RegisterSpec for USARTROUTEA_SPEC[src]

type Ux = u8

impl RegisterSpec for RSTFR_SPEC[src]

type Ux = u8

impl RegisterSpec for SWRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::rtc::calib::CALIB_SPEC[src]

type Ux = u8

impl RegisterSpec for CLKSEL_SPEC[src]

type Ux = u8

impl RegisterSpec for CMP_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::rtc::cnt::CNT_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::rtc::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::rtc::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::rtc::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for PER_SPEC[src]

type Ux = u16

impl RegisterSpec for PITCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for PITDBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for PITINTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for PITINTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for PITSTATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::rtc::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::rtc::temp::TEMP_SPEC[src]

type Ux = u8

impl RegisterSpec for CHECKSUM1_SPEC[src]

type Ux = u8

impl RegisterSpec for DEVICEID0_SPEC[src]

type Ux = u8

impl RegisterSpec for DEVICEID1_SPEC[src]

type Ux = u8

impl RegisterSpec for DEVICEID2_SPEC[src]

type Ux = u8

impl RegisterSpec for OSC16ERR3V_SPEC[src]

type Ux = u8

impl RegisterSpec for OSC16ERR5V_SPEC[src]

type Ux = u8

impl RegisterSpec for OSC20ERR3V_SPEC[src]

type Ux = u8

impl RegisterSpec for OSC20ERR5V_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCCAL16M0_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCCAL16M1_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCCAL20M0_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCCAL20M1_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCCAL32K_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM0_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM1_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM2_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM3_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM4_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM5_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM6_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM7_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM8_SPEC[src]

type Ux = u8

impl RegisterSpec for SERNUM9_SPEC[src]

type Ux = u8

impl RegisterSpec for TEMPSENSE0_SPEC[src]

type Ux = u8

impl RegisterSpec for TEMPSENSE1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::slpctrl::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::spi0::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::spi0::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::spi0::data::DATA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::spi0::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::spi0::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for EXTBRK_SPEC[src]

type Ux = u8

impl RegisterSpec for OCDM_SPEC[src]

type Ux = u8

impl RegisterSpec for OCDMS_SPEC[src]

type Ux = u8

impl RegisterSpec for REVID_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb0::ccmp::CCMP_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::tcb0::cnt::CNT_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::tcb0::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb0::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb0::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb0::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb0::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb0::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb0::temp::TEMP_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb1::ccmp::CCMP_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::tcb1::cnt::CNT_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::tcb1::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb1::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb1::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb1::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb1::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb1::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb1::temp::TEMP_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb2::ccmp::CCMP_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::tcb2::cnt::CNT_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::tcb2::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb2::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb2::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb2::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb2::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb2::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb2::temp::TEMP_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb3::ccmp::CCMP_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::tcb3::cnt::CNT_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::tcb3::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb3::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb3::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb3::intctrl::INTCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb3::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb3::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::tcb3::temp::TEMP_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::twi0::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for DUALCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for MADDR_SPEC[src]

type Ux = u8

impl RegisterSpec for MBAUD_SPEC[src]

type Ux = u8

impl RegisterSpec for MCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for MCTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for MDATA_SPEC[src]

type Ux = u8

impl RegisterSpec for MSTATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for SADDR_SPEC[src]

type Ux = u8

impl RegisterSpec for SADDRMASK_SPEC[src]

type Ux = u8

impl RegisterSpec for SCTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for SCTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for SDATA_SPEC[src]

type Ux = u8

impl RegisterSpec for SSTATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::baud::BAUD_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::usart0::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::ctrlc::CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::ctrld::CTRLD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::rxdatah::RXDATAH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::rxdatal::RXDATAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::txdatah::TXDATAH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::txdatal::TXDATAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::baud::BAUD_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::usart1::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::ctrlc::CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::ctrld::CTRLD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::rxdatah::RXDATAH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::rxdatal::RXDATAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::txdatah::TXDATAH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::txdatal::TXDATAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::baud::BAUD_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::usart2::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::ctrlc::CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::ctrld::CTRLD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::rxdatah::RXDATAH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::rxdatal::RXDATAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::txdatah::TXDATAH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::txdatal::TXDATAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::baud::BAUD_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::atmega4809::usart3::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::ctrlc::CTRLC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::ctrld::CTRLD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::evctrl::EVCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::rxdatah::RXDATAH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::rxdatal::RXDATAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::txdatah::TXDATAH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::txdatal::TXDATAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW0_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW1_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW2_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW3_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW4_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW5_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW6_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW7_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW8_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW9_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW10_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW11_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW12_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW13_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW14_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW15_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW16_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW17_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW18_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW19_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW20_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW21_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW22_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW23_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW24_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW25_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW26_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW27_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW28_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW29_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW30_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW31_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW32_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW33_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW34_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW35_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW36_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW37_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW38_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW39_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW40_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW41_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW42_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW43_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW44_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW45_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW46_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW47_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW48_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW49_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW50_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW51_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW52_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW53_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW54_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW55_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW56_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW57_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW58_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW59_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW60_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW61_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW62_SPEC[src]

type Ux = u8

impl RegisterSpec for USERROW63_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vporta::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vporta::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vporta::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vporta::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportb::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportb::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportb::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportb::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportc::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportc::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportc::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportc::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportd::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportd::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportd::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportd::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vporte::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vporte::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vporte::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vporte::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportf::dir::DIR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportf::in_::IN_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportf::intflags::INTFLAGS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vportf::out::OUT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vref::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::vref::ctrlb::CTRLB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::wdt::ctrla::CTRLA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::atmega4809::wdt::status::STATUS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::ac::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::ac::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny84::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::boot_load::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny84::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::exint::gifr::GIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::exint::gimsk::GIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::exint::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::porta::ddra::DDRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::porta::pina::PINA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::porta::porta::PORTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny84::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny84::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny84::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny84::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::usi::usibr::USIBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::usi::usicr::USICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::usi::usidr::USIDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::usi::usisr::USISR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny84::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::ac::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::ac::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny85::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::boot_load::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::dwdr::DWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::pllcsr::PLLCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny85::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::exint::gifr::GIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::exint::gimsk::GIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::exint::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for PCMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc0::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc0::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for DT1A_SPEC[src]

type Ux = u8

impl RegisterSpec for DT1B_SPEC[src]

type Ux = u8

impl RegisterSpec for DTPS_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc1::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc1::ocr1c::OCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for TCCR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc1::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::tc1::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::usi::usibr::USIBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::usi::usicr::USICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::usi::usidr::USIDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::usi::usisr::USISR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny85::wdt::wdtcr::WDTCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::ac::acsr::ACSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::ac::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny88::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::adc::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::portcr::PORTCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::smcr::SMCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::sph::SPH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::spl::SPL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::cpu::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::eeprom::eearl::EEARL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::eicra::EICRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::eifr::EIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::eimsk::EIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::pcicr::PCICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::pcifr::PCIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::pcmsk2::PCMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::exint::pcmsk3::PCMSK3_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::porta::ddra::DDRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::porta::pina::PINA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::porta::porta::PORTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portc::ddrc::DDRC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portc::pinc::PINC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portc::portc::PORTC_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portd::ddrd::DDRD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portd::pind::PIND_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::portd::portd::PORTD_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc1::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny88::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny88::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny88::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny88::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::twi::twamr::TWAMR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::twi::twar::TWAR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::twi::twbr::TWBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::twi::twcr::TWCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::twi::twdr::TWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for TWHSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::twi::twsr::TWSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny88::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for ACSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for ACSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for ACSR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for ACSR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for ADMUXA_SPEC[src]

type Ux = u8

impl RegisterSpec for ADMUXB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::adc::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::ccp::CCP_SPEC[src]

type Ux = u8

impl RegisterSpec for CLKCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCCAL0_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCCAL1_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCTCAL0A_SPEC[src]

type Ux = u8

impl RegisterSpec for OSCTCAL0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::cpu::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::exint::gifr::GIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::exint::gimsk::GIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::exint::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::porta::ddra::DDRA_SPEC[src]

type Ux = u8

impl RegisterSpec for PHDE_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::porta::pina::PINA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::porta::porta::PORTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::porta::portcr::PORTCR_SPEC[src]

type Ux = u8

impl RegisterSpec for PUEA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::portb::portcr::PORTCR_SPEC[src]

type Ux = u8

impl RegisterSpec for PUEB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::spi::remap::REMAP_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::spi::spcr::SPCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::spi::spdr::SPDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::spi::spsr::SPSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc0::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc0::tcnt0::TCNT0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc0::tifr0::TIFR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc0::timsk0::TIMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc1::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc1::icr1::ICR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::tc1::tifr1::TIFR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc1::timsk1::TIMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc2::gtccr::GTCCR_SPEC[src]

type Ux = u8

impl RegisterSpec for ICR2_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::tc2::ocr2a::OCR2A_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::tc2::ocr2b::OCR2B_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::tc2::tccr2a::TCCR2A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc2::tccr2b::TCCR2B_SPEC[src]

type Ux = u8

impl RegisterSpec for TCCR2C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc2::tcnt2::TCNT2_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::tc2::tifr2::TIFR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::tc2::timsk2::TIMSK2_SPEC[src]

type Ux = u8

impl RegisterSpec for TOCPMCOE_SPEC[src]

type Ux = u8

impl RegisterSpec for TOCPMSA0_SPEC[src]

type Ux = u8

impl RegisterSpec for TOCPMSA1_SPEC[src]

type Ux = u8

impl RegisterSpec for TWSA_SPEC[src]

type Ux = u8

impl RegisterSpec for TWSAM_SPEC[src]

type Ux = u8

impl RegisterSpec for TWSCRA_SPEC[src]

type Ux = u8

impl RegisterSpec for TWSCRB_SPEC[src]

type Ux = u8

impl RegisterSpec for TWSD_SPEC[src]

type Ux = u8

impl RegisterSpec for TWSSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart0::remap::REMAP_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart0::ubrr0::UBRR0_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::usart0::ucsr0a::UCSR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart0::ucsr0b::UCSR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart0::ucsr0c::UCSR0C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart0::ucsr0d::UCSR0D_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart0::udr0::UDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart1::ubrr1::UBRR1_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny841::usart1::ucsr1a::UCSR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart1::ucsr1b::UCSR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart1::ucsr1c::UCSR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart1::ucsr1d::UCSR1D_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::usart1::udr1::UDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny841::wdt::wdtcsr::WDTCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::ac::acsra::ACSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::ac::acsrb::ACSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::adc::adc::ADC_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny861::adc::adcsra::ADCSRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::adc::adcsrb::ADCSRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::adc::admux::ADMUX_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::adc::didr0::DIDR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::adc::didr1::DIDR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::boot_load::spmcsr::SPMCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::clkpr::CLKPR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::dwdr::DWDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::gpior0::GPIOR0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::gpior1::GPIOR1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::gpior2::GPIOR2_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::mcusr::MCUSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::osccal::OSCCAL_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::pllcsr::PLLCSR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::cpu::prr::PRR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::eeprom::eear::EEAR_SPEC[src]

type Ux = u16

impl RegisterSpec for avr_device::attiny861::eeprom::eecr::EECR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::eeprom::eedr::EEDR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::exint::gifr::GIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::exint::gimsk::GIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::exint::mcucr::MCUCR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::exint::pcmsk0::PCMSK0_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::exint::pcmsk1::PCMSK1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::fuse::extended::EXTENDED_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::fuse::high::HIGH_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::fuse::low::LOW_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::lockbit::lockbit::LOCKBIT_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::porta::ddra::DDRA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::porta::pina::PINA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::porta::porta::PORTA_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::portb::ddrb::DDRB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::portb::pinb::PINB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::portb::portb::PORTB_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc0::ocr0a::OCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc0::ocr0b::OCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc0::tccr0a::TCCR0A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc0::tccr0b::TCCR0B_SPEC[src]

type Ux = u8

impl RegisterSpec for TCNT0H_SPEC[src]

type Ux = u8

impl RegisterSpec for TCNT0L_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc0::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc0::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for DT1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::ocr1a::OCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::ocr1b::OCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::ocr1c::OCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for OCR1D_SPEC[src]

type Ux = u8

impl RegisterSpec for TC1H_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::tccr1a::TCCR1A_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::tccr1b::TCCR1B_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::tccr1c::TCCR1C_SPEC[src]

type Ux = u8

impl RegisterSpec for TCCR1D_SPEC[src]

type Ux = u8

impl RegisterSpec for TCCR1E_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::tcnt1::TCNT1_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::tifr::TIFR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::tc1::timsk::TIMSK_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::usi::usibr::USIBR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::usi::usicr::USICR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::usi::usidr::USIDR_SPEC[src]

type Ux = u8

impl RegisterSpec for USIPP_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::usi::usisr::USISR_SPEC[src]

type Ux = u8

impl RegisterSpec for avr_device::attiny861::wdt::wdtcr::WDTCR_SPEC[src]

type Ux = u8

Loading content...