[−][src]Trait avr_device::generic::Readable
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>>
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 ACSRA_SPEC
[src]
read()
method returns acsra::R reader structure
impl Readable for 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 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::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 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 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 SPH_SPEC
[src]
read()
method returns sph::R reader structure
impl Readable for 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