Trait avr_device::generic::Readable [−][src]
Trait implemented by readable registers to enable the read
method.
Registers marked with Writable
can be also modify
'ed.
Associated Types
type Reader: From<R<Self>> + Deref<Target = R<Self>>
[src]
Result from a call to read
and argument to modify
.
Implementors
impl Readable for avr_device::atmega8::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega8::ac::sfior::SFIOR_SPEC
[src]
read()
method returns sfior::R reader structure
impl Readable for avr_device::atmega8::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega8::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega8::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega8::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega8::cpu::mcucsr::MCUCSR_SPEC
[src]
read()
method returns mcucsr::R reader structure
impl Readable for avr_device::atmega8::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega8::cpu::sfior::SFIOR_SPEC
[src]
read()
method returns sfior::R reader structure
impl Readable for SPMCR_SPEC
[src]
read()
method returns spmcr::R reader structure
impl Readable for avr_device::atmega8::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega8::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega8::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for GICR_SPEC
[src]
read()
method returns gicr::R reader structure
impl Readable for avr_device::atmega8::exint::gifr::GIFR_SPEC
[src]
read()
method returns gifr::R reader structure
impl Readable for avr_device::atmega8::exint::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega8::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega8::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega8::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega8::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega8::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega8::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega8::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega8::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega8::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega8::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega8::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega8::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega8::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega8::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega8::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega8::tc0::tccr0::TCCR0_SPEC
[src]
read()
method returns tccr0::R reader structure
impl Readable for avr_device::atmega8::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega8::tc0::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::atmega8::tc0::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for avr_device::atmega8::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega8::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega8::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega8::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega8::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega8::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega8::tc1::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::atmega8::tc1::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for avr_device::atmega8::tc2::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for avr_device::atmega8::tc2::ocr2::OCR2_SPEC
[src]
read()
method returns ocr2::R reader structure
impl Readable for avr_device::atmega8::tc2::sfior::SFIOR_SPEC
[src]
read()
method returns sfior::R reader structure
impl Readable for avr_device::atmega8::tc2::tccr2::TCCR2_SPEC
[src]
read()
method returns tccr2::R reader structure
impl Readable for avr_device::atmega8::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega8::tc2::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::atmega8::tc2::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for avr_device::atmega8::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega8::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega8::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega8::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega8::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for UBRRH_SPEC
[src]
read()
method returns ubrrh::R reader structure
impl Readable for UBRRL_SPEC
[src]
read()
method returns ubrrl::R reader structure
impl Readable for UCSRA_SPEC
[src]
read()
method returns ucsra::R reader structure
impl Readable for UCSRB_SPEC
[src]
read()
method returns ucsrb::R reader structure
impl Readable for UCSRC_SPEC
[src]
read()
method returns ucsrc::R reader structure
impl Readable for UDR_SPEC
[src]
read()
method returns udr::R reader structure
impl Readable for avr_device::atmega8::wdt::wdtcr::WDTCR_SPEC
[src]
read()
method returns wdtcr::R reader structure
impl Readable for avr_device::atmega32u4::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega32u4::ac::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega32u4::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::atmega32u4::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega32u4::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega32u4::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega32u4::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega32u4::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::atmega32u4::adc::didr2::DIDR2_SPEC
[src]
read()
method returns didr2::R reader structure
impl Readable for avr_device::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega32u4::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for CLKSEL0_SPEC
[src]
read()
method returns clksel0::R reader structure
impl Readable for CLKSEL1_SPEC
[src]
read()
method returns clksel1::R reader structure
impl Readable for CLKSTA_SPEC
[src]
read()
method returns clksta::R reader structure
impl Readable for avr_device::atmega32u4::cpu::eind::EIND_SPEC
[src]
read()
method returns eind::R reader structure
impl Readable for avr_device::atmega32u4::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega32u4::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega32u4::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::atmega32u4::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega32u4::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega32u4::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega32u4::cpu::prr0::PRR0_SPEC
[src]
read()
method returns prr0::R reader structure
impl Readable for avr_device::atmega32u4::cpu::prr1::PRR1_SPEC
[src]
read()
method returns prr1::R reader structure
impl Readable for avr_device::atmega32u4::cpu::rampz::RAMPZ_SPEC
[src]
read()
method returns rampz::R reader structure
impl Readable for RCCTRL_SPEC
[src]
read()
method returns rcctrl::R reader structure
impl Readable for avr_device::atmega32u4::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::atmega32u4::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega32u4::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega32u4::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega32u4::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega32u4::exint::eicrb::EICRB_SPEC
[src]
read()
method returns eicrb::R reader structure
impl Readable for avr_device::atmega32u4::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega32u4::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega32u4::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::atmega32u4::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::atmega32u4::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::atmega32u4::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega32u4::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega32u4::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega32u4::jtag::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega32u4::jtag::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega32u4::jtag::ocdr::OCDR_SPEC
[src]
read()
method returns ocdr::R reader structure
impl Readable for avr_device::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega32u4::pll::pllcsr::PLLCSR_SPEC
[src]
read()
method returns pllcsr::R reader structure
impl Readable for PLLFRQ_SPEC
[src]
read()
method returns pllfrq::R reader structure
impl Readable for avr_device::atmega32u4::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega32u4::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega32u4::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega32u4::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega32u4::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega32u4::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega32u4::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega32u4::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega32u4::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega32u4::porte::ddre::DDRE_SPEC
[src]
read()
method returns ddre::R reader structure
impl Readable for avr_device::atmega32u4::porte::pine::PINE_SPEC
[src]
read()
method returns pine::R reader structure
impl Readable for avr_device::atmega32u4::porte::porte::PORTE_SPEC
[src]
read()
method returns porte::R reader structure
impl Readable for avr_device::atmega32u4::portf::ddrf::DDRF_SPEC
[src]
read()
method returns ddrf::R reader structure
impl Readable for avr_device::atmega32u4::portf::pinf::PINF_SPEC
[src]
read()
method returns pinf::R reader structure
impl Readable for avr_device::atmega32u4::portf::portf::PORTF_SPEC
[src]
read()
method returns portf::R reader structure
impl Readable for avr_device::atmega32u4::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega32u4::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega32u4::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega32u4::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega32u4::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::atmega32u4::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::atmega32u4::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::atmega32u4::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::atmega32u4::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega32u4::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::atmega32u4::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::atmega32u4::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega32u4::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega32u4::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega32u4::tc1::ocr1c::OCR1C_SPEC
[src]
read()
method returns ocr1c::R reader structure
impl Readable for avr_device::atmega32u4::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega32u4::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega32u4::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega32u4::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::atmega32u4::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::atmega32u4::tc3::icr3::ICR3_SPEC
[src]
read()
method returns icr3::R reader structure
impl Readable for avr_device::atmega32u4::tc3::ocr3a::OCR3A_SPEC
[src]
read()
method returns ocr3a::R reader structure
impl Readable for avr_device::atmega32u4::tc3::ocr3b::OCR3B_SPEC
[src]
read()
method returns ocr3b::R reader structure
impl Readable for avr_device::atmega32u4::tc3::ocr3c::OCR3C_SPEC
[src]
read()
method returns ocr3c::R reader structure
impl Readable for avr_device::atmega32u4::tc3::tccr3a::TCCR3A_SPEC
[src]
read()
method returns tccr3a::R reader structure
impl Readable for avr_device::atmega32u4::tc3::tccr3b::TCCR3B_SPEC
[src]
read()
method returns tccr3b::R reader structure
impl Readable for avr_device::atmega32u4::tc3::tcnt3::TCNT3_SPEC
[src]
read()
method returns tcnt3::R reader structure
impl Readable for avr_device::atmega32u4::tc3::tifr3::TIFR3_SPEC
[src]
read()
method returns tifr3::R reader structure
impl Readable for avr_device::atmega32u4::tc3::timsk3::TIMSK3_SPEC
[src]
read()
method returns timsk3::R reader structure
impl Readable for DT4_SPEC
[src]
read()
method returns dt4::R reader structure
impl Readable for avr_device::atmega32u4::tc4::ocr4a::OCR4A_SPEC
[src]
read()
method returns ocr4a::R reader structure
impl Readable for avr_device::atmega32u4::tc4::ocr4b::OCR4B_SPEC
[src]
read()
method returns ocr4b::R reader structure
impl Readable for avr_device::atmega32u4::tc4::ocr4c::OCR4C_SPEC
[src]
read()
method returns ocr4c::R reader structure
impl Readable for OCR4D_SPEC
[src]
read()
method returns ocr4d::R reader structure
impl Readable for TC4H_SPEC
[src]
read()
method returns tc4h::R reader structure
impl Readable for avr_device::atmega32u4::tc4::tccr4a::TCCR4A_SPEC
[src]
read()
method returns tccr4a::R reader structure
impl Readable for avr_device::atmega32u4::tc4::tccr4b::TCCR4B_SPEC
[src]
read()
method returns tccr4b::R reader structure
impl Readable for avr_device::atmega32u4::tc4::tccr4c::TCCR4C_SPEC
[src]
read()
method returns tccr4c::R reader structure
impl Readable for TCCR4D_SPEC
[src]
read()
method returns tccr4d::R reader structure
impl Readable for TCCR4E_SPEC
[src]
read()
method returns tccr4e::R reader structure
impl Readable for avr_device::atmega32u4::tc4::tcnt4::TCNT4_SPEC
[src]
read()
method returns tcnt4::R reader structure
impl Readable for avr_device::atmega32u4::tc4::tifr4::TIFR4_SPEC
[src]
read()
method returns tifr4::R reader structure
impl Readable for avr_device::atmega32u4::tc4::timsk4::TIMSK4_SPEC
[src]
read()
method returns timsk4::R reader structure
impl Readable for avr_device::atmega32u4::twi::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega32u4::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega32u4::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega32u4::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega32u4::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega32u4::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega32u4::usart1::ubrr1::UBRR1_SPEC
[src]
read()
method returns ubrr1::R reader structure
impl Readable for avr_device::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC
[src]
read()
method returns ucsr1a::R reader structure
impl Readable for avr_device::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC
[src]
read()
method returns ucsr1b::R reader structure
impl Readable for avr_device::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC
[src]
read()
method returns ucsr1c::R reader structure
impl Readable for avr_device::atmega32u4::usart1::ucsr1d::UCSR1D_SPEC
[src]
read()
method returns ucsr1d::R reader structure
impl Readable for avr_device::atmega32u4::usart1::udr1::UDR1_SPEC
[src]
read()
method returns udr1::R reader structure
impl Readable for UDADDR_SPEC
[src]
read()
method returns udaddr::R reader structure
impl Readable for UDCON_SPEC
[src]
read()
method returns udcon::R reader structure
impl Readable for UDFNUM_SPEC
[src]
read()
method returns udfnum::R reader structure
impl Readable for UDIEN_SPEC
[src]
read()
method returns udien::R reader structure
impl Readable for UDINT_SPEC
[src]
read()
method returns udint::R reader structure
impl Readable for UDMFN_SPEC
[src]
read()
method returns udmfn::R reader structure
impl Readable for UEBCHX_SPEC
[src]
read()
method returns uebchx::R reader structure
impl Readable for UEBCLX_SPEC
[src]
read()
method returns uebclx::R reader structure
impl Readable for UECFG0X_SPEC
[src]
read()
method returns uecfg0x::R reader structure
impl Readable for UECFG1X_SPEC
[src]
read()
method returns uecfg1x::R reader structure
impl Readable for UECONX_SPEC
[src]
read()
method returns ueconx::R reader structure
impl Readable for UEDATX_SPEC
[src]
read()
method returns uedatx::R reader structure
impl Readable for UEIENX_SPEC
[src]
read()
method returns ueienx::R reader structure
impl Readable for UEINT_SPEC
[src]
read()
method returns ueint::R reader structure
impl Readable for UEINTX_SPEC
[src]
read()
method returns ueintx::R reader structure
impl Readable for UENUM_SPEC
[src]
read()
method returns uenum::R reader structure
impl Readable for UERST_SPEC
[src]
read()
method returns uerst::R reader structure
impl Readable for UESTA0X_SPEC
[src]
read()
method returns uesta0x::R reader structure
impl Readable for UESTA1X_SPEC
[src]
read()
method returns uesta1x::R reader structure
impl Readable for UHWCON_SPEC
[src]
read()
method returns uhwcon::R reader structure
impl Readable for USBCON_SPEC
[src]
read()
method returns usbcon::R reader structure
impl Readable for USBINT_SPEC
[src]
read()
method returns usbint::R reader structure
impl Readable for USBSTA_SPEC
[src]
read()
method returns usbsta::R reader structure
impl Readable for avr_device::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::atmega48p::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega48p::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::atmega48p::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega48p::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega48p::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega48p::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega48p::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::atmega48p::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::atmega48p::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega48p::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega48p::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::atmega48p::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega48p::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega48p::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega48p::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::atmega48p::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::atmega48p::cpu::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega48p::eeprom::eearl::EEARL_SPEC
[src]
read()
method returns eearl::R reader structure
impl Readable for avr_device::atmega48p::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega48p::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega48p::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega48p::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega48p::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega48p::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::atmega48p::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::atmega48p::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::atmega48p::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::atmega48p::exint::pcmsk2::PCMSK2_SPEC
[src]
read()
method returns pcmsk2::R reader structure
impl Readable for avr_device::atmega48p::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega48p::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega48p::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega48p::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega48p::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega48p::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega48p::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega48p::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega48p::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega48p::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega48p::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega48p::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega48p::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega48p::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega48p::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega48p::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega48p::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega48p::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::atmega48p::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::atmega48p::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::atmega48p::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::atmega48p::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega48p::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::atmega48p::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::atmega48p::tc1::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega48p::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega48p::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega48p::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega48p::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega48p::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega48p::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega48p::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::atmega48p::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::atmega48p::tc2::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for avr_device::atmega48p::tc2::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega48p::tc2::ocr2a::OCR2A_SPEC
[src]
read()
method returns ocr2a::R reader structure
impl Readable for avr_device::atmega48p::tc2::ocr2b::OCR2B_SPEC
[src]
read()
method returns ocr2b::R reader structure
impl Readable for avr_device::atmega48p::tc2::tccr2a::TCCR2A_SPEC
[src]
read()
method returns tccr2a::R reader structure
impl Readable for avr_device::atmega48p::tc2::tccr2b::TCCR2B_SPEC
[src]
read()
method returns tccr2b::R reader structure
impl Readable for avr_device::atmega48p::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega48p::tc2::tifr2::TIFR2_SPEC
[src]
read()
method returns tifr2::R reader structure
impl Readable for avr_device::atmega48p::tc2::timsk2::TIMSK2_SPEC
[src]
read()
method returns timsk2::R reader structure
impl Readable for avr_device::atmega48p::twi::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega48p::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega48p::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega48p::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega48p::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega48p::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega48p::usart0::ubrr0::UBRR0_SPEC
[src]
read()
method returns ubrr0::R reader structure
impl Readable for avr_device::atmega48p::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::atmega48p::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::atmega48p::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::atmega48p::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for avr_device::atmega48p::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::atmega64::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega64::ac::sfior::SFIOR_SPEC
[src]
read()
method returns sfior::R reader structure
impl Readable for avr_device::atmega64::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega64::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega64::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega64::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega64::boot_load::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega64::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega64::cpu::mcucsr::MCUCSR_SPEC
[src]
read()
method returns mcucsr::R reader structure
impl Readable for avr_device::atmega64::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for XDIV_SPEC
[src]
read()
method returns xdiv::R reader structure
impl Readable for avr_device::atmega64::cpu::xmcra::XMCRA_SPEC
[src]
read()
method returns xmcra::R reader structure
impl Readable for avr_device::atmega64::cpu::xmcrb::XMCRB_SPEC
[src]
read()
method returns xmcrb::R reader structure
impl Readable for avr_device::atmega64::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega64::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega64::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega64::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega64::exint::eicrb::EICRB_SPEC
[src]
read()
method returns eicrb::R reader structure
impl Readable for avr_device::atmega64::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega64::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega64::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega64::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega64::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega64::jtag::mcucsr::MCUCSR_SPEC
[src]
read()
method returns mcucsr::R reader structure
impl Readable for avr_device::atmega64::jtag::ocdr::OCDR_SPEC
[src]
read()
method returns ocdr::R reader structure
impl Readable for avr_device::atmega64::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega64::misc::sfior::SFIOR_SPEC
[src]
read()
method returns sfior::R reader structure
impl Readable for avr_device::atmega64::porta::ddra::DDRA_SPEC
[src]
read()
method returns ddra::R reader structure
impl Readable for avr_device::atmega64::porta::pina::PINA_SPEC
[src]
read()
method returns pina::R reader structure
impl Readable for avr_device::atmega64::porta::porta::PORTA_SPEC
[src]
read()
method returns porta::R reader structure
impl Readable for avr_device::atmega64::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega64::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega64::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega64::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega64::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega64::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega64::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega64::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega64::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega64::porte::ddre::DDRE_SPEC
[src]
read()
method returns ddre::R reader structure
impl Readable for avr_device::atmega64::porte::pine::PINE_SPEC
[src]
read()
method returns pine::R reader structure
impl Readable for avr_device::atmega64::porte::porte::PORTE_SPEC
[src]
read()
method returns porte::R reader structure
impl Readable for avr_device::atmega64::portf::ddrf::DDRF_SPEC
[src]
read()
method returns ddrf::R reader structure
impl Readable for avr_device::atmega64::portf::pinf::PINF_SPEC
[src]
read()
method returns pinf::R reader structure
impl Readable for avr_device::atmega64::portf::portf::PORTF_SPEC
[src]
read()
method returns portf::R reader structure
impl Readable for avr_device::atmega64::portg::ddrg::DDRG_SPEC
[src]
read()
method returns ddrg::R reader structure
impl Readable for avr_device::atmega64::portg::ping::PING_SPEC
[src]
read()
method returns ping::R reader structure
impl Readable for avr_device::atmega64::portg::portg::PORTG_SPEC
[src]
read()
method returns portg::R reader structure
impl Readable for avr_device::atmega64::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega64::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega64::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega64::tc0::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for OCR0_SPEC
[src]
read()
method returns ocr0::R reader structure
impl Readable for avr_device::atmega64::tc0::sfior::SFIOR_SPEC
[src]
read()
method returns sfior::R reader structure
impl Readable for avr_device::atmega64::tc0::tccr0::TCCR0_SPEC
[src]
read()
method returns tccr0::R reader structure
impl Readable for avr_device::atmega64::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega64::tc0::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::atmega64::tc0::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for avr_device::atmega64::tc1::etifr::ETIFR_SPEC
[src]
read()
method returns etifr::R reader structure
impl Readable for avr_device::atmega64::tc1::etimsk::ETIMSK_SPEC
[src]
read()
method returns etimsk::R reader structure
impl Readable for avr_device::atmega64::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega64::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega64::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega64::tc1::ocr1c::OCR1C_SPEC
[src]
read()
method returns ocr1c::R reader structure
impl Readable for avr_device::atmega64::tc1::sfior::SFIOR_SPEC
[src]
read()
method returns sfior::R reader structure
impl Readable for avr_device::atmega64::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega64::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega64::tc1::tccr1c::TCCR1C_SPEC
[src]
read()
method returns tccr1c::R reader structure
impl Readable for avr_device::atmega64::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega64::tc1::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::atmega64::tc1::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for avr_device::atmega64::tc2::ocr2::OCR2_SPEC
[src]
read()
method returns ocr2::R reader structure
impl Readable for avr_device::atmega64::tc2::tccr2::TCCR2_SPEC
[src]
read()
method returns tccr2::R reader structure
impl Readable for avr_device::atmega64::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega64::tc2::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::atmega64::tc2::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for avr_device::atmega64::tc3::etifr::ETIFR_SPEC
[src]
read()
method returns etifr::R reader structure
impl Readable for avr_device::atmega64::tc3::etimsk::ETIMSK_SPEC
[src]
read()
method returns etimsk::R reader structure
impl Readable for avr_device::atmega64::tc3::icr3::ICR3_SPEC
[src]
read()
method returns icr3::R reader structure
impl Readable for avr_device::atmega64::tc3::ocr3a::OCR3A_SPEC
[src]
read()
method returns ocr3a::R reader structure
impl Readable for avr_device::atmega64::tc3::ocr3b::OCR3B_SPEC
[src]
read()
method returns ocr3b::R reader structure
impl Readable for avr_device::atmega64::tc3::ocr3c::OCR3C_SPEC
[src]
read()
method returns ocr3c::R reader structure
impl Readable for avr_device::atmega64::tc3::sfior::SFIOR_SPEC
[src]
read()
method returns sfior::R reader structure
impl Readable for avr_device::atmega64::tc3::tccr3a::TCCR3A_SPEC
[src]
read()
method returns tccr3a::R reader structure
impl Readable for avr_device::atmega64::tc3::tccr3b::TCCR3B_SPEC
[src]
read()
method returns tccr3b::R reader structure
impl Readable for avr_device::atmega64::tc3::tccr3c::TCCR3C_SPEC
[src]
read()
method returns tccr3c::R reader structure
impl Readable for avr_device::atmega64::tc3::tcnt3::TCNT3_SPEC
[src]
read()
method returns tcnt3::R reader structure
impl Readable for avr_device::atmega64::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega64::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega64::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega64::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega64::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for UBRR0H_SPEC
[src]
read()
method returns ubrr0h::R reader structure
impl Readable for UBRR0L_SPEC
[src]
read()
method returns ubrr0l::R reader structure
impl Readable for avr_device::atmega64::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::atmega64::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::atmega64::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::atmega64::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for UBRR1H_SPEC
[src]
read()
method returns ubrr1h::R reader structure
impl Readable for UBRR1L_SPEC
[src]
read()
method returns ubrr1l::R reader structure
impl Readable for avr_device::atmega64::usart1::ucsr1a::UCSR1A_SPEC
[src]
read()
method returns ucsr1a::R reader structure
impl Readable for avr_device::atmega64::usart1::ucsr1b::UCSR1B_SPEC
[src]
read()
method returns ucsr1b::R reader structure
impl Readable for avr_device::atmega64::usart1::ucsr1c::UCSR1C_SPEC
[src]
read()
method returns ucsr1c::R reader structure
impl Readable for avr_device::atmega64::usart1::udr1::UDR1_SPEC
[src]
read()
method returns udr1::R reader structure
impl Readable for avr_device::atmega64::wdt::wdtcr::WDTCR_SPEC
[src]
read()
method returns wdtcr::R reader structure
impl Readable for avr_device::atmega168::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega168::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::atmega168::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega168::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega168::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega168::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega168::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::atmega168::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::atmega168::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega168::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega168::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::atmega168::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega168::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega168::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega168::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::atmega168::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::atmega168::cpu::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega168::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega168::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega168::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega168::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega168::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega168::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega168::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::atmega168::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::atmega168::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::atmega168::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::atmega168::exint::pcmsk2::PCMSK2_SPEC
[src]
read()
method returns pcmsk2::R reader structure
impl Readable for avr_device::atmega168::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega168::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega168::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega168::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega168::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega168::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega168::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega168::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega168::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega168::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega168::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega168::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega168::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega168::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega168::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega168::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega168::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega168::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::atmega168::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::atmega168::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::atmega168::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::atmega168::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega168::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::atmega168::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::atmega168::tc1::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega168::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega168::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega168::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega168::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega168::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega168::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega168::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::atmega168::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::atmega168::tc2::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for avr_device::atmega168::tc2::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega168::tc2::ocr2a::OCR2A_SPEC
[src]
read()
method returns ocr2a::R reader structure
impl Readable for avr_device::atmega168::tc2::ocr2b::OCR2B_SPEC
[src]
read()
method returns ocr2b::R reader structure
impl Readable for avr_device::atmega168::tc2::tccr2a::TCCR2A_SPEC
[src]
read()
method returns tccr2a::R reader structure
impl Readable for avr_device::atmega168::tc2::tccr2b::TCCR2B_SPEC
[src]
read()
method returns tccr2b::R reader structure
impl Readable for avr_device::atmega168::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega168::tc2::tifr2::TIFR2_SPEC
[src]
read()
method returns tifr2::R reader structure
impl Readable for avr_device::atmega168::tc2::timsk2::TIMSK2_SPEC
[src]
read()
method returns timsk2::R reader structure
impl Readable for avr_device::atmega168::twi::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega168::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega168::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega168::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega168::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega168::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega168::usart0::ubrr0::UBRR0_SPEC
[src]
read()
method returns ubrr0::R reader structure
impl Readable for avr_device::atmega168::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::atmega168::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::atmega168::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::atmega168::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for avr_device::atmega168::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::atmega328p::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega328p::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::atmega328p::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega328p::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega328p::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega328p::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega328p::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::atmega328p::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::atmega328p::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega328p::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega328p::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::atmega328p::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega328p::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega328p::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega328p::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::atmega328p::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::atmega328p::cpu::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega328p::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega328p::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega328p::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega328p::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega328p::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega328p::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega328p::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::atmega328p::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::atmega328p::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::atmega328p::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::atmega328p::exint::pcmsk2::PCMSK2_SPEC
[src]
read()
method returns pcmsk2::R reader structure
impl Readable for avr_device::atmega328p::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega328p::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega328p::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega328p::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega328p::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega328p::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega328p::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega328p::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega328p::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega328p::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega328p::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega328p::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega328p::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega328p::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega328p::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega328p::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega328p::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega328p::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::atmega328p::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::atmega328p::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::atmega328p::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::atmega328p::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega328p::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::atmega328p::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::atmega328p::tc1::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega328p::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega328p::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega328p::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega328p::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega328p::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega328p::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega328p::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::atmega328p::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::atmega328p::tc2::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for avr_device::atmega328p::tc2::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega328p::tc2::ocr2a::OCR2A_SPEC
[src]
read()
method returns ocr2a::R reader structure
impl Readable for avr_device::atmega328p::tc2::ocr2b::OCR2B_SPEC
[src]
read()
method returns ocr2b::R reader structure
impl Readable for avr_device::atmega328p::tc2::tccr2a::TCCR2A_SPEC
[src]
read()
method returns tccr2a::R reader structure
impl Readable for avr_device::atmega328p::tc2::tccr2b::TCCR2B_SPEC
[src]
read()
method returns tccr2b::R reader structure
impl Readable for avr_device::atmega328p::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega328p::tc2::tifr2::TIFR2_SPEC
[src]
read()
method returns tifr2::R reader structure
impl Readable for avr_device::atmega328p::tc2::timsk2::TIMSK2_SPEC
[src]
read()
method returns timsk2::R reader structure
impl Readable for avr_device::atmega328p::twi::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega328p::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega328p::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega328p::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega328p::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega328p::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega328p::usart0::ubrr0::UBRR0_SPEC
[src]
read()
method returns ubrr0::R reader structure
impl Readable for avr_device::atmega328p::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::atmega328p::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::atmega328p::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::atmega328p::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for avr_device::atmega328p::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::atmega328pb::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega328pb::ac::acsra::ACSRA_SPEC
[src]
read()
method returns acsra::R reader structure
impl Readable for avr_device::atmega328pb::ac::acsrb::ACSRB_SPEC
[src]
read()
method returns acsrb::R reader structure
impl Readable for avr_device::atmega328pb::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::atmega328pb::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega328pb::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega328pb::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega328pb::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega328pb::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for XFDCSR_SPEC
[src]
read()
method returns xfdcsr::R reader structure
impl Readable for avr_device::atmega328pb::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::atmega328pb::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega328pb::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega328pb::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::atmega328pb::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega328pb::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega328pb::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega328pb::cpu::prr0::PRR0_SPEC
[src]
read()
method returns prr0::R reader structure
impl Readable for avr_device::atmega328pb::cpu::prr1::PRR1_SPEC
[src]
read()
method returns prr1::R reader structure
impl Readable for avr_device::atmega328pb::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::atmega328pb::cpu::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega328pb::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega328pb::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega328pb::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega328pb::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega328pb::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega328pb::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega328pb::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::atmega328pb::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::atmega328pb::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::atmega328pb::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::atmega328pb::exint::pcmsk2::PCMSK2_SPEC
[src]
read()
method returns pcmsk2::R reader structure
impl Readable for avr_device::atmega328pb::exint::pcmsk3::PCMSK3_SPEC
[src]
read()
method returns pcmsk3::R reader structure
impl Readable for avr_device::atmega328pb::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega328pb::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega328pb::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega328pb::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega328pb::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega328pb::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega328pb::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega328pb::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega328pb::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega328pb::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega328pb::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega328pb::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega328pb::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega328pb::porte::ddre::DDRE_SPEC
[src]
read()
method returns ddre::R reader structure
impl Readable for avr_device::atmega328pb::porte::pine::PINE_SPEC
[src]
read()
method returns pine::R reader structure
impl Readable for avr_device::atmega328pb::porte::porte::PORTE_SPEC
[src]
read()
method returns porte::R reader structure
impl Readable for avr_device::atmega328pb::spi0::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega328pb::spi0::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega328pb::spi0::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega328pb::spi1::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega328pb::spi1::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega328pb::spi1::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega328pb::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega328pb::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::atmega328pb::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::atmega328pb::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::atmega328pb::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::atmega328pb::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega328pb::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::atmega328pb::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::atmega328pb::tc1::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega328pb::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega328pb::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega328pb::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega328pb::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega328pb::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega328pb::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega328pb::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::atmega328pb::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::atmega328pb::tc2::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for avr_device::atmega328pb::tc2::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega328pb::tc2::ocr2a::OCR2A_SPEC
[src]
read()
method returns ocr2a::R reader structure
impl Readable for avr_device::atmega328pb::tc2::ocr2b::OCR2B_SPEC
[src]
read()
method returns ocr2b::R reader structure
impl Readable for avr_device::atmega328pb::tc2::tccr2a::TCCR2A_SPEC
[src]
read()
method returns tccr2a::R reader structure
impl Readable for avr_device::atmega328pb::tc2::tccr2b::TCCR2B_SPEC
[src]
read()
method returns tccr2b::R reader structure
impl Readable for avr_device::atmega328pb::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega328pb::tc2::tifr2::TIFR2_SPEC
[src]
read()
method returns tifr2::R reader structure
impl Readable for avr_device::atmega328pb::tc2::timsk2::TIMSK2_SPEC
[src]
read()
method returns timsk2::R reader structure
impl Readable for avr_device::atmega328pb::tc3::icr3::ICR3_SPEC
[src]
read()
method returns icr3::R reader structure
impl Readable for avr_device::atmega328pb::tc3::ocr3a::OCR3A_SPEC
[src]
read()
method returns ocr3a::R reader structure
impl Readable for avr_device::atmega328pb::tc3::ocr3b::OCR3B_SPEC
[src]
read()
method returns ocr3b::R reader structure
impl Readable for avr_device::atmega328pb::tc3::tccr3a::TCCR3A_SPEC
[src]
read()
method returns tccr3a::R reader structure
impl Readable for avr_device::atmega328pb::tc3::tccr3b::TCCR3B_SPEC
[src]
read()
method returns tccr3b::R reader structure
impl Readable for avr_device::atmega328pb::tc3::tcnt3::TCNT3_SPEC
[src]
read()
method returns tcnt3::R reader structure
impl Readable for avr_device::atmega328pb::tc3::tifr3::TIFR3_SPEC
[src]
read()
method returns tifr3::R reader structure
impl Readable for avr_device::atmega328pb::tc3::timsk3::TIMSK3_SPEC
[src]
read()
method returns timsk3::R reader structure
impl Readable for avr_device::atmega328pb::tc4::icr4::ICR4_SPEC
[src]
read()
method returns icr4::R reader structure
impl Readable for avr_device::atmega328pb::tc4::ocr4a::OCR4A_SPEC
[src]
read()
method returns ocr4a::R reader structure
impl Readable for avr_device::atmega328pb::tc4::ocr4b::OCR4B_SPEC
[src]
read()
method returns ocr4b::R reader structure
impl Readable for avr_device::atmega328pb::tc4::tccr4a::TCCR4A_SPEC
[src]
read()
method returns tccr4a::R reader structure
impl Readable for avr_device::atmega328pb::tc4::tccr4b::TCCR4B_SPEC
[src]
read()
method returns tccr4b::R reader structure
impl Readable for avr_device::atmega328pb::tc4::tcnt4::TCNT4_SPEC
[src]
read()
method returns tcnt4::R reader structure
impl Readable for avr_device::atmega328pb::tc4::tifr4::TIFR4_SPEC
[src]
read()
method returns tifr4::R reader structure
impl Readable for avr_device::atmega328pb::tc4::timsk4::TIMSK4_SPEC
[src]
read()
method returns timsk4::R reader structure
impl Readable for avr_device::atmega328pb::twi0::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega328pb::twi0::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega328pb::twi0::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega328pb::twi0::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega328pb::twi0::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega328pb::twi0::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega328pb::twi1::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega328pb::twi1::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega328pb::twi1::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega328pb::twi1::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega328pb::twi1::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega328pb::twi1::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega328pb::usart0::ubrr0::UBRR0_SPEC
[src]
read()
method returns ubrr0::R reader structure
impl Readable for avr_device::atmega328pb::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::atmega328pb::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::atmega328pb::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::atmega328pb::usart0::ucsr0d::UCSR0D_SPEC
[src]
read()
method returns ucsr0d::R reader structure
impl Readable for avr_device::atmega328pb::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for avr_device::atmega328pb::usart1::ubrr1::UBRR1_SPEC
[src]
read()
method returns ubrr1::R reader structure
impl Readable for avr_device::atmega328pb::usart1::ucsr1a::UCSR1A_SPEC
[src]
read()
method returns ucsr1a::R reader structure
impl Readable for avr_device::atmega328pb::usart1::ucsr1b::UCSR1B_SPEC
[src]
read()
method returns ucsr1b::R reader structure
impl Readable for avr_device::atmega328pb::usart1::ucsr1c::UCSR1C_SPEC
[src]
read()
method returns ucsr1c::R reader structure
impl Readable for avr_device::atmega328pb::usart1::ucsr1d::UCSR1D_SPEC
[src]
read()
method returns ucsr1d::R reader structure
impl Readable for avr_device::atmega328pb::usart1::udr1::UDR1_SPEC
[src]
read()
method returns udr1::R reader structure
impl Readable for avr_device::atmega328pb::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::atmega644::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega644::ac::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega644::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::atmega644::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega644::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega644::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega644::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega644::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::atmega644::boot_load::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega644::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::atmega644::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega644::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega644::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::atmega644::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega644::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega644::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega644::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::atmega644::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::atmega644::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega644::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega644::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega644::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega644::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega644::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega644::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::atmega644::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::atmega644::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::atmega644::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::atmega644::exint::pcmsk2::PCMSK2_SPEC
[src]
read()
method returns pcmsk2::R reader structure
impl Readable for avr_device::atmega644::exint::pcmsk3::PCMSK3_SPEC
[src]
read()
method returns pcmsk3::R reader structure
impl Readable for avr_device::atmega644::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega644::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega644::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega644::jtag::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega644::jtag::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega644::jtag::ocdr::OCDR_SPEC
[src]
read()
method returns ocdr::R reader structure
impl Readable for avr_device::atmega644::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega644::porta::ddra::DDRA_SPEC
[src]
read()
method returns ddra::R reader structure
impl Readable for avr_device::atmega644::porta::pina::PINA_SPEC
[src]
read()
method returns pina::R reader structure
impl Readable for avr_device::atmega644::porta::porta::PORTA_SPEC
[src]
read()
method returns porta::R reader structure
impl Readable for avr_device::atmega644::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega644::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega644::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega644::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega644::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega644::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega644::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega644::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega644::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega644::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega644::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega644::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega644::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega644::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::atmega644::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::atmega644::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::atmega644::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::atmega644::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega644::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::atmega644::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::atmega644::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega644::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega644::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega644::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega644::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega644::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega644::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::atmega644::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::atmega644::tc2::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for avr_device::atmega644::tc2::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega644::tc2::ocr2a::OCR2A_SPEC
[src]
read()
method returns ocr2a::R reader structure
impl Readable for avr_device::atmega644::tc2::ocr2b::OCR2B_SPEC
[src]
read()
method returns ocr2b::R reader structure
impl Readable for avr_device::atmega644::tc2::tccr2a::TCCR2A_SPEC
[src]
read()
method returns tccr2a::R reader structure
impl Readable for avr_device::atmega644::tc2::tccr2b::TCCR2B_SPEC
[src]
read()
method returns tccr2b::R reader structure
impl Readable for avr_device::atmega644::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega644::tc2::tifr2::TIFR2_SPEC
[src]
read()
method returns tifr2::R reader structure
impl Readable for avr_device::atmega644::tc2::timsk2::TIMSK2_SPEC
[src]
read()
method returns timsk2::R reader structure
impl Readable for avr_device::atmega644::twi::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega644::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega644::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega644::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega644::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega644::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega644::usart0::ubrr0::UBRR0_SPEC
[src]
read()
method returns ubrr0::R reader structure
impl Readable for avr_device::atmega644::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::atmega644::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::atmega644::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::atmega644::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for avr_device::atmega644::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::atmega1280::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega1280::ac::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega1280::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::atmega1280::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega1280::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega1280::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega1280::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega1280::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::atmega1280::adc::didr2::DIDR2_SPEC
[src]
read()
method returns didr2::R reader structure
impl Readable for avr_device::atmega1280::boot_load::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega1280::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::atmega1280::cpu::eind::EIND_SPEC
[src]
read()
method returns eind::R reader structure
impl Readable for avr_device::atmega1280::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega1280::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega1280::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::atmega1280::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega1280::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega1280::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega1280::cpu::prr0::PRR0_SPEC
[src]
read()
method returns prr0::R reader structure
impl Readable for avr_device::atmega1280::cpu::prr1::PRR1_SPEC
[src]
read()
method returns prr1::R reader structure
impl Readable for avr_device::atmega1280::cpu::rampz::RAMPZ_SPEC
[src]
read()
method returns rampz::R reader structure
impl Readable for avr_device::atmega1280::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::atmega1280::cpu::xmcra::XMCRA_SPEC
[src]
read()
method returns xmcra::R reader structure
impl Readable for avr_device::atmega1280::cpu::xmcrb::XMCRB_SPEC
[src]
read()
method returns xmcrb::R reader structure
impl Readable for avr_device::atmega1280::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega1280::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega1280::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega1280::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega1280::exint::eicrb::EICRB_SPEC
[src]
read()
method returns eicrb::R reader structure
impl Readable for avr_device::atmega1280::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega1280::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega1280::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::atmega1280::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::atmega1280::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::atmega1280::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::atmega1280::exint::pcmsk2::PCMSK2_SPEC
[src]
read()
method returns pcmsk2::R reader structure
impl Readable for avr_device::atmega1280::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega1280::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega1280::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega1280::jtag::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega1280::jtag::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega1280::jtag::ocdr::OCDR_SPEC
[src]
read()
method returns ocdr::R reader structure
impl Readable for avr_device::atmega1280::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega1280::porta::ddra::DDRA_SPEC
[src]
read()
method returns ddra::R reader structure
impl Readable for avr_device::atmega1280::porta::pina::PINA_SPEC
[src]
read()
method returns pina::R reader structure
impl Readable for avr_device::atmega1280::porta::porta::PORTA_SPEC
[src]
read()
method returns porta::R reader structure
impl Readable for avr_device::atmega1280::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega1280::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega1280::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega1280::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega1280::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega1280::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega1280::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega1280::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega1280::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega1280::porte::ddre::DDRE_SPEC
[src]
read()
method returns ddre::R reader structure
impl Readable for avr_device::atmega1280::porte::pine::PINE_SPEC
[src]
read()
method returns pine::R reader structure
impl Readable for avr_device::atmega1280::porte::porte::PORTE_SPEC
[src]
read()
method returns porte::R reader structure
impl Readable for avr_device::atmega1280::portf::ddrf::DDRF_SPEC
[src]
read()
method returns ddrf::R reader structure
impl Readable for avr_device::atmega1280::portf::pinf::PINF_SPEC
[src]
read()
method returns pinf::R reader structure
impl Readable for avr_device::atmega1280::portf::portf::PORTF_SPEC
[src]
read()
method returns portf::R reader structure
impl Readable for avr_device::atmega1280::portg::ddrg::DDRG_SPEC
[src]
read()
method returns ddrg::R reader structure
impl Readable for avr_device::atmega1280::portg::ping::PING_SPEC
[src]
read()
method returns ping::R reader structure
impl Readable for avr_device::atmega1280::portg::portg::PORTG_SPEC
[src]
read()
method returns portg::R reader structure
impl Readable for avr_device::atmega1280::porth::ddrh::DDRH_SPEC
[src]
read()
method returns ddrh::R reader structure
impl Readable for avr_device::atmega1280::porth::pinh::PINH_SPEC
[src]
read()
method returns pinh::R reader structure
impl Readable for avr_device::atmega1280::porth::porth::PORTH_SPEC
[src]
read()
method returns porth::R reader structure
impl Readable for avr_device::atmega1280::portj::ddrj::DDRJ_SPEC
[src]
read()
method returns ddrj::R reader structure
impl Readable for avr_device::atmega1280::portj::pinj::PINJ_SPEC
[src]
read()
method returns pinj::R reader structure
impl Readable for avr_device::atmega1280::portj::portj::PORTJ_SPEC
[src]
read()
method returns portj::R reader structure
impl Readable for avr_device::atmega1280::portk::ddrk::DDRK_SPEC
[src]
read()
method returns ddrk::R reader structure
impl Readable for avr_device::atmega1280::portk::pink::PINK_SPEC
[src]
read()
method returns pink::R reader structure
impl Readable for avr_device::atmega1280::portk::portk::PORTK_SPEC
[src]
read()
method returns portk::R reader structure
impl Readable for avr_device::atmega1280::portl::ddrl::DDRL_SPEC
[src]
read()
method returns ddrl::R reader structure
impl Readable for avr_device::atmega1280::portl::pinl::PINL_SPEC
[src]
read()
method returns pinl::R reader structure
impl Readable for avr_device::atmega1280::portl::portl::PORTL_SPEC
[src]
read()
method returns portl::R reader structure
impl Readable for avr_device::atmega1280::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega1280::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega1280::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega1280::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega1280::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::atmega1280::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::atmega1280::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::atmega1280::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::atmega1280::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega1280::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::atmega1280::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::atmega1280::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega1280::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega1280::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega1280::tc1::ocr1c::OCR1C_SPEC
[src]
read()
method returns ocr1c::R reader structure
impl Readable for avr_device::atmega1280::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega1280::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega1280::tc1::tccr1c::TCCR1C_SPEC
[src]
read()
method returns tccr1c::R reader structure
impl Readable for avr_device::atmega1280::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega1280::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::atmega1280::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::atmega1280::tc2::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for avr_device::atmega1280::tc2::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega1280::tc2::ocr2a::OCR2A_SPEC
[src]
read()
method returns ocr2a::R reader structure
impl Readable for avr_device::atmega1280::tc2::ocr2b::OCR2B_SPEC
[src]
read()
method returns ocr2b::R reader structure
impl Readable for avr_device::atmega1280::tc2::tccr2a::TCCR2A_SPEC
[src]
read()
method returns tccr2a::R reader structure
impl Readable for avr_device::atmega1280::tc2::tccr2b::TCCR2B_SPEC
[src]
read()
method returns tccr2b::R reader structure
impl Readable for avr_device::atmega1280::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega1280::tc2::tifr2::TIFR2_SPEC
[src]
read()
method returns tifr2::R reader structure
impl Readable for avr_device::atmega1280::tc2::timsk2::TIMSK2_SPEC
[src]
read()
method returns timsk2::R reader structure
impl Readable for avr_device::atmega1280::tc3::icr3::ICR3_SPEC
[src]
read()
method returns icr3::R reader structure
impl Readable for avr_device::atmega1280::tc3::ocr3a::OCR3A_SPEC
[src]
read()
method returns ocr3a::R reader structure
impl Readable for avr_device::atmega1280::tc3::ocr3b::OCR3B_SPEC
[src]
read()
method returns ocr3b::R reader structure
impl Readable for avr_device::atmega1280::tc3::ocr3c::OCR3C_SPEC
[src]
read()
method returns ocr3c::R reader structure
impl Readable for avr_device::atmega1280::tc3::tccr3a::TCCR3A_SPEC
[src]
read()
method returns tccr3a::R reader structure
impl Readable for avr_device::atmega1280::tc3::tccr3b::TCCR3B_SPEC
[src]
read()
method returns tccr3b::R reader structure
impl Readable for avr_device::atmega1280::tc3::tccr3c::TCCR3C_SPEC
[src]
read()
method returns tccr3c::R reader structure
impl Readable for avr_device::atmega1280::tc3::tcnt3::TCNT3_SPEC
[src]
read()
method returns tcnt3::R reader structure
impl Readable for avr_device::atmega1280::tc3::tifr3::TIFR3_SPEC
[src]
read()
method returns tifr3::R reader structure
impl Readable for avr_device::atmega1280::tc3::timsk3::TIMSK3_SPEC
[src]
read()
method returns timsk3::R reader structure
impl Readable for avr_device::atmega1280::tc4::icr4::ICR4_SPEC
[src]
read()
method returns icr4::R reader structure
impl Readable for avr_device::atmega1280::tc4::ocr4a::OCR4A_SPEC
[src]
read()
method returns ocr4a::R reader structure
impl Readable for avr_device::atmega1280::tc4::ocr4b::OCR4B_SPEC
[src]
read()
method returns ocr4b::R reader structure
impl Readable for avr_device::atmega1280::tc4::ocr4c::OCR4C_SPEC
[src]
read()
method returns ocr4c::R reader structure
impl Readable for avr_device::atmega1280::tc4::tccr4a::TCCR4A_SPEC
[src]
read()
method returns tccr4a::R reader structure
impl Readable for avr_device::atmega1280::tc4::tccr4b::TCCR4B_SPEC
[src]
read()
method returns tccr4b::R reader structure
impl Readable for avr_device::atmega1280::tc4::tccr4c::TCCR4C_SPEC
[src]
read()
method returns tccr4c::R reader structure
impl Readable for avr_device::atmega1280::tc4::tcnt4::TCNT4_SPEC
[src]
read()
method returns tcnt4::R reader structure
impl Readable for avr_device::atmega1280::tc4::tifr4::TIFR4_SPEC
[src]
read()
method returns tifr4::R reader structure
impl Readable for avr_device::atmega1280::tc4::timsk4::TIMSK4_SPEC
[src]
read()
method returns timsk4::R reader structure
impl Readable for avr_device::atmega1280::tc5::icr5::ICR5_SPEC
[src]
read()
method returns icr5::R reader structure
impl Readable for avr_device::atmega1280::tc5::ocr5a::OCR5A_SPEC
[src]
read()
method returns ocr5a::R reader structure
impl Readable for avr_device::atmega1280::tc5::ocr5b::OCR5B_SPEC
[src]
read()
method returns ocr5b::R reader structure
impl Readable for avr_device::atmega1280::tc5::ocr5c::OCR5C_SPEC
[src]
read()
method returns ocr5c::R reader structure
impl Readable for avr_device::atmega1280::tc5::tccr5a::TCCR5A_SPEC
[src]
read()
method returns tccr5a::R reader structure
impl Readable for avr_device::atmega1280::tc5::tccr5b::TCCR5B_SPEC
[src]
read()
method returns tccr5b::R reader structure
impl Readable for TCCR5C_SPEC
[src]
read()
method returns tccr5c::R reader structure
impl Readable for avr_device::atmega1280::tc5::tcnt5::TCNT5_SPEC
[src]
read()
method returns tcnt5::R reader structure
impl Readable for avr_device::atmega1280::tc5::tifr5::TIFR5_SPEC
[src]
read()
method returns tifr5::R reader structure
impl Readable for avr_device::atmega1280::tc5::timsk5::TIMSK5_SPEC
[src]
read()
method returns timsk5::R reader structure
impl Readable for avr_device::atmega1280::twi::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega1280::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega1280::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega1280::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega1280::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega1280::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega1280::usart0::ubrr0::UBRR0_SPEC
[src]
read()
method returns ubrr0::R reader structure
impl Readable for avr_device::atmega1280::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::atmega1280::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::atmega1280::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::atmega1280::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for avr_device::atmega1280::usart1::ubrr1::UBRR1_SPEC
[src]
read()
method returns ubrr1::R reader structure
impl Readable for avr_device::atmega1280::usart1::ucsr1a::UCSR1A_SPEC
[src]
read()
method returns ucsr1a::R reader structure
impl Readable for avr_device::atmega1280::usart1::ucsr1b::UCSR1B_SPEC
[src]
read()
method returns ucsr1b::R reader structure
impl Readable for avr_device::atmega1280::usart1::ucsr1c::UCSR1C_SPEC
[src]
read()
method returns ucsr1c::R reader structure
impl Readable for avr_device::atmega1280::usart1::udr1::UDR1_SPEC
[src]
read()
method returns udr1::R reader structure
impl Readable for avr_device::atmega1280::usart2::ubrr2::UBRR2_SPEC
[src]
read()
method returns ubrr2::R reader structure
impl Readable for avr_device::atmega1280::usart2::ucsr2a::UCSR2A_SPEC
[src]
read()
method returns ucsr2a::R reader structure
impl Readable for avr_device::atmega1280::usart2::ucsr2b::UCSR2B_SPEC
[src]
read()
method returns ucsr2b::R reader structure
impl Readable for avr_device::atmega1280::usart2::ucsr2c::UCSR2C_SPEC
[src]
read()
method returns ucsr2c::R reader structure
impl Readable for avr_device::atmega1280::usart2::udr2::UDR2_SPEC
[src]
read()
method returns udr2::R reader structure
impl Readable for avr_device::atmega1280::usart3::ubrr3::UBRR3_SPEC
[src]
read()
method returns ubrr3::R reader structure
impl Readable for avr_device::atmega1280::usart3::ucsr3a::UCSR3A_SPEC
[src]
read()
method returns ucsr3a::R reader structure
impl Readable for avr_device::atmega1280::usart3::ucsr3b::UCSR3B_SPEC
[src]
read()
method returns ucsr3b::R reader structure
impl Readable for avr_device::atmega1280::usart3::ucsr3c::UCSR3C_SPEC
[src]
read()
method returns ucsr3c::R reader structure
impl Readable for avr_device::atmega1280::usart3::udr3::UDR3_SPEC
[src]
read()
method returns udr3::R reader structure
impl Readable for avr_device::atmega1280::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::atmega2560::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::atmega2560::ac::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega2560::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::atmega2560::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::atmega2560::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::atmega2560::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::atmega2560::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::atmega2560::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::atmega2560::adc::didr2::DIDR2_SPEC
[src]
read()
method returns didr2::R reader structure
impl Readable for avr_device::atmega2560::boot_load::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::atmega2560::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::atmega2560::cpu::eind::EIND_SPEC
[src]
read()
method returns eind::R reader structure
impl Readable for avr_device::atmega2560::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega2560::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega2560::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::atmega2560::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega2560::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega2560::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::atmega2560::cpu::prr0::PRR0_SPEC
[src]
read()
method returns prr0::R reader structure
impl Readable for avr_device::atmega2560::cpu::prr1::PRR1_SPEC
[src]
read()
method returns prr1::R reader structure
impl Readable for avr_device::atmega2560::cpu::rampz::RAMPZ_SPEC
[src]
read()
method returns rampz::R reader structure
impl Readable for avr_device::atmega2560::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::atmega2560::cpu::xmcra::XMCRA_SPEC
[src]
read()
method returns xmcra::R reader structure
impl Readable for avr_device::atmega2560::cpu::xmcrb::XMCRB_SPEC
[src]
read()
method returns xmcrb::R reader structure
impl Readable for avr_device::atmega2560::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::atmega2560::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::atmega2560::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::atmega2560::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::atmega2560::exint::eicrb::EICRB_SPEC
[src]
read()
method returns eicrb::R reader structure
impl Readable for avr_device::atmega2560::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::atmega2560::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::atmega2560::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::atmega2560::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::atmega2560::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::atmega2560::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::atmega2560::exint::pcmsk2::PCMSK2_SPEC
[src]
read()
method returns pcmsk2::R reader structure
impl Readable for avr_device::atmega2560::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::atmega2560::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::atmega2560::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::atmega2560::jtag::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::atmega2560::jtag::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::atmega2560::jtag::ocdr::OCDR_SPEC
[src]
read()
method returns ocdr::R reader structure
impl Readable for avr_device::atmega2560::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::atmega2560::porta::ddra::DDRA_SPEC
[src]
read()
method returns ddra::R reader structure
impl Readable for avr_device::atmega2560::porta::pina::PINA_SPEC
[src]
read()
method returns pina::R reader structure
impl Readable for avr_device::atmega2560::porta::porta::PORTA_SPEC
[src]
read()
method returns porta::R reader structure
impl Readable for avr_device::atmega2560::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::atmega2560::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::atmega2560::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::atmega2560::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::atmega2560::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::atmega2560::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::atmega2560::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::atmega2560::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::atmega2560::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::atmega2560::porte::ddre::DDRE_SPEC
[src]
read()
method returns ddre::R reader structure
impl Readable for avr_device::atmega2560::porte::pine::PINE_SPEC
[src]
read()
method returns pine::R reader structure
impl Readable for avr_device::atmega2560::porte::porte::PORTE_SPEC
[src]
read()
method returns porte::R reader structure
impl Readable for avr_device::atmega2560::portf::ddrf::DDRF_SPEC
[src]
read()
method returns ddrf::R reader structure
impl Readable for avr_device::atmega2560::portf::pinf::PINF_SPEC
[src]
read()
method returns pinf::R reader structure
impl Readable for avr_device::atmega2560::portf::portf::PORTF_SPEC
[src]
read()
method returns portf::R reader structure
impl Readable for avr_device::atmega2560::portg::ddrg::DDRG_SPEC
[src]
read()
method returns ddrg::R reader structure
impl Readable for avr_device::atmega2560::portg::ping::PING_SPEC
[src]
read()
method returns ping::R reader structure
impl Readable for avr_device::atmega2560::portg::portg::PORTG_SPEC
[src]
read()
method returns portg::R reader structure
impl Readable for avr_device::atmega2560::porth::ddrh::DDRH_SPEC
[src]
read()
method returns ddrh::R reader structure
impl Readable for avr_device::atmega2560::porth::pinh::PINH_SPEC
[src]
read()
method returns pinh::R reader structure
impl Readable for avr_device::atmega2560::porth::porth::PORTH_SPEC
[src]
read()
method returns porth::R reader structure
impl Readable for avr_device::atmega2560::portj::ddrj::DDRJ_SPEC
[src]
read()
method returns ddrj::R reader structure
impl Readable for avr_device::atmega2560::portj::pinj::PINJ_SPEC
[src]
read()
method returns pinj::R reader structure
impl Readable for avr_device::atmega2560::portj::portj::PORTJ_SPEC
[src]
read()
method returns portj::R reader structure
impl Readable for avr_device::atmega2560::portk::ddrk::DDRK_SPEC
[src]
read()
method returns ddrk::R reader structure
impl Readable for avr_device::atmega2560::portk::pink::PINK_SPEC
[src]
read()
method returns pink::R reader structure
impl Readable for avr_device::atmega2560::portk::portk::PORTK_SPEC
[src]
read()
method returns portk::R reader structure
impl Readable for avr_device::atmega2560::portl::ddrl::DDRL_SPEC
[src]
read()
method returns ddrl::R reader structure
impl Readable for avr_device::atmega2560::portl::pinl::PINL_SPEC
[src]
read()
method returns pinl::R reader structure
impl Readable for avr_device::atmega2560::portl::portl::PORTL_SPEC
[src]
read()
method returns portl::R reader structure
impl Readable for avr_device::atmega2560::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::atmega2560::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::atmega2560::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::atmega2560::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega2560::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::atmega2560::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::atmega2560::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::atmega2560::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::atmega2560::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::atmega2560::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::atmega2560::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::atmega2560::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::atmega2560::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::atmega2560::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::atmega2560::tc1::ocr1c::OCR1C_SPEC
[src]
read()
method returns ocr1c::R reader structure
impl Readable for avr_device::atmega2560::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::atmega2560::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::atmega2560::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::atmega2560::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::atmega2560::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::atmega2560::tc2::assr::ASSR_SPEC
[src]
read()
method returns assr::R reader structure
impl Readable for avr_device::atmega2560::tc2::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::atmega2560::tc2::ocr2a::OCR2A_SPEC
[src]
read()
method returns ocr2a::R reader structure
impl Readable for avr_device::atmega2560::tc2::ocr2b::OCR2B_SPEC
[src]
read()
method returns ocr2b::R reader structure
impl Readable for avr_device::atmega2560::tc2::tccr2a::TCCR2A_SPEC
[src]
read()
method returns tccr2a::R reader structure
impl Readable for avr_device::atmega2560::tc2::tccr2b::TCCR2B_SPEC
[src]
read()
method returns tccr2b::R reader structure
impl Readable for avr_device::atmega2560::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::atmega2560::tc2::tifr2::TIFR2_SPEC
[src]
read()
method returns tifr2::R reader structure
impl Readable for avr_device::atmega2560::tc2::timsk2::TIMSK2_SPEC
[src]
read()
method returns timsk2::R reader structure
impl Readable for avr_device::atmega2560::tc3::icr3::ICR3_SPEC
[src]
read()
method returns icr3::R reader structure
impl Readable for avr_device::atmega2560::tc3::ocr3a::OCR3A_SPEC
[src]
read()
method returns ocr3a::R reader structure
impl Readable for avr_device::atmega2560::tc3::ocr3b::OCR3B_SPEC
[src]
read()
method returns ocr3b::R reader structure
impl Readable for avr_device::atmega2560::tc3::ocr3c::OCR3C_SPEC
[src]
read()
method returns ocr3c::R reader structure
impl Readable for avr_device::atmega2560::tc3::tccr3a::TCCR3A_SPEC
[src]
read()
method returns tccr3a::R reader structure
impl Readable for avr_device::atmega2560::tc3::tccr3b::TCCR3B_SPEC
[src]
read()
method returns tccr3b::R reader structure
impl Readable for avr_device::atmega2560::tc3::tcnt3::TCNT3_SPEC
[src]
read()
method returns tcnt3::R reader structure
impl Readable for avr_device::atmega2560::tc3::tifr3::TIFR3_SPEC
[src]
read()
method returns tifr3::R reader structure
impl Readable for avr_device::atmega2560::tc3::timsk3::TIMSK3_SPEC
[src]
read()
method returns timsk3::R reader structure
impl Readable for avr_device::atmega2560::tc4::icr4::ICR4_SPEC
[src]
read()
method returns icr4::R reader structure
impl Readable for avr_device::atmega2560::tc4::ocr4a::OCR4A_SPEC
[src]
read()
method returns ocr4a::R reader structure
impl Readable for avr_device::atmega2560::tc4::ocr4b::OCR4B_SPEC
[src]
read()
method returns ocr4b::R reader structure
impl Readable for avr_device::atmega2560::tc4::ocr4c::OCR4C_SPEC
[src]
read()
method returns ocr4c::R reader structure
impl Readable for avr_device::atmega2560::tc4::tccr4a::TCCR4A_SPEC
[src]
read()
method returns tccr4a::R reader structure
impl Readable for avr_device::atmega2560::tc4::tccr4b::TCCR4B_SPEC
[src]
read()
method returns tccr4b::R reader structure
impl Readable for avr_device::atmega2560::tc4::tcnt4::TCNT4_SPEC
[src]
read()
method returns tcnt4::R reader structure
impl Readable for avr_device::atmega2560::tc4::tifr4::TIFR4_SPEC
[src]
read()
method returns tifr4::R reader structure
impl Readable for avr_device::atmega2560::tc4::timsk4::TIMSK4_SPEC
[src]
read()
method returns timsk4::R reader structure
impl Readable for avr_device::atmega2560::tc5::icr5::ICR5_SPEC
[src]
read()
method returns icr5::R reader structure
impl Readable for avr_device::atmega2560::tc5::ocr5a::OCR5A_SPEC
[src]
read()
method returns ocr5a::R reader structure
impl Readable for avr_device::atmega2560::tc5::ocr5b::OCR5B_SPEC
[src]
read()
method returns ocr5b::R reader structure
impl Readable for avr_device::atmega2560::tc5::ocr5c::OCR5C_SPEC
[src]
read()
method returns ocr5c::R reader structure
impl Readable for avr_device::atmega2560::tc5::tccr5a::TCCR5A_SPEC
[src]
read()
method returns tccr5a::R reader structure
impl Readable for avr_device::atmega2560::tc5::tccr5b::TCCR5B_SPEC
[src]
read()
method returns tccr5b::R reader structure
impl Readable for avr_device::atmega2560::tc5::tcnt5::TCNT5_SPEC
[src]
read()
method returns tcnt5::R reader structure
impl Readable for avr_device::atmega2560::tc5::tifr5::TIFR5_SPEC
[src]
read()
method returns tifr5::R reader structure
impl Readable for avr_device::atmega2560::tc5::timsk5::TIMSK5_SPEC
[src]
read()
method returns timsk5::R reader structure
impl Readable for avr_device::atmega2560::twi::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::atmega2560::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::atmega2560::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::atmega2560::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::atmega2560::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for avr_device::atmega2560::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::atmega2560::usart0::ubrr0::UBRR0_SPEC
[src]
read()
method returns ubrr0::R reader structure
impl Readable for avr_device::atmega2560::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::atmega2560::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::atmega2560::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::atmega2560::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for avr_device::atmega2560::usart1::ubrr1::UBRR1_SPEC
[src]
read()
method returns ubrr1::R reader structure
impl Readable for avr_device::atmega2560::usart1::ucsr1a::UCSR1A_SPEC
[src]
read()
method returns ucsr1a::R reader structure
impl Readable for avr_device::atmega2560::usart1::ucsr1b::UCSR1B_SPEC
[src]
read()
method returns ucsr1b::R reader structure
impl Readable for avr_device::atmega2560::usart1::ucsr1c::UCSR1C_SPEC
[src]
read()
method returns ucsr1c::R reader structure
impl Readable for avr_device::atmega2560::usart1::udr1::UDR1_SPEC
[src]
read()
method returns udr1::R reader structure
impl Readable for avr_device::atmega2560::usart2::ubrr2::UBRR2_SPEC
[src]
read()
method returns ubrr2::R reader structure
impl Readable for avr_device::atmega2560::usart2::ucsr2a::UCSR2A_SPEC
[src]
read()
method returns ucsr2a::R reader structure
impl Readable for avr_device::atmega2560::usart2::ucsr2b::UCSR2B_SPEC
[src]
read()
method returns ucsr2b::R reader structure
impl Readable for avr_device::atmega2560::usart2::ucsr2c::UCSR2C_SPEC
[src]
read()
method returns ucsr2c::R reader structure
impl Readable for avr_device::atmega2560::usart2::udr2::UDR2_SPEC
[src]
read()
method returns udr2::R reader structure
impl Readable for avr_device::atmega2560::usart3::ubrr3::UBRR3_SPEC
[src]
read()
method returns ubrr3::R reader structure
impl Readable for avr_device::atmega2560::usart3::ucsr3a::UCSR3A_SPEC
[src]
read()
method returns ucsr3a::R reader structure
impl Readable for avr_device::atmega2560::usart3::ucsr3b::UCSR3B_SPEC
[src]
read()
method returns ucsr3b::R reader structure
impl Readable for avr_device::atmega2560::usart3::ucsr3c::UCSR3C_SPEC
[src]
read()
method returns ucsr3c::R reader structure
impl Readable for avr_device::atmega2560::usart3::udr3::UDR3_SPEC
[src]
read()
method returns udr3::R reader structure
impl Readable for avr_device::atmega2560::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::atmega4809::ac0::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for DACREF_SPEC
[src]
read()
method returns dacref::R reader structure
impl Readable for avr_device::atmega4809::ac0::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for MUXCTRLA_SPEC
[src]
read()
method returns muxctrla::R reader structure
impl Readable for avr_device::atmega4809::ac0::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::adc0::calib::CALIB_SPEC
[src]
read()
method returns calib::R reader structure
impl Readable for COMMAND_SPEC
[src]
read()
method returns command::R reader structure
impl Readable for avr_device::atmega4809::adc0::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::adc0::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::adc0::ctrlc::CTRLC_SPEC
[src]
read()
method returns ctrlc::R reader structure
impl Readable for avr_device::atmega4809::adc0::ctrld::CTRLD_SPEC
[src]
read()
method returns ctrld::R reader structure
impl Readable for CTRLE_SPEC
[src]
read()
method returns ctrle::R reader structure
impl Readable for avr_device::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::adc0::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::adc0::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::adc0::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for MUXPOS_SPEC
[src]
read()
method returns muxpos::R reader structure
impl Readable for RES_SPEC
[src]
read()
method returns res::R reader structure
impl Readable for SAMPCTRL_SPEC
[src]
read()
method returns sampctrl::R reader structure
impl Readable for avr_device::atmega4809::adc0::temp::TEMP_SPEC
[src]
read()
method returns temp::R reader structure
impl Readable for WINHT_SPEC
[src]
read()
method returns winht::R reader structure
impl Readable for WINLT_SPEC
[src]
read()
method returns winlt::R reader structure
impl Readable for avr_device::atmega4809::bod::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::bod::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::bod::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::bod::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::bod::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for VLMCTRLA_SPEC
[src]
read()
method returns vlmctrla::R reader structure
impl Readable for avr_device::atmega4809::ccl::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for INTCTRL0_SPEC
[src]
read()
method returns intctrl0::R reader structure
impl Readable for avr_device::atmega4809::ccl::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for LUT0CTRLA_SPEC
[src]
read()
method returns lut0ctrla::R reader structure
impl Readable for LUT0CTRLB_SPEC
[src]
read()
method returns lut0ctrlb::R reader structure
impl Readable for LUT0CTRLC_SPEC
[src]
read()
method returns lut0ctrlc::R reader structure
impl Readable for LUT1CTRLA_SPEC
[src]
read()
method returns lut1ctrla::R reader structure
impl Readable for LUT1CTRLB_SPEC
[src]
read()
method returns lut1ctrlb::R reader structure
impl Readable for LUT1CTRLC_SPEC
[src]
read()
method returns lut1ctrlc::R reader structure
impl Readable for LUT2CTRLA_SPEC
[src]
read()
method returns lut2ctrla::R reader structure
impl Readable for LUT2CTRLB_SPEC
[src]
read()
method returns lut2ctrlb::R reader structure
impl Readable for LUT2CTRLC_SPEC
[src]
read()
method returns lut2ctrlc::R reader structure
impl Readable for LUT3CTRLA_SPEC
[src]
read()
method returns lut3ctrla::R reader structure
impl Readable for LUT3CTRLB_SPEC
[src]
read()
method returns lut3ctrlb::R reader structure
impl Readable for LUT3CTRLC_SPEC
[src]
read()
method returns lut3ctrlc::R reader structure
impl Readable for SEQCTRL0_SPEC
[src]
read()
method returns seqctrl0::R reader structure
impl Readable for SEQCTRL1_SPEC
[src]
read()
method returns seqctrl1::R reader structure
impl Readable for TRUTH0_SPEC
[src]
read()
method returns truth0::R reader structure
impl Readable for TRUTH1_SPEC
[src]
read()
method returns truth1::R reader structure
impl Readable for TRUTH2_SPEC
[src]
read()
method returns truth2::R reader structure
impl Readable for TRUTH3_SPEC
[src]
read()
method returns truth3::R reader structure
impl Readable for MCLKCTRLA_SPEC
[src]
read()
method returns mclkctrla::R reader structure
impl Readable for MCLKCTRLB_SPEC
[src]
read()
method returns mclkctrlb::R reader structure
impl Readable for MCLKLOCK_SPEC
[src]
read()
method returns mclklock::R reader structure
impl Readable for MCLKSTATUS_SPEC
[src]
read()
method returns mclkstatus::R reader structure
impl Readable for OSC20MCALIBA_SPEC
[src]
read()
method returns osc20mcaliba::R reader structure
impl Readable for OSC20MCALIBB_SPEC
[src]
read()
method returns osc20mcalibb::R reader structure
impl Readable for OSC20MCTRLA_SPEC
[src]
read()
method returns osc20mctrla::R reader structure
impl Readable for OSC32KCTRLA_SPEC
[src]
read()
method returns osc32kctrla::R reader structure
impl Readable for XOSC32KCTRLA_SPEC
[src]
read()
method returns xosc32kctrla::R reader structure
impl Readable for avr_device::atmega4809::cpu::ccp::CCP_SPEC
[src]
read()
method returns ccp::R reader structure
impl Readable for avr_device::atmega4809::cpu::sph::SPH_SPEC
[src]
read()
method returns sph::R reader structure
impl Readable for avr_device::atmega4809::cpu::spl::SPL_SPEC
[src]
read()
method returns spl::R reader structure
impl Readable for avr_device::atmega4809::cpuint::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for LVL0PRI_SPEC
[src]
read()
method returns lvl0pri::R reader structure
impl Readable for LVL1VEC_SPEC
[src]
read()
method returns lvl1vec::R reader structure
impl Readable for avr_device::atmega4809::cpuint::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::crcscan::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::crcscan::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::crcscan::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for CHANNEL0_SPEC
[src]
read()
method returns channel0::R reader structure
impl Readable for CHANNEL1_SPEC
[src]
read()
method returns channel1::R reader structure
impl Readable for CHANNEL2_SPEC
[src]
read()
method returns channel2::R reader structure
impl Readable for CHANNEL3_SPEC
[src]
read()
method returns channel3::R reader structure
impl Readable for CHANNEL4_SPEC
[src]
read()
method returns channel4::R reader structure
impl Readable for CHANNEL5_SPEC
[src]
read()
method returns channel5::R reader structure
impl Readable for CHANNEL6_SPEC
[src]
read()
method returns channel6::R reader structure
impl Readable for CHANNEL7_SPEC
[src]
read()
method returns channel7::R reader structure
impl Readable for USERADC0_SPEC
[src]
read()
method returns useradc0::R reader structure
impl Readable for USERCCLLUT0A_SPEC
[src]
read()
method returns userccllut0a::R reader structure
impl Readable for USERCCLLUT0B_SPEC
[src]
read()
method returns userccllut0b::R reader structure
impl Readable for USERCCLLUT1A_SPEC
[src]
read()
method returns userccllut1a::R reader structure
impl Readable for USERCCLLUT1B_SPEC
[src]
read()
method returns userccllut1b::R reader structure
impl Readable for USERCCLLUT2A_SPEC
[src]
read()
method returns userccllut2a::R reader structure
impl Readable for USERCCLLUT2B_SPEC
[src]
read()
method returns userccllut2b::R reader structure
impl Readable for USERCCLLUT3A_SPEC
[src]
read()
method returns userccllut3a::R reader structure
impl Readable for USERCCLLUT3B_SPEC
[src]
read()
method returns userccllut3b::R reader structure
impl Readable for USEREVOUTA_SPEC
[src]
read()
method returns userevouta::R reader structure
impl Readable for USEREVOUTB_SPEC
[src]
read()
method returns userevoutb::R reader structure
impl Readable for USEREVOUTC_SPEC
[src]
read()
method returns userevoutc::R reader structure
impl Readable for USEREVOUTD_SPEC
[src]
read()
method returns userevoutd::R reader structure
impl Readable for USEREVOUTE_SPEC
[src]
read()
method returns userevoute::R reader structure
impl Readable for USEREVOUTF_SPEC
[src]
read()
method returns userevoutf::R reader structure
impl Readable for USERTCA0_SPEC
[src]
read()
method returns usertca0::R reader structure
impl Readable for USERTCB0_SPEC
[src]
read()
method returns usertcb0::R reader structure
impl Readable for USERTCB1_SPEC
[src]
read()
method returns usertcb1::R reader structure
impl Readable for USERTCB2_SPEC
[src]
read()
method returns usertcb2::R reader structure
impl Readable for USERTCB3_SPEC
[src]
read()
method returns usertcb3::R reader structure
impl Readable for USERUSART0_SPEC
[src]
read()
method returns userusart0::R reader structure
impl Readable for USERUSART1_SPEC
[src]
read()
method returns userusart1::R reader structure
impl Readable for USERUSART2_SPEC
[src]
read()
method returns userusart2::R reader structure
impl Readable for USERUSART3_SPEC
[src]
read()
method returns userusart3::R reader structure
impl Readable for APPEND_SPEC
[src]
read()
method returns append::R reader structure
impl Readable for BODCFG_SPEC
[src]
read()
method returns bodcfg::R reader structure
impl Readable for BOOTEND_SPEC
[src]
read()
method returns bootend::R reader structure
impl Readable for OSCCFG_SPEC
[src]
read()
method returns osccfg::R reader structure
impl Readable for SYSCFG0_SPEC
[src]
read()
method returns syscfg0::R reader structure
impl Readable for SYSCFG1_SPEC
[src]
read()
method returns syscfg1::R reader structure
impl Readable for WDTCFG_SPEC
[src]
read()
method returns wdtcfg::R reader structure
impl Readable for avr_device::atmega4809::gpio::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::atmega4809::gpio::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::atmega4809::gpio::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for GPIOR3_SPEC
[src]
read()
method returns gpior3::R reader structure
impl Readable for avr_device::atmega4809::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for ADDR_SPEC
[src]
read()
method returns addr::R reader structure
impl Readable for avr_device::atmega4809::nvmctrl::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::nvmctrl::data::DATA_SPEC
[src]
read()
method returns data::R reader structure
impl Readable for avr_device::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::nvmctrl::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::porta::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::porta::dirclr::DIRCLR_SPEC
[src]
read()
method returns dirclr::R reader structure
impl Readable for avr_device::atmega4809::porta::dirset::DIRSET_SPEC
[src]
read()
method returns dirset::R reader structure
impl Readable for avr_device::atmega4809::porta::dirtgl::DIRTGL_SPEC
[src]
read()
method returns dirtgl::R reader structure
impl Readable for avr_device::atmega4809::porta::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::porta::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::porta::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::porta::outclr::OUTCLR_SPEC
[src]
read()
method returns outclr::R reader structure
impl Readable for avr_device::atmega4809::porta::outset::OUTSET_SPEC
[src]
read()
method returns outset::R reader structure
impl Readable for avr_device::atmega4809::porta::outtgl::OUTTGL_SPEC
[src]
read()
method returns outtgl::R reader structure
impl Readable for avr_device::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC
[src]
read()
method returns pin0ctrl::R reader structure
impl Readable for avr_device::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC
[src]
read()
method returns pin1ctrl::R reader structure
impl Readable for avr_device::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC
[src]
read()
method returns pin2ctrl::R reader structure
impl Readable for avr_device::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC
[src]
read()
method returns pin3ctrl::R reader structure
impl Readable for avr_device::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC
[src]
read()
method returns pin4ctrl::R reader structure
impl Readable for avr_device::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC
[src]
read()
method returns pin5ctrl::R reader structure
impl Readable for avr_device::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC
[src]
read()
method returns pin6ctrl::R reader structure
impl Readable for avr_device::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC
[src]
read()
method returns pin7ctrl::R reader structure
impl Readable for avr_device::atmega4809::porta::portctrl::PORTCTRL_SPEC
[src]
read()
method returns portctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::portb::dirclr::DIRCLR_SPEC
[src]
read()
method returns dirclr::R reader structure
impl Readable for avr_device::atmega4809::portb::dirset::DIRSET_SPEC
[src]
read()
method returns dirset::R reader structure
impl Readable for avr_device::atmega4809::portb::dirtgl::DIRTGL_SPEC
[src]
read()
method returns dirtgl::R reader structure
impl Readable for avr_device::atmega4809::portb::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::portb::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::portb::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::portb::outclr::OUTCLR_SPEC
[src]
read()
method returns outclr::R reader structure
impl Readable for avr_device::atmega4809::portb::outset::OUTSET_SPEC
[src]
read()
method returns outset::R reader structure
impl Readable for avr_device::atmega4809::portb::outtgl::OUTTGL_SPEC
[src]
read()
method returns outtgl::R reader structure
impl Readable for avr_device::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC
[src]
read()
method returns pin0ctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC
[src]
read()
method returns pin1ctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC
[src]
read()
method returns pin2ctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC
[src]
read()
method returns pin3ctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC
[src]
read()
method returns pin4ctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC
[src]
read()
method returns pin5ctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC
[src]
read()
method returns pin6ctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC
[src]
read()
method returns pin7ctrl::R reader structure
impl Readable for avr_device::atmega4809::portb::portctrl::PORTCTRL_SPEC
[src]
read()
method returns portctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::portc::dirclr::DIRCLR_SPEC
[src]
read()
method returns dirclr::R reader structure
impl Readable for avr_device::atmega4809::portc::dirset::DIRSET_SPEC
[src]
read()
method returns dirset::R reader structure
impl Readable for avr_device::atmega4809::portc::dirtgl::DIRTGL_SPEC
[src]
read()
method returns dirtgl::R reader structure
impl Readable for avr_device::atmega4809::portc::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::portc::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::portc::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::portc::outclr::OUTCLR_SPEC
[src]
read()
method returns outclr::R reader structure
impl Readable for avr_device::atmega4809::portc::outset::OUTSET_SPEC
[src]
read()
method returns outset::R reader structure
impl Readable for avr_device::atmega4809::portc::outtgl::OUTTGL_SPEC
[src]
read()
method returns outtgl::R reader structure
impl Readable for avr_device::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC
[src]
read()
method returns pin0ctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC
[src]
read()
method returns pin1ctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC
[src]
read()
method returns pin2ctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC
[src]
read()
method returns pin3ctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC
[src]
read()
method returns pin4ctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC
[src]
read()
method returns pin5ctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC
[src]
read()
method returns pin6ctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC
[src]
read()
method returns pin7ctrl::R reader structure
impl Readable for avr_device::atmega4809::portc::portctrl::PORTCTRL_SPEC
[src]
read()
method returns portctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::portd::dirclr::DIRCLR_SPEC
[src]
read()
method returns dirclr::R reader structure
impl Readable for avr_device::atmega4809::portd::dirset::DIRSET_SPEC
[src]
read()
method returns dirset::R reader structure
impl Readable for avr_device::atmega4809::portd::dirtgl::DIRTGL_SPEC
[src]
read()
method returns dirtgl::R reader structure
impl Readable for avr_device::atmega4809::portd::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::portd::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::portd::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::portd::outclr::OUTCLR_SPEC
[src]
read()
method returns outclr::R reader structure
impl Readable for avr_device::atmega4809::portd::outset::OUTSET_SPEC
[src]
read()
method returns outset::R reader structure
impl Readable for avr_device::atmega4809::portd::outtgl::OUTTGL_SPEC
[src]
read()
method returns outtgl::R reader structure
impl Readable for avr_device::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC
[src]
read()
method returns pin0ctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC
[src]
read()
method returns pin1ctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC
[src]
read()
method returns pin2ctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC
[src]
read()
method returns pin3ctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC
[src]
read()
method returns pin4ctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC
[src]
read()
method returns pin5ctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC
[src]
read()
method returns pin6ctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC
[src]
read()
method returns pin7ctrl::R reader structure
impl Readable for avr_device::atmega4809::portd::portctrl::PORTCTRL_SPEC
[src]
read()
method returns portctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::porte::dirclr::DIRCLR_SPEC
[src]
read()
method returns dirclr::R reader structure
impl Readable for avr_device::atmega4809::porte::dirset::DIRSET_SPEC
[src]
read()
method returns dirset::R reader structure
impl Readable for avr_device::atmega4809::porte::dirtgl::DIRTGL_SPEC
[src]
read()
method returns dirtgl::R reader structure
impl Readable for avr_device::atmega4809::porte::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::porte::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::porte::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::porte::outclr::OUTCLR_SPEC
[src]
read()
method returns outclr::R reader structure
impl Readable for avr_device::atmega4809::porte::outset::OUTSET_SPEC
[src]
read()
method returns outset::R reader structure
impl Readable for avr_device::atmega4809::porte::outtgl::OUTTGL_SPEC
[src]
read()
method returns outtgl::R reader structure
impl Readable for avr_device::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC
[src]
read()
method returns pin0ctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC
[src]
read()
method returns pin1ctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC
[src]
read()
method returns pin2ctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC
[src]
read()
method returns pin3ctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC
[src]
read()
method returns pin4ctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC
[src]
read()
method returns pin5ctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC
[src]
read()
method returns pin6ctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC
[src]
read()
method returns pin7ctrl::R reader structure
impl Readable for avr_device::atmega4809::porte::portctrl::PORTCTRL_SPEC
[src]
read()
method returns portctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::portf::dirclr::DIRCLR_SPEC
[src]
read()
method returns dirclr::R reader structure
impl Readable for avr_device::atmega4809::portf::dirset::DIRSET_SPEC
[src]
read()
method returns dirset::R reader structure
impl Readable for avr_device::atmega4809::portf::dirtgl::DIRTGL_SPEC
[src]
read()
method returns dirtgl::R reader structure
impl Readable for avr_device::atmega4809::portf::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::portf::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::portf::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::portf::outclr::OUTCLR_SPEC
[src]
read()
method returns outclr::R reader structure
impl Readable for avr_device::atmega4809::portf::outset::OUTSET_SPEC
[src]
read()
method returns outset::R reader structure
impl Readable for avr_device::atmega4809::portf::outtgl::OUTTGL_SPEC
[src]
read()
method returns outtgl::R reader structure
impl Readable for avr_device::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC
[src]
read()
method returns pin0ctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC
[src]
read()
method returns pin1ctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC
[src]
read()
method returns pin2ctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC
[src]
read()
method returns pin3ctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC
[src]
read()
method returns pin4ctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC
[src]
read()
method returns pin5ctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC
[src]
read()
method returns pin6ctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC
[src]
read()
method returns pin7ctrl::R reader structure
impl Readable for avr_device::atmega4809::portf::portctrl::PORTCTRL_SPEC
[src]
read()
method returns portctrl::R reader structure
impl Readable for CCLROUTEA_SPEC
[src]
read()
method returns cclroutea::R reader structure
impl Readable for EVSYSROUTEA_SPEC
[src]
read()
method returns evsysroutea::R reader structure
impl Readable for TCAROUTEA_SPEC
[src]
read()
method returns tcaroutea::R reader structure
impl Readable for TCBROUTEA_SPEC
[src]
read()
method returns tcbroutea::R reader structure
impl Readable for TWISPIROUTEA_SPEC
[src]
read()
method returns twispiroutea::R reader structure
impl Readable for USARTROUTEA_SPEC
[src]
read()
method returns usartroutea::R reader structure
impl Readable for RSTFR_SPEC
[src]
read()
method returns rstfr::R reader structure
impl Readable for SWRR_SPEC
[src]
read()
method returns swrr::R reader structure
impl Readable for avr_device::atmega4809::rtc::calib::CALIB_SPEC
[src]
read()
method returns calib::R reader structure
impl Readable for CLKSEL_SPEC
[src]
read()
method returns clksel::R reader structure
impl Readable for CMP_SPEC
[src]
read()
method returns cmp::R reader structure
impl Readable for avr_device::atmega4809::rtc::cnt::CNT_SPEC
[src]
read()
method returns cnt::R reader structure
impl Readable for avr_device::atmega4809::rtc::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::rtc::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::rtc::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for PER_SPEC
[src]
read()
method returns per::R reader structure
impl Readable for PITCTRLA_SPEC
[src]
read()
method returns pitctrla::R reader structure
impl Readable for PITDBGCTRL_SPEC
[src]
read()
method returns pitdbgctrl::R reader structure
impl Readable for PITINTCTRL_SPEC
[src]
read()
method returns pitintctrl::R reader structure
impl Readable for PITINTFLAGS_SPEC
[src]
read()
method returns pitintflags::R reader structure
impl Readable for PITSTATUS_SPEC
[src]
read()
method returns pitstatus::R reader structure
impl Readable for avr_device::atmega4809::rtc::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::rtc::temp::TEMP_SPEC
[src]
read()
method returns temp::R reader structure
impl Readable for CHECKSUM1_SPEC
[src]
read()
method returns checksum1::R reader structure
impl Readable for DEVICEID0_SPEC
[src]
read()
method returns deviceid0::R reader structure
impl Readable for DEVICEID1_SPEC
[src]
read()
method returns deviceid1::R reader structure
impl Readable for DEVICEID2_SPEC
[src]
read()
method returns deviceid2::R reader structure
impl Readable for OSC16ERR3V_SPEC
[src]
read()
method returns osc16err3v::R reader structure
impl Readable for OSC16ERR5V_SPEC
[src]
read()
method returns osc16err5v::R reader structure
impl Readable for OSC20ERR3V_SPEC
[src]
read()
method returns osc20err3v::R reader structure
impl Readable for OSC20ERR5V_SPEC
[src]
read()
method returns osc20err5v::R reader structure
impl Readable for OSCCAL16M0_SPEC
[src]
read()
method returns osccal16m0::R reader structure
impl Readable for OSCCAL16M1_SPEC
[src]
read()
method returns osccal16m1::R reader structure
impl Readable for OSCCAL20M0_SPEC
[src]
read()
method returns osccal20m0::R reader structure
impl Readable for OSCCAL20M1_SPEC
[src]
read()
method returns osccal20m1::R reader structure
impl Readable for OSCCAL32K_SPEC
[src]
read()
method returns osccal32k::R reader structure
impl Readable for SERNUM0_SPEC
[src]
read()
method returns sernum0::R reader structure
impl Readable for SERNUM1_SPEC
[src]
read()
method returns sernum1::R reader structure
impl Readable for SERNUM2_SPEC
[src]
read()
method returns sernum2::R reader structure
impl Readable for SERNUM3_SPEC
[src]
read()
method returns sernum3::R reader structure
impl Readable for SERNUM4_SPEC
[src]
read()
method returns sernum4::R reader structure
impl Readable for SERNUM5_SPEC
[src]
read()
method returns sernum5::R reader structure
impl Readable for SERNUM6_SPEC
[src]
read()
method returns sernum6::R reader structure
impl Readable for SERNUM7_SPEC
[src]
read()
method returns sernum7::R reader structure
impl Readable for SERNUM8_SPEC
[src]
read()
method returns sernum8::R reader structure
impl Readable for SERNUM9_SPEC
[src]
read()
method returns sernum9::R reader structure
impl Readable for TEMPSENSE0_SPEC
[src]
read()
method returns tempsense0::R reader structure
impl Readable for TEMPSENSE1_SPEC
[src]
read()
method returns tempsense1::R reader structure
impl Readable for avr_device::atmega4809::slpctrl::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::spi0::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::spi0::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::spi0::data::DATA_SPEC
[src]
read()
method returns data::R reader structure
impl Readable for avr_device::atmega4809::spi0::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::spi0::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for EXTBRK_SPEC
[src]
read()
method returns extbrk::R reader structure
impl Readable for OCDM_SPEC
[src]
read()
method returns ocdm::R reader structure
impl Readable for OCDMS_SPEC
[src]
read()
method returns ocdms::R reader structure
impl Readable for REVID_SPEC
[src]
read()
method returns revid::R reader structure
impl Readable for avr_device::atmega4809::tcb0::ccmp::CCMP_SPEC
[src]
read()
method returns ccmp::R reader structure
impl Readable for avr_device::atmega4809::tcb0::cnt::CNT_SPEC
[src]
read()
method returns cnt::R reader structure
impl Readable for avr_device::atmega4809::tcb0::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::tcb0::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb0::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb0::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb0::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::tcb0::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::tcb0::temp::TEMP_SPEC
[src]
read()
method returns temp::R reader structure
impl Readable for avr_device::atmega4809::tcb1::ccmp::CCMP_SPEC
[src]
read()
method returns ccmp::R reader structure
impl Readable for avr_device::atmega4809::tcb1::cnt::CNT_SPEC
[src]
read()
method returns cnt::R reader structure
impl Readable for avr_device::atmega4809::tcb1::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::tcb1::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb1::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb1::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb1::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::tcb1::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::tcb1::temp::TEMP_SPEC
[src]
read()
method returns temp::R reader structure
impl Readable for avr_device::atmega4809::tcb2::ccmp::CCMP_SPEC
[src]
read()
method returns ccmp::R reader structure
impl Readable for avr_device::atmega4809::tcb2::cnt::CNT_SPEC
[src]
read()
method returns cnt::R reader structure
impl Readable for avr_device::atmega4809::tcb2::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::tcb2::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb2::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb2::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb2::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::tcb2::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::tcb2::temp::TEMP_SPEC
[src]
read()
method returns temp::R reader structure
impl Readable for avr_device::atmega4809::tcb3::ccmp::CCMP_SPEC
[src]
read()
method returns ccmp::R reader structure
impl Readable for avr_device::atmega4809::tcb3::cnt::CNT_SPEC
[src]
read()
method returns cnt::R reader structure
impl Readable for avr_device::atmega4809::tcb3::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::tcb3::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb3::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb3::intctrl::INTCTRL_SPEC
[src]
read()
method returns intctrl::R reader structure
impl Readable for avr_device::atmega4809::tcb3::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::tcb3::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::tcb3::temp::TEMP_SPEC
[src]
read()
method returns temp::R reader structure
impl Readable for avr_device::atmega4809::twi0::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for DUALCTRL_SPEC
[src]
read()
method returns dualctrl::R reader structure
impl Readable for MADDR_SPEC
[src]
read()
method returns maddr::R reader structure
impl Readable for MBAUD_SPEC
[src]
read()
method returns mbaud::R reader structure
impl Readable for MCTRLA_SPEC
[src]
read()
method returns mctrla::R reader structure
impl Readable for MCTRLB_SPEC
[src]
read()
method returns mctrlb::R reader structure
impl Readable for MDATA_SPEC
[src]
read()
method returns mdata::R reader structure
impl Readable for MSTATUS_SPEC
[src]
read()
method returns mstatus::R reader structure
impl Readable for SADDR_SPEC
[src]
read()
method returns saddr::R reader structure
impl Readable for SADDRMASK_SPEC
[src]
read()
method returns saddrmask::R reader structure
impl Readable for SCTRLA_SPEC
[src]
read()
method returns sctrla::R reader structure
impl Readable for SCTRLB_SPEC
[src]
read()
method returns sctrlb::R reader structure
impl Readable for SDATA_SPEC
[src]
read()
method returns sdata::R reader structure
impl Readable for SSTATUS_SPEC
[src]
read()
method returns sstatus::R reader structure
impl Readable for avr_device::atmega4809::usart0::baud::BAUD_SPEC
[src]
read()
method returns baud::R reader structure
impl Readable for avr_device::atmega4809::usart0::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::usart0::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::usart0::ctrlc::CTRLC_SPEC
[src]
read()
method returns ctrlc::R reader structure
impl Readable for avr_device::atmega4809::usart0::ctrld::CTRLD_SPEC
[src]
read()
method returns ctrld::R reader structure
impl Readable for avr_device::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::usart0::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::usart0::rxdatah::RXDATAH_SPEC
[src]
read()
method returns rxdatah::R reader structure
impl Readable for avr_device::atmega4809::usart0::rxdatal::RXDATAL_SPEC
[src]
read()
method returns rxdatal::R reader structure
impl Readable for avr_device::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC
[src]
read()
method returns rxplctrl::R reader structure
impl Readable for avr_device::atmega4809::usart0::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::usart0::txdatah::TXDATAH_SPEC
[src]
read()
method returns txdatah::R reader structure
impl Readable for avr_device::atmega4809::usart0::txdatal::TXDATAL_SPEC
[src]
read()
method returns txdatal::R reader structure
impl Readable for avr_device::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC
[src]
read()
method returns txplctrl::R reader structure
impl Readable for avr_device::atmega4809::usart1::baud::BAUD_SPEC
[src]
read()
method returns baud::R reader structure
impl Readable for avr_device::atmega4809::usart1::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::usart1::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::usart1::ctrlc::CTRLC_SPEC
[src]
read()
method returns ctrlc::R reader structure
impl Readable for avr_device::atmega4809::usart1::ctrld::CTRLD_SPEC
[src]
read()
method returns ctrld::R reader structure
impl Readable for avr_device::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::usart1::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::usart1::rxdatah::RXDATAH_SPEC
[src]
read()
method returns rxdatah::R reader structure
impl Readable for avr_device::atmega4809::usart1::rxdatal::RXDATAL_SPEC
[src]
read()
method returns rxdatal::R reader structure
impl Readable for avr_device::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC
[src]
read()
method returns rxplctrl::R reader structure
impl Readable for avr_device::atmega4809::usart1::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::usart1::txdatah::TXDATAH_SPEC
[src]
read()
method returns txdatah::R reader structure
impl Readable for avr_device::atmega4809::usart1::txdatal::TXDATAL_SPEC
[src]
read()
method returns txdatal::R reader structure
impl Readable for avr_device::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC
[src]
read()
method returns txplctrl::R reader structure
impl Readable for avr_device::atmega4809::usart2::baud::BAUD_SPEC
[src]
read()
method returns baud::R reader structure
impl Readable for avr_device::atmega4809::usart2::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::usart2::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::usart2::ctrlc::CTRLC_SPEC
[src]
read()
method returns ctrlc::R reader structure
impl Readable for avr_device::atmega4809::usart2::ctrld::CTRLD_SPEC
[src]
read()
method returns ctrld::R reader structure
impl Readable for avr_device::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::usart2::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::usart2::rxdatah::RXDATAH_SPEC
[src]
read()
method returns rxdatah::R reader structure
impl Readable for avr_device::atmega4809::usart2::rxdatal::RXDATAL_SPEC
[src]
read()
method returns rxdatal::R reader structure
impl Readable for avr_device::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC
[src]
read()
method returns rxplctrl::R reader structure
impl Readable for avr_device::atmega4809::usart2::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::usart2::txdatah::TXDATAH_SPEC
[src]
read()
method returns txdatah::R reader structure
impl Readable for avr_device::atmega4809::usart2::txdatal::TXDATAL_SPEC
[src]
read()
method returns txdatal::R reader structure
impl Readable for avr_device::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC
[src]
read()
method returns txplctrl::R reader structure
impl Readable for avr_device::atmega4809::usart3::baud::BAUD_SPEC
[src]
read()
method returns baud::R reader structure
impl Readable for avr_device::atmega4809::usart3::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::usart3::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::usart3::ctrlc::CTRLC_SPEC
[src]
read()
method returns ctrlc::R reader structure
impl Readable for avr_device::atmega4809::usart3::ctrld::CTRLD_SPEC
[src]
read()
method returns ctrld::R reader structure
impl Readable for avr_device::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC
[src]
read()
method returns dbgctrl::R reader structure
impl Readable for avr_device::atmega4809::usart3::evctrl::EVCTRL_SPEC
[src]
read()
method returns evctrl::R reader structure
impl Readable for avr_device::atmega4809::usart3::rxdatah::RXDATAH_SPEC
[src]
read()
method returns rxdatah::R reader structure
impl Readable for avr_device::atmega4809::usart3::rxdatal::RXDATAL_SPEC
[src]
read()
method returns rxdatal::R reader structure
impl Readable for avr_device::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC
[src]
read()
method returns rxplctrl::R reader structure
impl Readable for avr_device::atmega4809::usart3::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::atmega4809::usart3::txdatah::TXDATAH_SPEC
[src]
read()
method returns txdatah::R reader structure
impl Readable for avr_device::atmega4809::usart3::txdatal::TXDATAL_SPEC
[src]
read()
method returns txdatal::R reader structure
impl Readable for avr_device::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC
[src]
read()
method returns txplctrl::R reader structure
impl Readable for USERROW0_SPEC
[src]
read()
method returns userrow0::R reader structure
impl Readable for USERROW1_SPEC
[src]
read()
method returns userrow1::R reader structure
impl Readable for USERROW2_SPEC
[src]
read()
method returns userrow2::R reader structure
impl Readable for USERROW3_SPEC
[src]
read()
method returns userrow3::R reader structure
impl Readable for USERROW4_SPEC
[src]
read()
method returns userrow4::R reader structure
impl Readable for USERROW5_SPEC
[src]
read()
method returns userrow5::R reader structure
impl Readable for USERROW6_SPEC
[src]
read()
method returns userrow6::R reader structure
impl Readable for USERROW7_SPEC
[src]
read()
method returns userrow7::R reader structure
impl Readable for USERROW8_SPEC
[src]
read()
method returns userrow8::R reader structure
impl Readable for USERROW9_SPEC
[src]
read()
method returns userrow9::R reader structure
impl Readable for USERROW10_SPEC
[src]
read()
method returns userrow10::R reader structure
impl Readable for USERROW11_SPEC
[src]
read()
method returns userrow11::R reader structure
impl Readable for USERROW12_SPEC
[src]
read()
method returns userrow12::R reader structure
impl Readable for USERROW13_SPEC
[src]
read()
method returns userrow13::R reader structure
impl Readable for USERROW14_SPEC
[src]
read()
method returns userrow14::R reader structure
impl Readable for USERROW15_SPEC
[src]
read()
method returns userrow15::R reader structure
impl Readable for USERROW16_SPEC
[src]
read()
method returns userrow16::R reader structure
impl Readable for USERROW17_SPEC
[src]
read()
method returns userrow17::R reader structure
impl Readable for USERROW18_SPEC
[src]
read()
method returns userrow18::R reader structure
impl Readable for USERROW19_SPEC
[src]
read()
method returns userrow19::R reader structure
impl Readable for USERROW20_SPEC
[src]
read()
method returns userrow20::R reader structure
impl Readable for USERROW21_SPEC
[src]
read()
method returns userrow21::R reader structure
impl Readable for USERROW22_SPEC
[src]
read()
method returns userrow22::R reader structure
impl Readable for USERROW23_SPEC
[src]
read()
method returns userrow23::R reader structure
impl Readable for USERROW24_SPEC
[src]
read()
method returns userrow24::R reader structure
impl Readable for USERROW25_SPEC
[src]
read()
method returns userrow25::R reader structure
impl Readable for USERROW26_SPEC
[src]
read()
method returns userrow26::R reader structure
impl Readable for USERROW27_SPEC
[src]
read()
method returns userrow27::R reader structure
impl Readable for USERROW28_SPEC
[src]
read()
method returns userrow28::R reader structure
impl Readable for USERROW29_SPEC
[src]
read()
method returns userrow29::R reader structure
impl Readable for USERROW30_SPEC
[src]
read()
method returns userrow30::R reader structure
impl Readable for USERROW31_SPEC
[src]
read()
method returns userrow31::R reader structure
impl Readable for USERROW32_SPEC
[src]
read()
method returns userrow32::R reader structure
impl Readable for USERROW33_SPEC
[src]
read()
method returns userrow33::R reader structure
impl Readable for USERROW34_SPEC
[src]
read()
method returns userrow34::R reader structure
impl Readable for USERROW35_SPEC
[src]
read()
method returns userrow35::R reader structure
impl Readable for USERROW36_SPEC
[src]
read()
method returns userrow36::R reader structure
impl Readable for USERROW37_SPEC
[src]
read()
method returns userrow37::R reader structure
impl Readable for USERROW38_SPEC
[src]
read()
method returns userrow38::R reader structure
impl Readable for USERROW39_SPEC
[src]
read()
method returns userrow39::R reader structure
impl Readable for USERROW40_SPEC
[src]
read()
method returns userrow40::R reader structure
impl Readable for USERROW41_SPEC
[src]
read()
method returns userrow41::R reader structure
impl Readable for USERROW42_SPEC
[src]
read()
method returns userrow42::R reader structure
impl Readable for USERROW43_SPEC
[src]
read()
method returns userrow43::R reader structure
impl Readable for USERROW44_SPEC
[src]
read()
method returns userrow44::R reader structure
impl Readable for USERROW45_SPEC
[src]
read()
method returns userrow45::R reader structure
impl Readable for USERROW46_SPEC
[src]
read()
method returns userrow46::R reader structure
impl Readable for USERROW47_SPEC
[src]
read()
method returns userrow47::R reader structure
impl Readable for USERROW48_SPEC
[src]
read()
method returns userrow48::R reader structure
impl Readable for USERROW49_SPEC
[src]
read()
method returns userrow49::R reader structure
impl Readable for USERROW50_SPEC
[src]
read()
method returns userrow50::R reader structure
impl Readable for USERROW51_SPEC
[src]
read()
method returns userrow51::R reader structure
impl Readable for USERROW52_SPEC
[src]
read()
method returns userrow52::R reader structure
impl Readable for USERROW53_SPEC
[src]
read()
method returns userrow53::R reader structure
impl Readable for USERROW54_SPEC
[src]
read()
method returns userrow54::R reader structure
impl Readable for USERROW55_SPEC
[src]
read()
method returns userrow55::R reader structure
impl Readable for USERROW56_SPEC
[src]
read()
method returns userrow56::R reader structure
impl Readable for USERROW57_SPEC
[src]
read()
method returns userrow57::R reader structure
impl Readable for USERROW58_SPEC
[src]
read()
method returns userrow58::R reader structure
impl Readable for USERROW59_SPEC
[src]
read()
method returns userrow59::R reader structure
impl Readable for USERROW60_SPEC
[src]
read()
method returns userrow60::R reader structure
impl Readable for USERROW61_SPEC
[src]
read()
method returns userrow61::R reader structure
impl Readable for USERROW62_SPEC
[src]
read()
method returns userrow62::R reader structure
impl Readable for USERROW63_SPEC
[src]
read()
method returns userrow63::R reader structure
impl Readable for avr_device::atmega4809::vporta::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::vporta::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::vporta::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::vporta::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::vportb::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::vportb::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::vportb::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::vportb::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::vportc::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::vportc::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::vportc::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::vportc::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::vportd::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::vportd::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::vportd::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::vportd::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::vporte::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::vporte::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::vporte::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::vporte::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::vportf::dir::DIR_SPEC
[src]
read()
method returns dir::R reader structure
impl Readable for avr_device::atmega4809::vportf::in_::IN_SPEC
[src]
read()
method returns in_::R reader structure
impl Readable for avr_device::atmega4809::vportf::intflags::INTFLAGS_SPEC
[src]
read()
method returns intflags::R reader structure
impl Readable for avr_device::atmega4809::vportf::out::OUT_SPEC
[src]
read()
method returns out::R reader structure
impl Readable for avr_device::atmega4809::vref::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::vref::ctrlb::CTRLB_SPEC
[src]
read()
method returns ctrlb::R reader structure
impl Readable for avr_device::atmega4809::wdt::ctrla::CTRLA_SPEC
[src]
read()
method returns ctrla::R reader structure
impl Readable for avr_device::atmega4809::wdt::status::STATUS_SPEC
[src]
read()
method returns status::R reader structure
impl Readable for avr_device::attiny84::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::attiny84::ac::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::attiny84::ac::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::attiny84::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::attiny84::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::attiny84::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::attiny84::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::attiny84::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::attiny84::boot_load::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::attiny84::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::attiny84::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::attiny84::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::attiny84::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::attiny84::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::attiny84::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::attiny84::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::attiny84::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::attiny84::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::attiny84::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::attiny84::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::attiny84::exint::gifr::GIFR_SPEC
[src]
read()
method returns gifr::R reader structure
impl Readable for avr_device::attiny84::exint::gimsk::GIMSK_SPEC
[src]
read()
method returns gimsk::R reader structure
impl Readable for avr_device::attiny84::exint::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::attiny84::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::attiny84::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::attiny84::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::attiny84::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::attiny84::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::attiny84::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::attiny84::porta::ddra::DDRA_SPEC
[src]
read()
method returns ddra::R reader structure
impl Readable for avr_device::attiny84::porta::pina::PINA_SPEC
[src]
read()
method returns pina::R reader structure
impl Readable for avr_device::attiny84::porta::porta::PORTA_SPEC
[src]
read()
method returns porta::R reader structure
impl Readable for avr_device::attiny84::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::attiny84::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::attiny84::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::attiny84::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::attiny84::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::attiny84::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::attiny84::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::attiny84::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::attiny84::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::attiny84::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::attiny84::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::attiny84::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::attiny84::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::attiny84::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::attiny84::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::attiny84::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::attiny84::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::attiny84::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::attiny84::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::attiny84::usi::usibr::USIBR_SPEC
[src]
read()
method returns usibr::R reader structure
impl Readable for avr_device::attiny84::usi::usicr::USICR_SPEC
[src]
read()
method returns usicr::R reader structure
impl Readable for avr_device::attiny84::usi::usidr::USIDR_SPEC
[src]
read()
method returns usidr::R reader structure
impl Readable for avr_device::attiny84::usi::usisr::USISR_SPEC
[src]
read()
method returns usisr::R reader structure
impl Readable for avr_device::attiny84::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::attiny85::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::attiny85::ac::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::attiny85::ac::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::attiny85::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::attiny85::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::attiny85::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::attiny85::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::attiny85::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::attiny85::boot_load::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::attiny85::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::attiny85::cpu::dwdr::DWDR_SPEC
[src]
read()
method returns dwdr::R reader structure
impl Readable for avr_device::attiny85::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::attiny85::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::attiny85::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::attiny85::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::attiny85::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::attiny85::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::attiny85::cpu::pllcsr::PLLCSR_SPEC
[src]
read()
method returns pllcsr::R reader structure
impl Readable for avr_device::attiny85::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::attiny85::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::attiny85::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::attiny85::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::attiny85::exint::gifr::GIFR_SPEC
[src]
read()
method returns gifr::R reader structure
impl Readable for avr_device::attiny85::exint::gimsk::GIMSK_SPEC
[src]
read()
method returns gimsk::R reader structure
impl Readable for avr_device::attiny85::exint::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for PCMSK_SPEC
[src]
read()
method returns pcmsk::R reader structure
impl Readable for avr_device::attiny85::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::attiny85::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::attiny85::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::attiny85::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::attiny85::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::attiny85::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::attiny85::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::attiny85::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::attiny85::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::attiny85::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::attiny85::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::attiny85::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::attiny85::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::attiny85::tc0::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::attiny85::tc0::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for DT1A_SPEC
[src]
read()
method returns dt1a::R reader structure
impl Readable for DT1B_SPEC
[src]
read()
method returns dt1b::R reader structure
impl Readable for DTPS_SPEC
[src]
read()
method returns dtps::R reader structure
impl Readable for avr_device::attiny85::tc1::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::attiny85::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::attiny85::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::attiny85::tc1::ocr1c::OCR1C_SPEC
[src]
read()
method returns ocr1c::R reader structure
impl Readable for TCCR1_SPEC
[src]
read()
method returns tccr1::R reader structure
impl Readable for avr_device::attiny85::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::attiny85::tc1::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::attiny85::tc1::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for avr_device::attiny85::usi::usibr::USIBR_SPEC
[src]
read()
method returns usibr::R reader structure
impl Readable for avr_device::attiny85::usi::usicr::USICR_SPEC
[src]
read()
method returns usicr::R reader structure
impl Readable for avr_device::attiny85::usi::usidr::USIDR_SPEC
[src]
read()
method returns usidr::R reader structure
impl Readable for avr_device::attiny85::usi::usisr::USISR_SPEC
[src]
read()
method returns usisr::R reader structure
impl Readable for avr_device::attiny85::wdt::wdtcr::WDTCR_SPEC
[src]
read()
method returns wdtcr::R reader structure
impl Readable for avr_device::attiny88::ac::acsr::ACSR_SPEC
[src]
read()
method returns acsr::R reader structure
impl Readable for avr_device::attiny88::ac::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::attiny88::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::attiny88::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::attiny88::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::attiny88::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::attiny88::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::attiny88::adc::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::attiny88::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::attiny88::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::attiny88::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::attiny88::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::attiny88::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::attiny88::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::attiny88::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::attiny88::cpu::portcr::PORTCR_SPEC
[src]
read()
method returns portcr::R reader structure
impl Readable for avr_device::attiny88::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::attiny88::cpu::smcr::SMCR_SPEC
[src]
read()
method returns smcr::R reader structure
impl Readable for avr_device::attiny88::cpu::sph::SPH_SPEC
[src]
read()
method returns sph::R reader structure
impl Readable for avr_device::attiny88::cpu::spl::SPL_SPEC
[src]
read()
method returns spl::R reader structure
impl Readable for avr_device::attiny88::cpu::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::attiny88::eeprom::eearl::EEARL_SPEC
[src]
read()
method returns eearl::R reader structure
impl Readable for avr_device::attiny88::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::attiny88::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::attiny88::exint::eicra::EICRA_SPEC
[src]
read()
method returns eicra::R reader structure
impl Readable for avr_device::attiny88::exint::eifr::EIFR_SPEC
[src]
read()
method returns eifr::R reader structure
impl Readable for avr_device::attiny88::exint::eimsk::EIMSK_SPEC
[src]
read()
method returns eimsk::R reader structure
impl Readable for avr_device::attiny88::exint::pcicr::PCICR_SPEC
[src]
read()
method returns pcicr::R reader structure
impl Readable for avr_device::attiny88::exint::pcifr::PCIFR_SPEC
[src]
read()
method returns pcifr::R reader structure
impl Readable for avr_device::attiny88::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::attiny88::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::attiny88::exint::pcmsk2::PCMSK2_SPEC
[src]
read()
method returns pcmsk2::R reader structure
impl Readable for avr_device::attiny88::exint::pcmsk3::PCMSK3_SPEC
[src]
read()
method returns pcmsk3::R reader structure
impl Readable for avr_device::attiny88::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::attiny88::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::attiny88::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::attiny88::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::attiny88::porta::ddra::DDRA_SPEC
[src]
read()
method returns ddra::R reader structure
impl Readable for avr_device::attiny88::porta::pina::PINA_SPEC
[src]
read()
method returns pina::R reader structure
impl Readable for avr_device::attiny88::porta::porta::PORTA_SPEC
[src]
read()
method returns porta::R reader structure
impl Readable for avr_device::attiny88::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::attiny88::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::attiny88::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::attiny88::portc::ddrc::DDRC_SPEC
[src]
read()
method returns ddrc::R reader structure
impl Readable for avr_device::attiny88::portc::pinc::PINC_SPEC
[src]
read()
method returns pinc::R reader structure
impl Readable for avr_device::attiny88::portc::portc::PORTC_SPEC
[src]
read()
method returns portc::R reader structure
impl Readable for avr_device::attiny88::portd::ddrd::DDRD_SPEC
[src]
read()
method returns ddrd::R reader structure
impl Readable for avr_device::attiny88::portd::pind::PIND_SPEC
[src]
read()
method returns pind::R reader structure
impl Readable for avr_device::attiny88::portd::portd::PORTD_SPEC
[src]
read()
method returns portd::R reader structure
impl Readable for avr_device::attiny88::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::attiny88::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::attiny88::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::attiny88::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::attiny88::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::attiny88::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::attiny88::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::attiny88::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::attiny88::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::attiny88::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::attiny88::tc1::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::attiny88::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::attiny88::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::attiny88::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::attiny88::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::attiny88::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::attiny88::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::attiny88::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::attiny88::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::attiny88::twi::twamr::TWAMR_SPEC
[src]
read()
method returns twamr::R reader structure
impl Readable for avr_device::attiny88::twi::twar::TWAR_SPEC
[src]
read()
method returns twar::R reader structure
impl Readable for avr_device::attiny88::twi::twbr::TWBR_SPEC
[src]
read()
method returns twbr::R reader structure
impl Readable for avr_device::attiny88::twi::twcr::TWCR_SPEC
[src]
read()
method returns twcr::R reader structure
impl Readable for avr_device::attiny88::twi::twdr::TWDR_SPEC
[src]
read()
method returns twdr::R reader structure
impl Readable for TWHSR_SPEC
[src]
read()
method returns twhsr::R reader structure
impl Readable for avr_device::attiny88::twi::twsr::TWSR_SPEC
[src]
read()
method returns twsr::R reader structure
impl Readable for avr_device::attiny88::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for ACSR0A_SPEC
[src]
read()
method returns acsr0a::R reader structure
impl Readable for ACSR0B_SPEC
[src]
read()
method returns acsr0b::R reader structure
impl Readable for ACSR1A_SPEC
[src]
read()
method returns acsr1a::R reader structure
impl Readable for ACSR1B_SPEC
[src]
read()
method returns acsr1b::R reader structure
impl Readable for avr_device::attiny841::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::attiny841::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::attiny841::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for ADMUXA_SPEC
[src]
read()
method returns admuxa::R reader structure
impl Readable for ADMUXB_SPEC
[src]
read()
method returns admuxb::R reader structure
impl Readable for avr_device::attiny841::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::attiny841::adc::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::attiny841::cpu::ccp::CCP_SPEC
[src]
read()
method returns ccp::R reader structure
impl Readable for CLKCR_SPEC
[src]
read()
method returns clkcr::R reader structure
impl Readable for avr_device::attiny841::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::attiny841::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::attiny841::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::attiny841::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::attiny841::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::attiny841::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for OSCCAL0_SPEC
[src]
read()
method returns osccal0::R reader structure
impl Readable for OSCCAL1_SPEC
[src]
read()
method returns osccal1::R reader structure
impl Readable for OSCTCAL0A_SPEC
[src]
read()
method returns osctcal0a::R reader structure
impl Readable for OSCTCAL0B_SPEC
[src]
read()
method returns osctcal0b::R reader structure
impl Readable for avr_device::attiny841::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::attiny841::cpu::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::attiny841::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::attiny841::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::attiny841::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::attiny841::exint::gifr::GIFR_SPEC
[src]
read()
method returns gifr::R reader structure
impl Readable for avr_device::attiny841::exint::gimsk::GIMSK_SPEC
[src]
read()
method returns gimsk::R reader structure
impl Readable for avr_device::attiny841::exint::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::attiny841::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::attiny841::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::attiny841::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::attiny841::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::attiny841::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::attiny841::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::attiny841::porta::ddra::DDRA_SPEC
[src]
read()
method returns ddra::R reader structure
impl Readable for PHDE_SPEC
[src]
read()
method returns phde::R reader structure
impl Readable for avr_device::attiny841::porta::pina::PINA_SPEC
[src]
read()
method returns pina::R reader structure
impl Readable for avr_device::attiny841::porta::porta::PORTA_SPEC
[src]
read()
method returns porta::R reader structure
impl Readable for avr_device::attiny841::porta::portcr::PORTCR_SPEC
[src]
read()
method returns portcr::R reader structure
impl Readable for PUEA_SPEC
[src]
read()
method returns puea::R reader structure
impl Readable for avr_device::attiny841::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::attiny841::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::attiny841::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::attiny841::portb::portcr::PORTCR_SPEC
[src]
read()
method returns portcr::R reader structure
impl Readable for PUEB_SPEC
[src]
read()
method returns pueb::R reader structure
impl Readable for avr_device::attiny841::spi::remap::REMAP_SPEC
[src]
read()
method returns remap::R reader structure
impl Readable for avr_device::attiny841::spi::spcr::SPCR_SPEC
[src]
read()
method returns spcr::R reader structure
impl Readable for avr_device::attiny841::spi::spdr::SPDR_SPEC
[src]
read()
method returns spdr::R reader structure
impl Readable for avr_device::attiny841::spi::spsr::SPSR_SPEC
[src]
read()
method returns spsr::R reader structure
impl Readable for avr_device::attiny841::tc0::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::attiny841::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::attiny841::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::attiny841::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::attiny841::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for avr_device::attiny841::tc0::tcnt0::TCNT0_SPEC
[src]
read()
method returns tcnt0::R reader structure
impl Readable for avr_device::attiny841::tc0::tifr0::TIFR0_SPEC
[src]
read()
method returns tifr0::R reader structure
impl Readable for avr_device::attiny841::tc0::timsk0::TIMSK0_SPEC
[src]
read()
method returns timsk0::R reader structure
impl Readable for avr_device::attiny841::tc1::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for avr_device::attiny841::tc1::icr1::ICR1_SPEC
[src]
read()
method returns icr1::R reader structure
impl Readable for avr_device::attiny841::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::attiny841::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::attiny841::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::attiny841::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::attiny841::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::attiny841::tc1::tifr1::TIFR1_SPEC
[src]
read()
method returns tifr1::R reader structure
impl Readable for avr_device::attiny841::tc1::timsk1::TIMSK1_SPEC
[src]
read()
method returns timsk1::R reader structure
impl Readable for avr_device::attiny841::tc2::gtccr::GTCCR_SPEC
[src]
read()
method returns gtccr::R reader structure
impl Readable for ICR2_SPEC
[src]
read()
method returns icr2::R reader structure
impl Readable for avr_device::attiny841::tc2::ocr2a::OCR2A_SPEC
[src]
read()
method returns ocr2a::R reader structure
impl Readable for avr_device::attiny841::tc2::ocr2b::OCR2B_SPEC
[src]
read()
method returns ocr2b::R reader structure
impl Readable for avr_device::attiny841::tc2::tccr2a::TCCR2A_SPEC
[src]
read()
method returns tccr2a::R reader structure
impl Readable for avr_device::attiny841::tc2::tccr2b::TCCR2B_SPEC
[src]
read()
method returns tccr2b::R reader structure
impl Readable for avr_device::attiny841::tc2::tcnt2::TCNT2_SPEC
[src]
read()
method returns tcnt2::R reader structure
impl Readable for avr_device::attiny841::tc2::tifr2::TIFR2_SPEC
[src]
read()
method returns tifr2::R reader structure
impl Readable for avr_device::attiny841::tc2::timsk2::TIMSK2_SPEC
[src]
read()
method returns timsk2::R reader structure
impl Readable for TOCPMCOE_SPEC
[src]
read()
method returns tocpmcoe::R reader structure
impl Readable for TOCPMSA0_SPEC
[src]
read()
method returns tocpmsa0::R reader structure
impl Readable for TOCPMSA1_SPEC
[src]
read()
method returns tocpmsa1::R reader structure
impl Readable for TWSA_SPEC
[src]
read()
method returns twsa::R reader structure
impl Readable for TWSAM_SPEC
[src]
read()
method returns twsam::R reader structure
impl Readable for TWSCRA_SPEC
[src]
read()
method returns twscra::R reader structure
impl Readable for TWSCRB_SPEC
[src]
read()
method returns twscrb::R reader structure
impl Readable for TWSD_SPEC
[src]
read()
method returns twsd::R reader structure
impl Readable for TWSSRA_SPEC
[src]
read()
method returns twssra::R reader structure
impl Readable for avr_device::attiny841::usart0::remap::REMAP_SPEC
[src]
read()
method returns remap::R reader structure
impl Readable for avr_device::attiny841::usart0::ubrr0::UBRR0_SPEC
[src]
read()
method returns ubrr0::R reader structure
impl Readable for avr_device::attiny841::usart0::ucsr0a::UCSR0A_SPEC
[src]
read()
method returns ucsr0a::R reader structure
impl Readable for avr_device::attiny841::usart0::ucsr0b::UCSR0B_SPEC
[src]
read()
method returns ucsr0b::R reader structure
impl Readable for avr_device::attiny841::usart0::ucsr0c::UCSR0C_SPEC
[src]
read()
method returns ucsr0c::R reader structure
impl Readable for avr_device::attiny841::usart0::ucsr0d::UCSR0D_SPEC
[src]
read()
method returns ucsr0d::R reader structure
impl Readable for avr_device::attiny841::usart0::udr0::UDR0_SPEC
[src]
read()
method returns udr0::R reader structure
impl Readable for avr_device::attiny841::usart1::ubrr1::UBRR1_SPEC
[src]
read()
method returns ubrr1::R reader structure
impl Readable for avr_device::attiny841::usart1::ucsr1a::UCSR1A_SPEC
[src]
read()
method returns ucsr1a::R reader structure
impl Readable for avr_device::attiny841::usart1::ucsr1b::UCSR1B_SPEC
[src]
read()
method returns ucsr1b::R reader structure
impl Readable for avr_device::attiny841::usart1::ucsr1c::UCSR1C_SPEC
[src]
read()
method returns ucsr1c::R reader structure
impl Readable for avr_device::attiny841::usart1::ucsr1d::UCSR1D_SPEC
[src]
read()
method returns ucsr1d::R reader structure
impl Readable for avr_device::attiny841::usart1::udr1::UDR1_SPEC
[src]
read()
method returns udr1::R reader structure
impl Readable for avr_device::attiny841::wdt::wdtcsr::WDTCSR_SPEC
[src]
read()
method returns wdtcsr::R reader structure
impl Readable for avr_device::attiny861::ac::acsra::ACSRA_SPEC
[src]
read()
method returns acsra::R reader structure
impl Readable for avr_device::attiny861::ac::acsrb::ACSRB_SPEC
[src]
read()
method returns acsrb::R reader structure
impl Readable for avr_device::attiny861::adc::adc::ADC_SPEC
[src]
read()
method returns adc::R reader structure
impl Readable for avr_device::attiny861::adc::adcsra::ADCSRA_SPEC
[src]
read()
method returns adcsra::R reader structure
impl Readable for avr_device::attiny861::adc::adcsrb::ADCSRB_SPEC
[src]
read()
method returns adcsrb::R reader structure
impl Readable for avr_device::attiny861::adc::admux::ADMUX_SPEC
[src]
read()
method returns admux::R reader structure
impl Readable for avr_device::attiny861::adc::didr0::DIDR0_SPEC
[src]
read()
method returns didr0::R reader structure
impl Readable for avr_device::attiny861::adc::didr1::DIDR1_SPEC
[src]
read()
method returns didr1::R reader structure
impl Readable for avr_device::attiny861::boot_load::spmcsr::SPMCSR_SPEC
[src]
read()
method returns spmcsr::R reader structure
impl Readable for avr_device::attiny861::cpu::clkpr::CLKPR_SPEC
[src]
read()
method returns clkpr::R reader structure
impl Readable for avr_device::attiny861::cpu::dwdr::DWDR_SPEC
[src]
read()
method returns dwdr::R reader structure
impl Readable for avr_device::attiny861::cpu::gpior0::GPIOR0_SPEC
[src]
read()
method returns gpior0::R reader structure
impl Readable for avr_device::attiny861::cpu::gpior1::GPIOR1_SPEC
[src]
read()
method returns gpior1::R reader structure
impl Readable for avr_device::attiny861::cpu::gpior2::GPIOR2_SPEC
[src]
read()
method returns gpior2::R reader structure
impl Readable for avr_device::attiny861::cpu::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::attiny861::cpu::mcusr::MCUSR_SPEC
[src]
read()
method returns mcusr::R reader structure
impl Readable for avr_device::attiny861::cpu::osccal::OSCCAL_SPEC
[src]
read()
method returns osccal::R reader structure
impl Readable for avr_device::attiny861::cpu::pllcsr::PLLCSR_SPEC
[src]
read()
method returns pllcsr::R reader structure
impl Readable for avr_device::attiny861::cpu::prr::PRR_SPEC
[src]
read()
method returns prr::R reader structure
impl Readable for avr_device::attiny861::eeprom::eear::EEAR_SPEC
[src]
read()
method returns eear::R reader structure
impl Readable for avr_device::attiny861::eeprom::eecr::EECR_SPEC
[src]
read()
method returns eecr::R reader structure
impl Readable for avr_device::attiny861::eeprom::eedr::EEDR_SPEC
[src]
read()
method returns eedr::R reader structure
impl Readable for avr_device::attiny861::exint::gifr::GIFR_SPEC
[src]
read()
method returns gifr::R reader structure
impl Readable for avr_device::attiny861::exint::gimsk::GIMSK_SPEC
[src]
read()
method returns gimsk::R reader structure
impl Readable for avr_device::attiny861::exint::mcucr::MCUCR_SPEC
[src]
read()
method returns mcucr::R reader structure
impl Readable for avr_device::attiny861::exint::pcmsk0::PCMSK0_SPEC
[src]
read()
method returns pcmsk0::R reader structure
impl Readable for avr_device::attiny861::exint::pcmsk1::PCMSK1_SPEC
[src]
read()
method returns pcmsk1::R reader structure
impl Readable for avr_device::attiny861::fuse::extended::EXTENDED_SPEC
[src]
read()
method returns extended::R reader structure
impl Readable for avr_device::attiny861::fuse::high::HIGH_SPEC
[src]
read()
method returns high::R reader structure
impl Readable for avr_device::attiny861::fuse::low::LOW_SPEC
[src]
read()
method returns low::R reader structure
impl Readable for avr_device::attiny861::lockbit::lockbit::LOCKBIT_SPEC
[src]
read()
method returns lockbit::R reader structure
impl Readable for avr_device::attiny861::porta::ddra::DDRA_SPEC
[src]
read()
method returns ddra::R reader structure
impl Readable for avr_device::attiny861::porta::pina::PINA_SPEC
[src]
read()
method returns pina::R reader structure
impl Readable for avr_device::attiny861::porta::porta::PORTA_SPEC
[src]
read()
method returns porta::R reader structure
impl Readable for avr_device::attiny861::portb::ddrb::DDRB_SPEC
[src]
read()
method returns ddrb::R reader structure
impl Readable for avr_device::attiny861::portb::pinb::PINB_SPEC
[src]
read()
method returns pinb::R reader structure
impl Readable for avr_device::attiny861::portb::portb::PORTB_SPEC
[src]
read()
method returns portb::R reader structure
impl Readable for avr_device::attiny861::tc0::ocr0a::OCR0A_SPEC
[src]
read()
method returns ocr0a::R reader structure
impl Readable for avr_device::attiny861::tc0::ocr0b::OCR0B_SPEC
[src]
read()
method returns ocr0b::R reader structure
impl Readable for avr_device::attiny861::tc0::tccr0a::TCCR0A_SPEC
[src]
read()
method returns tccr0a::R reader structure
impl Readable for avr_device::attiny861::tc0::tccr0b::TCCR0B_SPEC
[src]
read()
method returns tccr0b::R reader structure
impl Readable for TCNT0H_SPEC
[src]
read()
method returns tcnt0h::R reader structure
impl Readable for TCNT0L_SPEC
[src]
read()
method returns tcnt0l::R reader structure
impl Readable for avr_device::attiny861::tc0::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::attiny861::tc0::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for DT1_SPEC
[src]
read()
method returns dt1::R reader structure
impl Readable for avr_device::attiny861::tc1::ocr1a::OCR1A_SPEC
[src]
read()
method returns ocr1a::R reader structure
impl Readable for avr_device::attiny861::tc1::ocr1b::OCR1B_SPEC
[src]
read()
method returns ocr1b::R reader structure
impl Readable for avr_device::attiny861::tc1::ocr1c::OCR1C_SPEC
[src]
read()
method returns ocr1c::R reader structure
impl Readable for OCR1D_SPEC
[src]
read()
method returns ocr1d::R reader structure
impl Readable for TC1H_SPEC
[src]
read()
method returns tc1h::R reader structure
impl Readable for avr_device::attiny861::tc1::tccr1a::TCCR1A_SPEC
[src]
read()
method returns tccr1a::R reader structure
impl Readable for avr_device::attiny861::tc1::tccr1b::TCCR1B_SPEC
[src]
read()
method returns tccr1b::R reader structure
impl Readable for avr_device::attiny861::tc1::tccr1c::TCCR1C_SPEC
[src]
read()
method returns tccr1c::R reader structure
impl Readable for TCCR1D_SPEC
[src]
read()
method returns tccr1d::R reader structure
impl Readable for TCCR1E_SPEC
[src]
read()
method returns tccr1e::R reader structure
impl Readable for avr_device::attiny861::tc1::tcnt1::TCNT1_SPEC
[src]
read()
method returns tcnt1::R reader structure
impl Readable for avr_device::attiny861::tc1::tifr::TIFR_SPEC
[src]
read()
method returns tifr::R reader structure
impl Readable for avr_device::attiny861::tc1::timsk::TIMSK_SPEC
[src]
read()
method returns timsk::R reader structure
impl Readable for avr_device::attiny861::usi::usibr::USIBR_SPEC
[src]
read()
method returns usibr::R reader structure
impl Readable for avr_device::attiny861::usi::usicr::USICR_SPEC
[src]
read()
method returns usicr::R reader structure
impl Readable for avr_device::attiny861::usi::usidr::USIDR_SPEC
[src]
read()
method returns usidr::R reader structure
impl Readable for USIPP_SPEC
[src]
read()
method returns usipp::R reader structure
impl Readable for avr_device::attiny861::usi::usisr::USISR_SPEC
[src]
read()
method returns usisr::R reader structure
impl Readable for avr_device::attiny861::wdt::wdtcr::WDTCR_SPEC
[src]
read()
method returns wdtcr::R reader structure