Trait avr_device::generic::Readable
source · pub trait Readable: RegisterSpec {
type Reader: From<R<Self>> + Deref<Target = R<Self>>;
}
Expand description
Trait implemented by readable registers to enable the read
method.
Registers marked with Writable
can be also be modify
’ed.
Required Associated Types§
Object Safety§
Implementors§
source§impl Readable for avr_device::atmega32u4::ac::acsr::ACSR_SPEC
impl Readable for avr_device::atmega32u4::ac::acsr::ACSR_SPEC
read()
method returns acsr::R reader structure
source§impl Readable for avr_device::atmega32u4::ac::adcsrb::ADCSRB_SPEC
impl Readable for avr_device::atmega32u4::ac::adcsrb::ADCSRB_SPEC
read()
method returns adcsrb::R reader structure
source§impl Readable for avr_device::atmega32u4::ac::didr1::DIDR1_SPEC
impl Readable for avr_device::atmega32u4::ac::didr1::DIDR1_SPEC
read()
method returns didr1::R reader structure
source§impl Readable for avr_device::atmega32u4::adc::adc::ADC_SPEC
impl Readable for avr_device::atmega32u4::adc::adc::ADC_SPEC
read()
method returns adc::R reader structure
source§impl Readable for avr_device::atmega32u4::adc::adcsra::ADCSRA_SPEC
impl Readable for avr_device::atmega32u4::adc::adcsra::ADCSRA_SPEC
read()
method returns adcsra::R reader structure
source§impl Readable for avr_device::atmega32u4::adc::adcsrb::ADCSRB_SPEC
impl Readable for avr_device::atmega32u4::adc::adcsrb::ADCSRB_SPEC
read()
method returns adcsrb::R reader structure
source§impl Readable for avr_device::atmega32u4::adc::admux::ADMUX_SPEC
impl Readable for avr_device::atmega32u4::adc::admux::ADMUX_SPEC
read()
method returns admux::R reader structure
source§impl Readable for avr_device::atmega32u4::adc::didr0::DIDR0_SPEC
impl Readable for avr_device::atmega32u4::adc::didr0::DIDR0_SPEC
read()
method returns didr0::R reader structure
source§impl Readable for avr_device::atmega32u4::adc::didr2::DIDR2_SPEC
impl Readable for avr_device::atmega32u4::adc::didr2::DIDR2_SPEC
read()
method returns didr2::R reader structure
source§impl Readable for avr_device::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC
impl Readable for avr_device::atmega32u4::boot_load::spmcsr::SPMCSR_SPEC
read()
method returns spmcsr::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::clkpr::CLKPR_SPEC
impl Readable for avr_device::atmega32u4::cpu::clkpr::CLKPR_SPEC
read()
method returns clkpr::R reader structure
source§impl Readable for CLKSEL0_SPEC
impl Readable for CLKSEL0_SPEC
read()
method returns clksel0::R reader structure
source§impl Readable for CLKSEL1_SPEC
impl Readable for CLKSEL1_SPEC
read()
method returns clksel1::R reader structure
source§impl Readable for CLKSTA_SPEC
impl Readable for CLKSTA_SPEC
read()
method returns clksta::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::eind::EIND_SPEC
impl Readable for avr_device::atmega32u4::cpu::eind::EIND_SPEC
read()
method returns eind::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::gpior0::GPIOR0_SPEC
impl Readable for avr_device::atmega32u4::cpu::gpior0::GPIOR0_SPEC
read()
method returns gpior0::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::gpior1::GPIOR1_SPEC
impl Readable for avr_device::atmega32u4::cpu::gpior1::GPIOR1_SPEC
read()
method returns gpior1::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::gpior2::GPIOR2_SPEC
impl Readable for avr_device::atmega32u4::cpu::gpior2::GPIOR2_SPEC
read()
method returns gpior2::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::mcucr::MCUCR_SPEC
impl Readable for avr_device::atmega32u4::cpu::mcucr::MCUCR_SPEC
read()
method returns mcucr::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::mcusr::MCUSR_SPEC
impl Readable for avr_device::atmega32u4::cpu::mcusr::MCUSR_SPEC
read()
method returns mcusr::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::osccal::OSCCAL_SPEC
impl Readable for avr_device::atmega32u4::cpu::osccal::OSCCAL_SPEC
read()
method returns osccal::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::prr0::PRR0_SPEC
impl Readable for avr_device::atmega32u4::cpu::prr0::PRR0_SPEC
read()
method returns prr0::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::prr1::PRR1_SPEC
impl Readable for avr_device::atmega32u4::cpu::prr1::PRR1_SPEC
read()
method returns prr1::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::rampz::RAMPZ_SPEC
impl Readable for avr_device::atmega32u4::cpu::rampz::RAMPZ_SPEC
read()
method returns rampz::R reader structure
source§impl Readable for RCCTRL_SPEC
impl Readable for RCCTRL_SPEC
read()
method returns rcctrl::R reader structure
source§impl Readable for avr_device::atmega32u4::cpu::smcr::SMCR_SPEC
impl Readable for avr_device::atmega32u4::cpu::smcr::SMCR_SPEC
read()
method returns smcr::R reader structure
source§impl Readable for avr_device::atmega32u4::eeprom::eear::EEAR_SPEC
impl Readable for avr_device::atmega32u4::eeprom::eear::EEAR_SPEC
read()
method returns eear::R reader structure
source§impl Readable for avr_device::atmega32u4::eeprom::eecr::EECR_SPEC
impl Readable for avr_device::atmega32u4::eeprom::eecr::EECR_SPEC
read()
method returns eecr::R reader structure
source§impl Readable for avr_device::atmega32u4::eeprom::eedr::EEDR_SPEC
impl Readable for avr_device::atmega32u4::eeprom::eedr::EEDR_SPEC
read()
method returns eedr::R reader structure
source§impl Readable for avr_device::atmega32u4::exint::eicra::EICRA_SPEC
impl Readable for avr_device::atmega32u4::exint::eicra::EICRA_SPEC
read()
method returns eicra::R reader structure
source§impl Readable for avr_device::atmega32u4::exint::eicrb::EICRB_SPEC
impl Readable for avr_device::atmega32u4::exint::eicrb::EICRB_SPEC
read()
method returns eicrb::R reader structure
source§impl Readable for avr_device::atmega32u4::exint::eifr::EIFR_SPEC
impl Readable for avr_device::atmega32u4::exint::eifr::EIFR_SPEC
read()
method returns eifr::R reader structure
source§impl Readable for avr_device::atmega32u4::exint::eimsk::EIMSK_SPEC
impl Readable for avr_device::atmega32u4::exint::eimsk::EIMSK_SPEC
read()
method returns eimsk::R reader structure
source§impl Readable for avr_device::atmega32u4::exint::pcicr::PCICR_SPEC
impl Readable for avr_device::atmega32u4::exint::pcicr::PCICR_SPEC
read()
method returns pcicr::R reader structure
source§impl Readable for avr_device::atmega32u4::exint::pcifr::PCIFR_SPEC
impl Readable for avr_device::atmega32u4::exint::pcifr::PCIFR_SPEC
read()
method returns pcifr::R reader structure
source§impl Readable for avr_device::atmega32u4::exint::pcmsk0::PCMSK0_SPEC
impl Readable for avr_device::atmega32u4::exint::pcmsk0::PCMSK0_SPEC
read()
method returns pcmsk0::R reader structure
source§impl Readable for avr_device::atmega32u4::fuse::extended::EXTENDED_SPEC
impl Readable for avr_device::atmega32u4::fuse::extended::EXTENDED_SPEC
read()
method returns extended::R reader structure
source§impl Readable for avr_device::atmega32u4::fuse::high::HIGH_SPEC
impl Readable for avr_device::atmega32u4::fuse::high::HIGH_SPEC
read()
method returns high::R reader structure
source§impl Readable for avr_device::atmega32u4::fuse::low::LOW_SPEC
impl Readable for avr_device::atmega32u4::fuse::low::LOW_SPEC
read()
method returns low::R reader structure
source§impl Readable for avr_device::atmega32u4::jtag::mcucr::MCUCR_SPEC
impl Readable for avr_device::atmega32u4::jtag::mcucr::MCUCR_SPEC
read()
method returns mcucr::R reader structure
source§impl Readable for avr_device::atmega32u4::jtag::mcusr::MCUSR_SPEC
impl Readable for avr_device::atmega32u4::jtag::mcusr::MCUSR_SPEC
read()
method returns mcusr::R reader structure
source§impl Readable for avr_device::atmega32u4::jtag::ocdr::OCDR_SPEC
impl Readable for avr_device::atmega32u4::jtag::ocdr::OCDR_SPEC
read()
method returns ocdr::R reader structure
source§impl Readable for avr_device::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC
impl Readable for avr_device::atmega32u4::lockbit::lockbit::LOCKBIT_SPEC
read()
method returns lockbit::R reader structure
source§impl Readable for avr_device::atmega32u4::pll::pllcsr::PLLCSR_SPEC
impl Readable for avr_device::atmega32u4::pll::pllcsr::PLLCSR_SPEC
read()
method returns pllcsr::R reader structure
source§impl Readable for PLLFRQ_SPEC
impl Readable for PLLFRQ_SPEC
read()
method returns pllfrq::R reader structure
source§impl Readable for avr_device::atmega32u4::portb::ddrb::DDRB_SPEC
impl Readable for avr_device::atmega32u4::portb::ddrb::DDRB_SPEC
read()
method returns ddrb::R reader structure
source§impl Readable for avr_device::atmega32u4::portb::pinb::PINB_SPEC
impl Readable for avr_device::atmega32u4::portb::pinb::PINB_SPEC
read()
method returns pinb::R reader structure
source§impl Readable for avr_device::atmega32u4::portb::portb::PORTB_SPEC
impl Readable for avr_device::atmega32u4::portb::portb::PORTB_SPEC
read()
method returns portb::R reader structure
source§impl Readable for avr_device::atmega32u4::portc::ddrc::DDRC_SPEC
impl Readable for avr_device::atmega32u4::portc::ddrc::DDRC_SPEC
read()
method returns ddrc::R reader structure
source§impl Readable for avr_device::atmega32u4::portc::pinc::PINC_SPEC
impl Readable for avr_device::atmega32u4::portc::pinc::PINC_SPEC
read()
method returns pinc::R reader structure
source§impl Readable for avr_device::atmega32u4::portc::portc::PORTC_SPEC
impl Readable for avr_device::atmega32u4::portc::portc::PORTC_SPEC
read()
method returns portc::R reader structure
source§impl Readable for avr_device::atmega32u4::portd::ddrd::DDRD_SPEC
impl Readable for avr_device::atmega32u4::portd::ddrd::DDRD_SPEC
read()
method returns ddrd::R reader structure
source§impl Readable for avr_device::atmega32u4::portd::pind::PIND_SPEC
impl Readable for avr_device::atmega32u4::portd::pind::PIND_SPEC
read()
method returns pind::R reader structure
source§impl Readable for avr_device::atmega32u4::portd::portd::PORTD_SPEC
impl Readable for avr_device::atmega32u4::portd::portd::PORTD_SPEC
read()
method returns portd::R reader structure
source§impl Readable for avr_device::atmega32u4::porte::ddre::DDRE_SPEC
impl Readable for avr_device::atmega32u4::porte::ddre::DDRE_SPEC
read()
method returns ddre::R reader structure
source§impl Readable for avr_device::atmega32u4::porte::pine::PINE_SPEC
impl Readable for avr_device::atmega32u4::porte::pine::PINE_SPEC
read()
method returns pine::R reader structure
source§impl Readable for avr_device::atmega32u4::porte::porte::PORTE_SPEC
impl Readable for avr_device::atmega32u4::porte::porte::PORTE_SPEC
read()
method returns porte::R reader structure
source§impl Readable for avr_device::atmega32u4::portf::ddrf::DDRF_SPEC
impl Readable for avr_device::atmega32u4::portf::ddrf::DDRF_SPEC
read()
method returns ddrf::R reader structure
source§impl Readable for avr_device::atmega32u4::portf::pinf::PINF_SPEC
impl Readable for avr_device::atmega32u4::portf::pinf::PINF_SPEC
read()
method returns pinf::R reader structure
source§impl Readable for avr_device::atmega32u4::portf::portf::PORTF_SPEC
impl Readable for avr_device::atmega32u4::portf::portf::PORTF_SPEC
read()
method returns portf::R reader structure
source§impl Readable for avr_device::atmega32u4::spi::spcr::SPCR_SPEC
impl Readable for avr_device::atmega32u4::spi::spcr::SPCR_SPEC
read()
method returns spcr::R reader structure
source§impl Readable for avr_device::atmega32u4::spi::spdr::SPDR_SPEC
impl Readable for avr_device::atmega32u4::spi::spdr::SPDR_SPEC
read()
method returns spdr::R reader structure
source§impl Readable for avr_device::atmega32u4::spi::spsr::SPSR_SPEC
impl Readable for avr_device::atmega32u4::spi::spsr::SPSR_SPEC
read()
method returns spsr::R reader structure
source§impl Readable for avr_device::atmega32u4::tc0::gtccr::GTCCR_SPEC
impl Readable for avr_device::atmega32u4::tc0::gtccr::GTCCR_SPEC
read()
method returns gtccr::R reader structure
source§impl Readable for avr_device::atmega32u4::tc0::ocr0a::OCR0A_SPEC
impl Readable for avr_device::atmega32u4::tc0::ocr0a::OCR0A_SPEC
read()
method returns ocr0a::R reader structure
source§impl Readable for avr_device::atmega32u4::tc0::ocr0b::OCR0B_SPEC
impl Readable for avr_device::atmega32u4::tc0::ocr0b::OCR0B_SPEC
read()
method returns ocr0b::R reader structure
source§impl Readable for avr_device::atmega32u4::tc0::tccr0a::TCCR0A_SPEC
impl Readable for avr_device::atmega32u4::tc0::tccr0a::TCCR0A_SPEC
read()
method returns tccr0a::R reader structure
source§impl Readable for avr_device::atmega32u4::tc0::tccr0b::TCCR0B_SPEC
impl Readable for avr_device::atmega32u4::tc0::tccr0b::TCCR0B_SPEC
read()
method returns tccr0b::R reader structure
source§impl Readable for avr_device::atmega32u4::tc0::tcnt0::TCNT0_SPEC
impl Readable for avr_device::atmega32u4::tc0::tcnt0::TCNT0_SPEC
read()
method returns tcnt0::R reader structure
source§impl Readable for avr_device::atmega32u4::tc0::tifr0::TIFR0_SPEC
impl Readable for avr_device::atmega32u4::tc0::tifr0::TIFR0_SPEC
read()
method returns tifr0::R reader structure
source§impl Readable for avr_device::atmega32u4::tc0::timsk0::TIMSK0_SPEC
impl Readable for avr_device::atmega32u4::tc0::timsk0::TIMSK0_SPEC
read()
method returns timsk0::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::icr1::ICR1_SPEC
impl Readable for avr_device::atmega32u4::tc1::icr1::ICR1_SPEC
read()
method returns icr1::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::ocr1a::OCR1A_SPEC
impl Readable for avr_device::atmega32u4::tc1::ocr1a::OCR1A_SPEC
read()
method returns ocr1a::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::ocr1b::OCR1B_SPEC
impl Readable for avr_device::atmega32u4::tc1::ocr1b::OCR1B_SPEC
read()
method returns ocr1b::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::ocr1c::OCR1C_SPEC
impl Readable for avr_device::atmega32u4::tc1::ocr1c::OCR1C_SPEC
read()
method returns ocr1c::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::tccr1a::TCCR1A_SPEC
impl Readable for avr_device::atmega32u4::tc1::tccr1a::TCCR1A_SPEC
read()
method returns tccr1a::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::tccr1b::TCCR1B_SPEC
impl Readable for avr_device::atmega32u4::tc1::tccr1b::TCCR1B_SPEC
read()
method returns tccr1b::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::tccr1c::TCCR1C_SPEC
impl Readable for avr_device::atmega32u4::tc1::tccr1c::TCCR1C_SPEC
read()
method returns tccr1c::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::tcnt1::TCNT1_SPEC
impl Readable for avr_device::atmega32u4::tc1::tcnt1::TCNT1_SPEC
read()
method returns tcnt1::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::tifr1::TIFR1_SPEC
impl Readable for avr_device::atmega32u4::tc1::tifr1::TIFR1_SPEC
read()
method returns tifr1::R reader structure
source§impl Readable for avr_device::atmega32u4::tc1::timsk1::TIMSK1_SPEC
impl Readable for avr_device::atmega32u4::tc1::timsk1::TIMSK1_SPEC
read()
method returns timsk1::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::icr3::ICR3_SPEC
impl Readable for avr_device::atmega32u4::tc3::icr3::ICR3_SPEC
read()
method returns icr3::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::ocr3a::OCR3A_SPEC
impl Readable for avr_device::atmega32u4::tc3::ocr3a::OCR3A_SPEC
read()
method returns ocr3a::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::ocr3b::OCR3B_SPEC
impl Readable for avr_device::atmega32u4::tc3::ocr3b::OCR3B_SPEC
read()
method returns ocr3b::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::ocr3c::OCR3C_SPEC
impl Readable for avr_device::atmega32u4::tc3::ocr3c::OCR3C_SPEC
read()
method returns ocr3c::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::tccr3a::TCCR3A_SPEC
impl Readable for avr_device::atmega32u4::tc3::tccr3a::TCCR3A_SPEC
read()
method returns tccr3a::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::tccr3b::TCCR3B_SPEC
impl Readable for avr_device::atmega32u4::tc3::tccr3b::TCCR3B_SPEC
read()
method returns tccr3b::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::tccr3c::TCCR3C_SPEC
impl Readable for avr_device::atmega32u4::tc3::tccr3c::TCCR3C_SPEC
read()
method returns tccr3c::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::tcnt3::TCNT3_SPEC
impl Readable for avr_device::atmega32u4::tc3::tcnt3::TCNT3_SPEC
read()
method returns tcnt3::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::tifr3::TIFR3_SPEC
impl Readable for avr_device::atmega32u4::tc3::tifr3::TIFR3_SPEC
read()
method returns tifr3::R reader structure
source§impl Readable for avr_device::atmega32u4::tc3::timsk3::TIMSK3_SPEC
impl Readable for avr_device::atmega32u4::tc3::timsk3::TIMSK3_SPEC
read()
method returns timsk3::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::ocr4a::OCR4A_SPEC
impl Readable for avr_device::atmega32u4::tc4::ocr4a::OCR4A_SPEC
read()
method returns ocr4a::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::ocr4b::OCR4B_SPEC
impl Readable for avr_device::atmega32u4::tc4::ocr4b::OCR4B_SPEC
read()
method returns ocr4b::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::ocr4c::OCR4C_SPEC
impl Readable for avr_device::atmega32u4::tc4::ocr4c::OCR4C_SPEC
read()
method returns ocr4c::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::tccr4a::TCCR4A_SPEC
impl Readable for avr_device::atmega32u4::tc4::tccr4a::TCCR4A_SPEC
read()
method returns tccr4a::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::tccr4b::TCCR4B_SPEC
impl Readable for avr_device::atmega32u4::tc4::tccr4b::TCCR4B_SPEC
read()
method returns tccr4b::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::tccr4c::TCCR4C_SPEC
impl Readable for avr_device::atmega32u4::tc4::tccr4c::TCCR4C_SPEC
read()
method returns tccr4c::R reader structure
source§impl Readable for TCCR4D_SPEC
impl Readable for TCCR4D_SPEC
read()
method returns tccr4d::R reader structure
source§impl Readable for TCCR4E_SPEC
impl Readable for TCCR4E_SPEC
read()
method returns tccr4e::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::tcnt4::TCNT4_SPEC
impl Readable for avr_device::atmega32u4::tc4::tcnt4::TCNT4_SPEC
read()
method returns tcnt4::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::tifr4::TIFR4_SPEC
impl Readable for avr_device::atmega32u4::tc4::tifr4::TIFR4_SPEC
read()
method returns tifr4::R reader structure
source§impl Readable for avr_device::atmega32u4::tc4::timsk4::TIMSK4_SPEC
impl Readable for avr_device::atmega32u4::tc4::timsk4::TIMSK4_SPEC
read()
method returns timsk4::R reader structure
source§impl Readable for avr_device::atmega32u4::twi::twamr::TWAMR_SPEC
impl Readable for avr_device::atmega32u4::twi::twamr::TWAMR_SPEC
read()
method returns twamr::R reader structure
source§impl Readable for avr_device::atmega32u4::twi::twar::TWAR_SPEC
impl Readable for avr_device::atmega32u4::twi::twar::TWAR_SPEC
read()
method returns twar::R reader structure
source§impl Readable for avr_device::atmega32u4::twi::twbr::TWBR_SPEC
impl Readable for avr_device::atmega32u4::twi::twbr::TWBR_SPEC
read()
method returns twbr::R reader structure
source§impl Readable for avr_device::atmega32u4::twi::twcr::TWCR_SPEC
impl Readable for avr_device::atmega32u4::twi::twcr::TWCR_SPEC
read()
method returns twcr::R reader structure
source§impl Readable for avr_device::atmega32u4::twi::twdr::TWDR_SPEC
impl Readable for avr_device::atmega32u4::twi::twdr::TWDR_SPEC
read()
method returns twdr::R reader structure
source§impl Readable for avr_device::atmega32u4::twi::twsr::TWSR_SPEC
impl Readable for avr_device::atmega32u4::twi::twsr::TWSR_SPEC
read()
method returns twsr::R reader structure
source§impl Readable for avr_device::atmega32u4::usart1::ubrr1::UBRR1_SPEC
impl Readable for avr_device::atmega32u4::usart1::ubrr1::UBRR1_SPEC
read()
method returns ubrr1::R reader structure
source§impl Readable for avr_device::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC
impl Readable for avr_device::atmega32u4::usart1::ucsr1a::UCSR1A_SPEC
read()
method returns ucsr1a::R reader structure
source§impl Readable for avr_device::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC
impl Readable for avr_device::atmega32u4::usart1::ucsr1b::UCSR1B_SPEC
read()
method returns ucsr1b::R reader structure
source§impl Readable for avr_device::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC
impl Readable for avr_device::atmega32u4::usart1::ucsr1c::UCSR1C_SPEC
read()
method returns ucsr1c::R reader structure
source§impl Readable for UCSR1D_SPEC
impl Readable for UCSR1D_SPEC
read()
method returns ucsr1d::R reader structure
source§impl Readable for avr_device::atmega32u4::usart1::udr1::UDR1_SPEC
impl Readable for avr_device::atmega32u4::usart1::udr1::UDR1_SPEC
read()
method returns udr1::R reader structure
source§impl Readable for UDADDR_SPEC
impl Readable for UDADDR_SPEC
read()
method returns udaddr::R reader structure
source§impl Readable for UDFNUM_SPEC
impl Readable for UDFNUM_SPEC
read()
method returns udfnum::R reader structure
source§impl Readable for UEBCHX_SPEC
impl Readable for UEBCHX_SPEC
read()
method returns uebchx::R reader structure
source§impl Readable for UEBCLX_SPEC
impl Readable for UEBCLX_SPEC
read()
method returns uebclx::R reader structure
source§impl Readable for UECFG0X_SPEC
impl Readable for UECFG0X_SPEC
read()
method returns uecfg0x::R reader structure
source§impl Readable for UECFG1X_SPEC
impl Readable for UECFG1X_SPEC
read()
method returns uecfg1x::R reader structure
source§impl Readable for UECONX_SPEC
impl Readable for UECONX_SPEC
read()
method returns ueconx::R reader structure
source§impl Readable for UEDATX_SPEC
impl Readable for UEDATX_SPEC
read()
method returns uedatx::R reader structure
source§impl Readable for UEIENX_SPEC
impl Readable for UEIENX_SPEC
read()
method returns ueienx::R reader structure
source§impl Readable for UEINTX_SPEC
impl Readable for UEINTX_SPEC
read()
method returns ueintx::R reader structure
source§impl Readable for UESTA0X_SPEC
impl Readable for UESTA0X_SPEC
read()
method returns uesta0x::R reader structure
source§impl Readable for UESTA1X_SPEC
impl Readable for UESTA1X_SPEC
read()
method returns uesta1x::R reader structure
source§impl Readable for UHWCON_SPEC
impl Readable for UHWCON_SPEC
read()
method returns uhwcon::R reader structure
source§impl Readable for USBCON_SPEC
impl Readable for USBCON_SPEC
read()
method returns usbcon::R reader structure
source§impl Readable for USBINT_SPEC
impl Readable for USBINT_SPEC
read()
method returns usbint::R reader structure
source§impl Readable for USBSTA_SPEC
impl Readable for USBSTA_SPEC
read()
method returns usbsta::R reader structure
source§impl Readable for avr_device::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC
impl Readable for avr_device::atmega32u4::wdt::wdtcsr::WDTCSR_SPEC
read()
method returns wdtcsr::R reader structure
source§impl Readable for avr_device::atmega328p::ac::acsr::ACSR_SPEC
impl Readable for avr_device::atmega328p::ac::acsr::ACSR_SPEC
read()
method returns acsr::R reader structure
source§impl Readable for avr_device::atmega328p::ac::didr1::DIDR1_SPEC
impl Readable for avr_device::atmega328p::ac::didr1::DIDR1_SPEC
read()
method returns didr1::R reader structure
source§impl Readable for avr_device::atmega328p::adc::adc::ADC_SPEC
impl Readable for avr_device::atmega328p::adc::adc::ADC_SPEC
read()
method returns adc::R reader structure
source§impl Readable for avr_device::atmega328p::adc::adcsra::ADCSRA_SPEC
impl Readable for avr_device::atmega328p::adc::adcsra::ADCSRA_SPEC
read()
method returns adcsra::R reader structure
source§impl Readable for avr_device::atmega328p::adc::adcsrb::ADCSRB_SPEC
impl Readable for avr_device::atmega328p::adc::adcsrb::ADCSRB_SPEC
read()
method returns adcsrb::R reader structure
source§impl Readable for avr_device::atmega328p::adc::admux::ADMUX_SPEC
impl Readable for avr_device::atmega328p::adc::admux::ADMUX_SPEC
read()
method returns admux::R reader structure
source§impl Readable for avr_device::atmega328p::adc::didr0::DIDR0_SPEC
impl Readable for avr_device::atmega328p::adc::didr0::DIDR0_SPEC
read()
method returns didr0::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::clkpr::CLKPR_SPEC
impl Readable for avr_device::atmega328p::cpu::clkpr::CLKPR_SPEC
read()
method returns clkpr::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::gpior0::GPIOR0_SPEC
impl Readable for avr_device::atmega328p::cpu::gpior0::GPIOR0_SPEC
read()
method returns gpior0::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::gpior1::GPIOR1_SPEC
impl Readable for avr_device::atmega328p::cpu::gpior1::GPIOR1_SPEC
read()
method returns gpior1::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::gpior2::GPIOR2_SPEC
impl Readable for avr_device::atmega328p::cpu::gpior2::GPIOR2_SPEC
read()
method returns gpior2::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::mcucr::MCUCR_SPEC
impl Readable for avr_device::atmega328p::cpu::mcucr::MCUCR_SPEC
read()
method returns mcucr::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::mcusr::MCUSR_SPEC
impl Readable for avr_device::atmega328p::cpu::mcusr::MCUSR_SPEC
read()
method returns mcusr::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::osccal::OSCCAL_SPEC
impl Readable for avr_device::atmega328p::cpu::osccal::OSCCAL_SPEC
read()
method returns osccal::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::prr::PRR_SPEC
impl Readable for avr_device::atmega328p::cpu::prr::PRR_SPEC
read()
method returns prr::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::smcr::SMCR_SPEC
impl Readable for avr_device::atmega328p::cpu::smcr::SMCR_SPEC
read()
method returns smcr::R reader structure
source§impl Readable for avr_device::atmega328p::cpu::spmcsr::SPMCSR_SPEC
impl Readable for avr_device::atmega328p::cpu::spmcsr::SPMCSR_SPEC
read()
method returns spmcsr::R reader structure
source§impl Readable for avr_device::atmega328p::eeprom::eear::EEAR_SPEC
impl Readable for avr_device::atmega328p::eeprom::eear::EEAR_SPEC
read()
method returns eear::R reader structure
source§impl Readable for avr_device::atmega328p::eeprom::eecr::EECR_SPEC
impl Readable for avr_device::atmega328p::eeprom::eecr::EECR_SPEC
read()
method returns eecr::R reader structure
source§impl Readable for avr_device::atmega328p::eeprom::eedr::EEDR_SPEC
impl Readable for avr_device::atmega328p::eeprom::eedr::EEDR_SPEC
read()
method returns eedr::R reader structure
source§impl Readable for avr_device::atmega328p::exint::eicra::EICRA_SPEC
impl Readable for avr_device::atmega328p::exint::eicra::EICRA_SPEC
read()
method returns eicra::R reader structure
source§impl Readable for avr_device::atmega328p::exint::eifr::EIFR_SPEC
impl Readable for avr_device::atmega328p::exint::eifr::EIFR_SPEC
read()
method returns eifr::R reader structure
source§impl Readable for avr_device::atmega328p::exint::eimsk::EIMSK_SPEC
impl Readable for avr_device::atmega328p::exint::eimsk::EIMSK_SPEC
read()
method returns eimsk::R reader structure
source§impl Readable for avr_device::atmega328p::exint::pcicr::PCICR_SPEC
impl Readable for avr_device::atmega328p::exint::pcicr::PCICR_SPEC
read()
method returns pcicr::R reader structure
source§impl Readable for avr_device::atmega328p::exint::pcifr::PCIFR_SPEC
impl Readable for avr_device::atmega328p::exint::pcifr::PCIFR_SPEC
read()
method returns pcifr::R reader structure
source§impl Readable for avr_device::atmega328p::exint::pcmsk0::PCMSK0_SPEC
impl Readable for avr_device::atmega328p::exint::pcmsk0::PCMSK0_SPEC
read()
method returns pcmsk0::R reader structure
source§impl Readable for avr_device::atmega328p::exint::pcmsk1::PCMSK1_SPEC
impl Readable for avr_device::atmega328p::exint::pcmsk1::PCMSK1_SPEC
read()
method returns pcmsk1::R reader structure
source§impl Readable for avr_device::atmega328p::exint::pcmsk2::PCMSK2_SPEC
impl Readable for avr_device::atmega328p::exint::pcmsk2::PCMSK2_SPEC
read()
method returns pcmsk2::R reader structure
source§impl Readable for avr_device::atmega328p::fuse::extended::EXTENDED_SPEC
impl Readable for avr_device::atmega328p::fuse::extended::EXTENDED_SPEC
read()
method returns extended::R reader structure
source§impl Readable for avr_device::atmega328p::fuse::high::HIGH_SPEC
impl Readable for avr_device::atmega328p::fuse::high::HIGH_SPEC
read()
method returns high::R reader structure
source§impl Readable for avr_device::atmega328p::fuse::low::LOW_SPEC
impl Readable for avr_device::atmega328p::fuse::low::LOW_SPEC
read()
method returns low::R reader structure
source§impl Readable for avr_device::atmega328p::lockbit::lockbit::LOCKBIT_SPEC
impl Readable for avr_device::atmega328p::lockbit::lockbit::LOCKBIT_SPEC
read()
method returns lockbit::R reader structure
source§impl Readable for avr_device::atmega328p::portb::ddrb::DDRB_SPEC
impl Readable for avr_device::atmega328p::portb::ddrb::DDRB_SPEC
read()
method returns ddrb::R reader structure
source§impl Readable for avr_device::atmega328p::portb::pinb::PINB_SPEC
impl Readable for avr_device::atmega328p::portb::pinb::PINB_SPEC
read()
method returns pinb::R reader structure
source§impl Readable for avr_device::atmega328p::portb::portb::PORTB_SPEC
impl Readable for avr_device::atmega328p::portb::portb::PORTB_SPEC
read()
method returns portb::R reader structure
source§impl Readable for avr_device::atmega328p::portc::ddrc::DDRC_SPEC
impl Readable for avr_device::atmega328p::portc::ddrc::DDRC_SPEC
read()
method returns ddrc::R reader structure
source§impl Readable for avr_device::atmega328p::portc::pinc::PINC_SPEC
impl Readable for avr_device::atmega328p::portc::pinc::PINC_SPEC
read()
method returns pinc::R reader structure
source§impl Readable for avr_device::atmega328p::portc::portc::PORTC_SPEC
impl Readable for avr_device::atmega328p::portc::portc::PORTC_SPEC
read()
method returns portc::R reader structure
source§impl Readable for avr_device::atmega328p::portd::ddrd::DDRD_SPEC
impl Readable for avr_device::atmega328p::portd::ddrd::DDRD_SPEC
read()
method returns ddrd::R reader structure
source§impl Readable for avr_device::atmega328p::portd::pind::PIND_SPEC
impl Readable for avr_device::atmega328p::portd::pind::PIND_SPEC
read()
method returns pind::R reader structure
source§impl Readable for avr_device::atmega328p::portd::portd::PORTD_SPEC
impl Readable for avr_device::atmega328p::portd::portd::PORTD_SPEC
read()
method returns portd::R reader structure
source§impl Readable for avr_device::atmega328p::spi::spcr::SPCR_SPEC
impl Readable for avr_device::atmega328p::spi::spcr::SPCR_SPEC
read()
method returns spcr::R reader structure
source§impl Readable for avr_device::atmega328p::spi::spdr::SPDR_SPEC
impl Readable for avr_device::atmega328p::spi::spdr::SPDR_SPEC
read()
method returns spdr::R reader structure
source§impl Readable for avr_device::atmega328p::spi::spsr::SPSR_SPEC
impl Readable for avr_device::atmega328p::spi::spsr::SPSR_SPEC
read()
method returns spsr::R reader structure
source§impl Readable for avr_device::atmega328p::tc0::gtccr::GTCCR_SPEC
impl Readable for avr_device::atmega328p::tc0::gtccr::GTCCR_SPEC
read()
method returns gtccr::R reader structure
source§impl Readable for avr_device::atmega328p::tc0::ocr0a::OCR0A_SPEC
impl Readable for avr_device::atmega328p::tc0::ocr0a::OCR0A_SPEC
read()
method returns ocr0a::R reader structure
source§impl Readable for avr_device::atmega328p::tc0::ocr0b::OCR0B_SPEC
impl Readable for avr_device::atmega328p::tc0::ocr0b::OCR0B_SPEC
read()
method returns ocr0b::R reader structure
source§impl Readable for avr_device::atmega328p::tc0::tccr0a::TCCR0A_SPEC
impl Readable for avr_device::atmega328p::tc0::tccr0a::TCCR0A_SPEC
read()
method returns tccr0a::R reader structure
source§impl Readable for avr_device::atmega328p::tc0::tccr0b::TCCR0B_SPEC
impl Readable for avr_device::atmega328p::tc0::tccr0b::TCCR0B_SPEC
read()
method returns tccr0b::R reader structure
source§impl Readable for avr_device::atmega328p::tc0::tcnt0::TCNT0_SPEC
impl Readable for avr_device::atmega328p::tc0::tcnt0::TCNT0_SPEC
read()
method returns tcnt0::R reader structure
source§impl Readable for avr_device::atmega328p::tc0::tifr0::TIFR0_SPEC
impl Readable for avr_device::atmega328p::tc0::tifr0::TIFR0_SPEC
read()
method returns tifr0::R reader structure
source§impl Readable for avr_device::atmega328p::tc0::timsk0::TIMSK0_SPEC
impl Readable for avr_device::atmega328p::tc0::timsk0::TIMSK0_SPEC
read()
method returns timsk0::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::gtccr::GTCCR_SPEC
impl Readable for avr_device::atmega328p::tc1::gtccr::GTCCR_SPEC
read()
method returns gtccr::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::icr1::ICR1_SPEC
impl Readable for avr_device::atmega328p::tc1::icr1::ICR1_SPEC
read()
method returns icr1::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::ocr1a::OCR1A_SPEC
impl Readable for avr_device::atmega328p::tc1::ocr1a::OCR1A_SPEC
read()
method returns ocr1a::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::ocr1b::OCR1B_SPEC
impl Readable for avr_device::atmega328p::tc1::ocr1b::OCR1B_SPEC
read()
method returns ocr1b::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::tccr1a::TCCR1A_SPEC
impl Readable for avr_device::atmega328p::tc1::tccr1a::TCCR1A_SPEC
read()
method returns tccr1a::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::tccr1b::TCCR1B_SPEC
impl Readable for avr_device::atmega328p::tc1::tccr1b::TCCR1B_SPEC
read()
method returns tccr1b::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::tccr1c::TCCR1C_SPEC
impl Readable for avr_device::atmega328p::tc1::tccr1c::TCCR1C_SPEC
read()
method returns tccr1c::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::tcnt1::TCNT1_SPEC
impl Readable for avr_device::atmega328p::tc1::tcnt1::TCNT1_SPEC
read()
method returns tcnt1::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::tifr1::TIFR1_SPEC
impl Readable for avr_device::atmega328p::tc1::tifr1::TIFR1_SPEC
read()
method returns tifr1::R reader structure
source§impl Readable for avr_device::atmega328p::tc1::timsk1::TIMSK1_SPEC
impl Readable for avr_device::atmega328p::tc1::timsk1::TIMSK1_SPEC
read()
method returns timsk1::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::assr::ASSR_SPEC
impl Readable for avr_device::atmega328p::tc2::assr::ASSR_SPEC
read()
method returns assr::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::gtccr::GTCCR_SPEC
impl Readable for avr_device::atmega328p::tc2::gtccr::GTCCR_SPEC
read()
method returns gtccr::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::ocr2a::OCR2A_SPEC
impl Readable for avr_device::atmega328p::tc2::ocr2a::OCR2A_SPEC
read()
method returns ocr2a::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::ocr2b::OCR2B_SPEC
impl Readable for avr_device::atmega328p::tc2::ocr2b::OCR2B_SPEC
read()
method returns ocr2b::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::tccr2a::TCCR2A_SPEC
impl Readable for avr_device::atmega328p::tc2::tccr2a::TCCR2A_SPEC
read()
method returns tccr2a::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::tccr2b::TCCR2B_SPEC
impl Readable for avr_device::atmega328p::tc2::tccr2b::TCCR2B_SPEC
read()
method returns tccr2b::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::tcnt2::TCNT2_SPEC
impl Readable for avr_device::atmega328p::tc2::tcnt2::TCNT2_SPEC
read()
method returns tcnt2::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::tifr2::TIFR2_SPEC
impl Readable for avr_device::atmega328p::tc2::tifr2::TIFR2_SPEC
read()
method returns tifr2::R reader structure
source§impl Readable for avr_device::atmega328p::tc2::timsk2::TIMSK2_SPEC
impl Readable for avr_device::atmega328p::tc2::timsk2::TIMSK2_SPEC
read()
method returns timsk2::R reader structure
source§impl Readable for avr_device::atmega328p::twi::twamr::TWAMR_SPEC
impl Readable for avr_device::atmega328p::twi::twamr::TWAMR_SPEC
read()
method returns twamr::R reader structure
source§impl Readable for avr_device::atmega328p::twi::twar::TWAR_SPEC
impl Readable for avr_device::atmega328p::twi::twar::TWAR_SPEC
read()
method returns twar::R reader structure
source§impl Readable for avr_device::atmega328p::twi::twbr::TWBR_SPEC
impl Readable for avr_device::atmega328p::twi::twbr::TWBR_SPEC
read()
method returns twbr::R reader structure
source§impl Readable for avr_device::atmega328p::twi::twcr::TWCR_SPEC
impl Readable for avr_device::atmega328p::twi::twcr::TWCR_SPEC
read()
method returns twcr::R reader structure
source§impl Readable for avr_device::atmega328p::twi::twdr::TWDR_SPEC
impl Readable for avr_device::atmega328p::twi::twdr::TWDR_SPEC
read()
method returns twdr::R reader structure
source§impl Readable for avr_device::atmega328p::twi::twsr::TWSR_SPEC
impl Readable for avr_device::atmega328p::twi::twsr::TWSR_SPEC
read()
method returns twsr::R reader structure
source§impl Readable for avr_device::atmega328p::usart0::ubrr0::UBRR0_SPEC
impl Readable for avr_device::atmega328p::usart0::ubrr0::UBRR0_SPEC
read()
method returns ubrr0::R reader structure
source§impl Readable for avr_device::atmega328p::usart0::ucsr0a::UCSR0A_SPEC
impl Readable for avr_device::atmega328p::usart0::ucsr0a::UCSR0A_SPEC
read()
method returns ucsr0a::R reader structure
source§impl Readable for avr_device::atmega328p::usart0::ucsr0b::UCSR0B_SPEC
impl Readable for avr_device::atmega328p::usart0::ucsr0b::UCSR0B_SPEC
read()
method returns ucsr0b::R reader structure
source§impl Readable for avr_device::atmega328p::usart0::ucsr0c::UCSR0C_SPEC
impl Readable for avr_device::atmega328p::usart0::ucsr0c::UCSR0C_SPEC
read()
method returns ucsr0c::R reader structure
source§impl Readable for avr_device::atmega328p::usart0::udr0::UDR0_SPEC
impl Readable for avr_device::atmega328p::usart0::udr0::UDR0_SPEC
read()
method returns udr0::R reader structure
source§impl Readable for avr_device::atmega328p::wdt::wdtcsr::WDTCSR_SPEC
impl Readable for avr_device::atmega328p::wdt::wdtcsr::WDTCSR_SPEC
read()
method returns wdtcsr::R reader structure
source§impl Readable for avr_device::atmega2560::ac::acsr::ACSR_SPEC
impl Readable for avr_device::atmega2560::ac::acsr::ACSR_SPEC
read()
method returns acsr::R reader structure
source§impl Readable for avr_device::atmega2560::ac::adcsrb::ADCSRB_SPEC
impl Readable for avr_device::atmega2560::ac::adcsrb::ADCSRB_SPEC
read()
method returns adcsrb::R reader structure
source§impl Readable for avr_device::atmega2560::ac::didr1::DIDR1_SPEC
impl Readable for avr_device::atmega2560::ac::didr1::DIDR1_SPEC
read()
method returns didr1::R reader structure
source§impl Readable for avr_device::atmega2560::adc::adc::ADC_SPEC
impl Readable for avr_device::atmega2560::adc::adc::ADC_SPEC
read()
method returns adc::R reader structure
source§impl Readable for avr_device::atmega2560::adc::adcsra::ADCSRA_SPEC
impl Readable for avr_device::atmega2560::adc::adcsra::ADCSRA_SPEC
read()
method returns adcsra::R reader structure
source§impl Readable for avr_device::atmega2560::adc::adcsrb::ADCSRB_SPEC
impl Readable for avr_device::atmega2560::adc::adcsrb::ADCSRB_SPEC
read()
method returns adcsrb::R reader structure
source§impl Readable for avr_device::atmega2560::adc::admux::ADMUX_SPEC
impl Readable for avr_device::atmega2560::adc::admux::ADMUX_SPEC
read()
method returns admux::R reader structure
source§impl Readable for avr_device::atmega2560::adc::didr0::DIDR0_SPEC
impl Readable for avr_device::atmega2560::adc::didr0::DIDR0_SPEC
read()
method returns didr0::R reader structure
source§impl Readable for avr_device::atmega2560::adc::didr2::DIDR2_SPEC
impl Readable for avr_device::atmega2560::adc::didr2::DIDR2_SPEC
read()
method returns didr2::R reader structure
source§impl Readable for avr_device::atmega2560::boot_load::spmcsr::SPMCSR_SPEC
impl Readable for avr_device::atmega2560::boot_load::spmcsr::SPMCSR_SPEC
read()
method returns spmcsr::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::clkpr::CLKPR_SPEC
impl Readable for avr_device::atmega2560::cpu::clkpr::CLKPR_SPEC
read()
method returns clkpr::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::eind::EIND_SPEC
impl Readable for avr_device::atmega2560::cpu::eind::EIND_SPEC
read()
method returns eind::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::gpior0::GPIOR0_SPEC
impl Readable for avr_device::atmega2560::cpu::gpior0::GPIOR0_SPEC
read()
method returns gpior0::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::gpior1::GPIOR1_SPEC
impl Readable for avr_device::atmega2560::cpu::gpior1::GPIOR1_SPEC
read()
method returns gpior1::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::gpior2::GPIOR2_SPEC
impl Readable for avr_device::atmega2560::cpu::gpior2::GPIOR2_SPEC
read()
method returns gpior2::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::mcucr::MCUCR_SPEC
impl Readable for avr_device::atmega2560::cpu::mcucr::MCUCR_SPEC
read()
method returns mcucr::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::mcusr::MCUSR_SPEC
impl Readable for avr_device::atmega2560::cpu::mcusr::MCUSR_SPEC
read()
method returns mcusr::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::osccal::OSCCAL_SPEC
impl Readable for avr_device::atmega2560::cpu::osccal::OSCCAL_SPEC
read()
method returns osccal::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::prr0::PRR0_SPEC
impl Readable for avr_device::atmega2560::cpu::prr0::PRR0_SPEC
read()
method returns prr0::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::prr1::PRR1_SPEC
impl Readable for avr_device::atmega2560::cpu::prr1::PRR1_SPEC
read()
method returns prr1::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::rampz::RAMPZ_SPEC
impl Readable for avr_device::atmega2560::cpu::rampz::RAMPZ_SPEC
read()
method returns rampz::R reader structure
source§impl Readable for avr_device::atmega2560::cpu::smcr::SMCR_SPEC
impl Readable for avr_device::atmega2560::cpu::smcr::SMCR_SPEC
read()
method returns smcr::R reader structure
source§impl Readable for avr_device::atmega2560::eeprom::eear::EEAR_SPEC
impl Readable for avr_device::atmega2560::eeprom::eear::EEAR_SPEC
read()
method returns eear::R reader structure
source§impl Readable for avr_device::atmega2560::eeprom::eecr::EECR_SPEC
impl Readable for avr_device::atmega2560::eeprom::eecr::EECR_SPEC
read()
method returns eecr::R reader structure
source§impl Readable for avr_device::atmega2560::eeprom::eedr::EEDR_SPEC
impl Readable for avr_device::atmega2560::eeprom::eedr::EEDR_SPEC
read()
method returns eedr::R reader structure
source§impl Readable for avr_device::atmega2560::exint::eicra::EICRA_SPEC
impl Readable for avr_device::atmega2560::exint::eicra::EICRA_SPEC
read()
method returns eicra::R reader structure
source§impl Readable for avr_device::atmega2560::exint::eicrb::EICRB_SPEC
impl Readable for avr_device::atmega2560::exint::eicrb::EICRB_SPEC
read()
method returns eicrb::R reader structure
source§impl Readable for avr_device::atmega2560::exint::eifr::EIFR_SPEC
impl Readable for avr_device::atmega2560::exint::eifr::EIFR_SPEC
read()
method returns eifr::R reader structure
source§impl Readable for avr_device::atmega2560::exint::eimsk::EIMSK_SPEC
impl Readable for avr_device::atmega2560::exint::eimsk::EIMSK_SPEC
read()
method returns eimsk::R reader structure
source§impl Readable for avr_device::atmega2560::exint::pcicr::PCICR_SPEC
impl Readable for avr_device::atmega2560::exint::pcicr::PCICR_SPEC
read()
method returns pcicr::R reader structure
source§impl Readable for avr_device::atmega2560::exint::pcifr::PCIFR_SPEC
impl Readable for avr_device::atmega2560::exint::pcifr::PCIFR_SPEC
read()
method returns pcifr::R reader structure
source§impl Readable for avr_device::atmega2560::exint::pcmsk0::PCMSK0_SPEC
impl Readable for avr_device::atmega2560::exint::pcmsk0::PCMSK0_SPEC
read()
method returns pcmsk0::R reader structure
source§impl Readable for avr_device::atmega2560::exint::pcmsk1::PCMSK1_SPEC
impl Readable for avr_device::atmega2560::exint::pcmsk1::PCMSK1_SPEC
read()
method returns pcmsk1::R reader structure
source§impl Readable for avr_device::atmega2560::exint::pcmsk2::PCMSK2_SPEC
impl Readable for avr_device::atmega2560::exint::pcmsk2::PCMSK2_SPEC
read()
method returns pcmsk2::R reader structure
source§impl Readable for avr_device::atmega2560::fuse::extended::EXTENDED_SPEC
impl Readable for avr_device::atmega2560::fuse::extended::EXTENDED_SPEC
read()
method returns extended::R reader structure
source§impl Readable for avr_device::atmega2560::fuse::high::HIGH_SPEC
impl Readable for avr_device::atmega2560::fuse::high::HIGH_SPEC
read()
method returns high::R reader structure
source§impl Readable for avr_device::atmega2560::fuse::low::LOW_SPEC
impl Readable for avr_device::atmega2560::fuse::low::LOW_SPEC
read()
method returns low::R reader structure
source§impl Readable for avr_device::atmega2560::jtag::mcucr::MCUCR_SPEC
impl Readable for avr_device::atmega2560::jtag::mcucr::MCUCR_SPEC
read()
method returns mcucr::R reader structure
source§impl Readable for avr_device::atmega2560::jtag::mcusr::MCUSR_SPEC
impl Readable for avr_device::atmega2560::jtag::mcusr::MCUSR_SPEC
read()
method returns mcusr::R reader structure
source§impl Readable for avr_device::atmega2560::jtag::ocdr::OCDR_SPEC
impl Readable for avr_device::atmega2560::jtag::ocdr::OCDR_SPEC
read()
method returns ocdr::R reader structure
source§impl Readable for avr_device::atmega2560::lockbit::lockbit::LOCKBIT_SPEC
impl Readable for avr_device::atmega2560::lockbit::lockbit::LOCKBIT_SPEC
read()
method returns lockbit::R reader structure
source§impl Readable for avr_device::atmega2560::portb::ddrb::DDRB_SPEC
impl Readable for avr_device::atmega2560::portb::ddrb::DDRB_SPEC
read()
method returns ddrb::R reader structure
source§impl Readable for avr_device::atmega2560::portb::pinb::PINB_SPEC
impl Readable for avr_device::atmega2560::portb::pinb::PINB_SPEC
read()
method returns pinb::R reader structure
source§impl Readable for avr_device::atmega2560::portb::portb::PORTB_SPEC
impl Readable for avr_device::atmega2560::portb::portb::PORTB_SPEC
read()
method returns portb::R reader structure
source§impl Readable for avr_device::atmega2560::portc::ddrc::DDRC_SPEC
impl Readable for avr_device::atmega2560::portc::ddrc::DDRC_SPEC
read()
method returns ddrc::R reader structure
source§impl Readable for avr_device::atmega2560::portc::pinc::PINC_SPEC
impl Readable for avr_device::atmega2560::portc::pinc::PINC_SPEC
read()
method returns pinc::R reader structure
source§impl Readable for avr_device::atmega2560::portc::portc::PORTC_SPEC
impl Readable for avr_device::atmega2560::portc::portc::PORTC_SPEC
read()
method returns portc::R reader structure
source§impl Readable for avr_device::atmega2560::portd::ddrd::DDRD_SPEC
impl Readable for avr_device::atmega2560::portd::ddrd::DDRD_SPEC
read()
method returns ddrd::R reader structure
source§impl Readable for avr_device::atmega2560::portd::pind::PIND_SPEC
impl Readable for avr_device::atmega2560::portd::pind::PIND_SPEC
read()
method returns pind::R reader structure
source§impl Readable for avr_device::atmega2560::portd::portd::PORTD_SPEC
impl Readable for avr_device::atmega2560::portd::portd::PORTD_SPEC
read()
method returns portd::R reader structure
source§impl Readable for avr_device::atmega2560::porte::ddre::DDRE_SPEC
impl Readable for avr_device::atmega2560::porte::ddre::DDRE_SPEC
read()
method returns ddre::R reader structure
source§impl Readable for avr_device::atmega2560::porte::pine::PINE_SPEC
impl Readable for avr_device::atmega2560::porte::pine::PINE_SPEC
read()
method returns pine::R reader structure
source§impl Readable for avr_device::atmega2560::porte::porte::PORTE_SPEC
impl Readable for avr_device::atmega2560::porte::porte::PORTE_SPEC
read()
method returns porte::R reader structure
source§impl Readable for avr_device::atmega2560::portf::ddrf::DDRF_SPEC
impl Readable for avr_device::atmega2560::portf::ddrf::DDRF_SPEC
read()
method returns ddrf::R reader structure
source§impl Readable for avr_device::atmega2560::portf::pinf::PINF_SPEC
impl Readable for avr_device::atmega2560::portf::pinf::PINF_SPEC
read()
method returns pinf::R reader structure
source§impl Readable for avr_device::atmega2560::portf::portf::PORTF_SPEC
impl Readable for avr_device::atmega2560::portf::portf::PORTF_SPEC
read()
method returns portf::R reader structure
source§impl Readable for avr_device::atmega2560::spi::spcr::SPCR_SPEC
impl Readable for avr_device::atmega2560::spi::spcr::SPCR_SPEC
read()
method returns spcr::R reader structure
source§impl Readable for avr_device::atmega2560::spi::spdr::SPDR_SPEC
impl Readable for avr_device::atmega2560::spi::spdr::SPDR_SPEC
read()
method returns spdr::R reader structure
source§impl Readable for avr_device::atmega2560::spi::spsr::SPSR_SPEC
impl Readable for avr_device::atmega2560::spi::spsr::SPSR_SPEC
read()
method returns spsr::R reader structure
source§impl Readable for avr_device::atmega2560::tc0::gtccr::GTCCR_SPEC
impl Readable for avr_device::atmega2560::tc0::gtccr::GTCCR_SPEC
read()
method returns gtccr::R reader structure
source§impl Readable for avr_device::atmega2560::tc0::ocr0a::OCR0A_SPEC
impl Readable for avr_device::atmega2560::tc0::ocr0a::OCR0A_SPEC
read()
method returns ocr0a::R reader structure
source§impl Readable for avr_device::atmega2560::tc0::ocr0b::OCR0B_SPEC
impl Readable for avr_device::atmega2560::tc0::ocr0b::OCR0B_SPEC
read()
method returns ocr0b::R reader structure
source§impl Readable for avr_device::atmega2560::tc0::tccr0a::TCCR0A_SPEC
impl Readable for avr_device::atmega2560::tc0::tccr0a::TCCR0A_SPEC
read()
method returns tccr0a::R reader structure
source§impl Readable for avr_device::atmega2560::tc0::tccr0b::TCCR0B_SPEC
impl Readable for avr_device::atmega2560::tc0::tccr0b::TCCR0B_SPEC
read()
method returns tccr0b::R reader structure
source§impl Readable for avr_device::atmega2560::tc0::tcnt0::TCNT0_SPEC
impl Readable for avr_device::atmega2560::tc0::tcnt0::TCNT0_SPEC
read()
method returns tcnt0::R reader structure
source§impl Readable for avr_device::atmega2560::tc0::tifr0::TIFR0_SPEC
impl Readable for avr_device::atmega2560::tc0::tifr0::TIFR0_SPEC
read()
method returns tifr0::R reader structure
source§impl Readable for avr_device::atmega2560::tc0::timsk0::TIMSK0_SPEC
impl Readable for avr_device::atmega2560::tc0::timsk0::TIMSK0_SPEC
read()
method returns timsk0::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::icr1::ICR1_SPEC
impl Readable for avr_device::atmega2560::tc1::icr1::ICR1_SPEC
read()
method returns icr1::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::ocr1a::OCR1A_SPEC
impl Readable for avr_device::atmega2560::tc1::ocr1a::OCR1A_SPEC
read()
method returns ocr1a::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::ocr1b::OCR1B_SPEC
impl Readable for avr_device::atmega2560::tc1::ocr1b::OCR1B_SPEC
read()
method returns ocr1b::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::ocr1c::OCR1C_SPEC
impl Readable for avr_device::atmega2560::tc1::ocr1c::OCR1C_SPEC
read()
method returns ocr1c::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::tccr1a::TCCR1A_SPEC
impl Readable for avr_device::atmega2560::tc1::tccr1a::TCCR1A_SPEC
read()
method returns tccr1a::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::tccr1b::TCCR1B_SPEC
impl Readable for avr_device::atmega2560::tc1::tccr1b::TCCR1B_SPEC
read()
method returns tccr1b::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::tccr1c::TCCR1C_SPEC
impl Readable for avr_device::atmega2560::tc1::tccr1c::TCCR1C_SPEC
read()
method returns tccr1c::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::tcnt1::TCNT1_SPEC
impl Readable for avr_device::atmega2560::tc1::tcnt1::TCNT1_SPEC
read()
method returns tcnt1::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::tifr1::TIFR1_SPEC
impl Readable for avr_device::atmega2560::tc1::tifr1::TIFR1_SPEC
read()
method returns tifr1::R reader structure
source§impl Readable for avr_device::atmega2560::tc1::timsk1::TIMSK1_SPEC
impl Readable for avr_device::atmega2560::tc1::timsk1::TIMSK1_SPEC
read()
method returns timsk1::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::assr::ASSR_SPEC
impl Readable for avr_device::atmega2560::tc2::assr::ASSR_SPEC
read()
method returns assr::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::gtccr::GTCCR_SPEC
impl Readable for avr_device::atmega2560::tc2::gtccr::GTCCR_SPEC
read()
method returns gtccr::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::ocr2a::OCR2A_SPEC
impl Readable for avr_device::atmega2560::tc2::ocr2a::OCR2A_SPEC
read()
method returns ocr2a::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::ocr2b::OCR2B_SPEC
impl Readable for avr_device::atmega2560::tc2::ocr2b::OCR2B_SPEC
read()
method returns ocr2b::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::tccr2a::TCCR2A_SPEC
impl Readable for avr_device::atmega2560::tc2::tccr2a::TCCR2A_SPEC
read()
method returns tccr2a::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::tccr2b::TCCR2B_SPEC
impl Readable for avr_device::atmega2560::tc2::tccr2b::TCCR2B_SPEC
read()
method returns tccr2b::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::tcnt2::TCNT2_SPEC
impl Readable for avr_device::atmega2560::tc2::tcnt2::TCNT2_SPEC
read()
method returns tcnt2::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::tifr2::TIFR2_SPEC
impl Readable for avr_device::atmega2560::tc2::tifr2::TIFR2_SPEC
read()
method returns tifr2::R reader structure
source§impl Readable for avr_device::atmega2560::tc2::timsk2::TIMSK2_SPEC
impl Readable for avr_device::atmega2560::tc2::timsk2::TIMSK2_SPEC
read()
method returns timsk2::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::icr3::ICR3_SPEC
impl Readable for avr_device::atmega2560::tc3::icr3::ICR3_SPEC
read()
method returns icr3::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::ocr3a::OCR3A_SPEC
impl Readable for avr_device::atmega2560::tc3::ocr3a::OCR3A_SPEC
read()
method returns ocr3a::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::ocr3b::OCR3B_SPEC
impl Readable for avr_device::atmega2560::tc3::ocr3b::OCR3B_SPEC
read()
method returns ocr3b::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::ocr3c::OCR3C_SPEC
impl Readable for avr_device::atmega2560::tc3::ocr3c::OCR3C_SPEC
read()
method returns ocr3c::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::tccr3a::TCCR3A_SPEC
impl Readable for avr_device::atmega2560::tc3::tccr3a::TCCR3A_SPEC
read()
method returns tccr3a::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::tccr3b::TCCR3B_SPEC
impl Readable for avr_device::atmega2560::tc3::tccr3b::TCCR3B_SPEC
read()
method returns tccr3b::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::tccr3c::TCCR3C_SPEC
impl Readable for avr_device::atmega2560::tc3::tccr3c::TCCR3C_SPEC
read()
method returns tccr3c::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::tcnt3::TCNT3_SPEC
impl Readable for avr_device::atmega2560::tc3::tcnt3::TCNT3_SPEC
read()
method returns tcnt3::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::tifr3::TIFR3_SPEC
impl Readable for avr_device::atmega2560::tc3::tifr3::TIFR3_SPEC
read()
method returns tifr3::R reader structure
source§impl Readable for avr_device::atmega2560::tc3::timsk3::TIMSK3_SPEC
impl Readable for avr_device::atmega2560::tc3::timsk3::TIMSK3_SPEC
read()
method returns timsk3::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::ocr4a::OCR4A_SPEC
impl Readable for avr_device::atmega2560::tc4::ocr4a::OCR4A_SPEC
read()
method returns ocr4a::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::ocr4b::OCR4B_SPEC
impl Readable for avr_device::atmega2560::tc4::ocr4b::OCR4B_SPEC
read()
method returns ocr4b::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::ocr4c::OCR4C_SPEC
impl Readable for avr_device::atmega2560::tc4::ocr4c::OCR4C_SPEC
read()
method returns ocr4c::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::tccr4a::TCCR4A_SPEC
impl Readable for avr_device::atmega2560::tc4::tccr4a::TCCR4A_SPEC
read()
method returns tccr4a::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::tccr4b::TCCR4B_SPEC
impl Readable for avr_device::atmega2560::tc4::tccr4b::TCCR4B_SPEC
read()
method returns tccr4b::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::tccr4c::TCCR4C_SPEC
impl Readable for avr_device::atmega2560::tc4::tccr4c::TCCR4C_SPEC
read()
method returns tccr4c::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::tcnt4::TCNT4_SPEC
impl Readable for avr_device::atmega2560::tc4::tcnt4::TCNT4_SPEC
read()
method returns tcnt4::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::tifr4::TIFR4_SPEC
impl Readable for avr_device::atmega2560::tc4::tifr4::TIFR4_SPEC
read()
method returns tifr4::R reader structure
source§impl Readable for avr_device::atmega2560::tc4::timsk4::TIMSK4_SPEC
impl Readable for avr_device::atmega2560::tc4::timsk4::TIMSK4_SPEC
read()
method returns timsk4::R reader structure
source§impl Readable for TCCR5A_SPEC
impl Readable for TCCR5A_SPEC
read()
method returns tccr5a::R reader structure
source§impl Readable for TCCR5B_SPEC
impl Readable for TCCR5B_SPEC
read()
method returns tccr5b::R reader structure
source§impl Readable for TCCR5C_SPEC
impl Readable for TCCR5C_SPEC
read()
method returns tccr5c::R reader structure
source§impl Readable for TIMSK5_SPEC
impl Readable for TIMSK5_SPEC
read()
method returns timsk5::R reader structure
source§impl Readable for avr_device::atmega2560::twi::twamr::TWAMR_SPEC
impl Readable for avr_device::atmega2560::twi::twamr::TWAMR_SPEC
read()
method returns twamr::R reader structure
source§impl Readable for avr_device::atmega2560::twi::twar::TWAR_SPEC
impl Readable for avr_device::atmega2560::twi::twar::TWAR_SPEC
read()
method returns twar::R reader structure
source§impl Readable for avr_device::atmega2560::twi::twbr::TWBR_SPEC
impl Readable for avr_device::atmega2560::twi::twbr::TWBR_SPEC
read()
method returns twbr::R reader structure
source§impl Readable for avr_device::atmega2560::twi::twcr::TWCR_SPEC
impl Readable for avr_device::atmega2560::twi::twcr::TWCR_SPEC
read()
method returns twcr::R reader structure
source§impl Readable for avr_device::atmega2560::twi::twdr::TWDR_SPEC
impl Readable for avr_device::atmega2560::twi::twdr::TWDR_SPEC
read()
method returns twdr::R reader structure
source§impl Readable for avr_device::atmega2560::twi::twsr::TWSR_SPEC
impl Readable for avr_device::atmega2560::twi::twsr::TWSR_SPEC
read()
method returns twsr::R reader structure
source§impl Readable for avr_device::atmega2560::usart0::ubrr0::UBRR0_SPEC
impl Readable for avr_device::atmega2560::usart0::ubrr0::UBRR0_SPEC
read()
method returns ubrr0::R reader structure
source§impl Readable for avr_device::atmega2560::usart0::ucsr0a::UCSR0A_SPEC
impl Readable for avr_device::atmega2560::usart0::ucsr0a::UCSR0A_SPEC
read()
method returns ucsr0a::R reader structure
source§impl Readable for avr_device::atmega2560::usart0::ucsr0b::UCSR0B_SPEC
impl Readable for avr_device::atmega2560::usart0::ucsr0b::UCSR0B_SPEC
read()
method returns ucsr0b::R reader structure
source§impl Readable for avr_device::atmega2560::usart0::ucsr0c::UCSR0C_SPEC
impl Readable for avr_device::atmega2560::usart0::ucsr0c::UCSR0C_SPEC
read()
method returns ucsr0c::R reader structure
source§impl Readable for avr_device::atmega2560::usart0::udr0::UDR0_SPEC
impl Readable for avr_device::atmega2560::usart0::udr0::UDR0_SPEC
read()
method returns udr0::R reader structure
source§impl Readable for avr_device::atmega2560::usart1::ubrr1::UBRR1_SPEC
impl Readable for avr_device::atmega2560::usart1::ubrr1::UBRR1_SPEC
read()
method returns ubrr1::R reader structure
source§impl Readable for avr_device::atmega2560::usart1::ucsr1a::UCSR1A_SPEC
impl Readable for avr_device::atmega2560::usart1::ucsr1a::UCSR1A_SPEC
read()
method returns ucsr1a::R reader structure
source§impl Readable for avr_device::atmega2560::usart1::ucsr1b::UCSR1B_SPEC
impl Readable for avr_device::atmega2560::usart1::ucsr1b::UCSR1B_SPEC
read()
method returns ucsr1b::R reader structure
source§impl Readable for avr_device::atmega2560::usart1::ucsr1c::UCSR1C_SPEC
impl Readable for avr_device::atmega2560::usart1::ucsr1c::UCSR1C_SPEC
read()
method returns ucsr1c::R reader structure
source§impl Readable for avr_device::atmega2560::usart1::udr1::UDR1_SPEC
impl Readable for avr_device::atmega2560::usart1::udr1::UDR1_SPEC
read()
method returns udr1::R reader structure
source§impl Readable for UCSR2A_SPEC
impl Readable for UCSR2A_SPEC
read()
method returns ucsr2a::R reader structure
source§impl Readable for UCSR2B_SPEC
impl Readable for UCSR2B_SPEC
read()
method returns ucsr2b::R reader structure
source§impl Readable for UCSR2C_SPEC
impl Readable for UCSR2C_SPEC
read()
method returns ucsr2c::R reader structure
source§impl Readable for UCSR3A_SPEC
impl Readable for UCSR3A_SPEC
read()
method returns ucsr3a::R reader structure
source§impl Readable for UCSR3B_SPEC
impl Readable for UCSR3B_SPEC
read()
method returns ucsr3b::R reader structure
source§impl Readable for UCSR3C_SPEC
impl Readable for UCSR3C_SPEC
read()
method returns ucsr3c::R reader structure
source§impl Readable for avr_device::atmega2560::wdt::wdtcsr::WDTCSR_SPEC
impl Readable for avr_device::atmega2560::wdt::wdtcsr::WDTCSR_SPEC
read()
method returns wdtcsr::R reader structure
source§impl Readable for avr_device::atmega4809::ac0::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::ac0::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for DACREF_SPEC
impl Readable for DACREF_SPEC
read()
method returns dacref::R reader structure
source§impl Readable for avr_device::atmega4809::ac0::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::ac0::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for MUXCTRLA_SPEC
impl Readable for MUXCTRLA_SPEC
read()
method returns muxctrla::R reader structure
source§impl Readable for avr_device::atmega4809::ac0::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::ac0::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::calib::CALIB_SPEC
impl Readable for avr_device::atmega4809::adc0::calib::CALIB_SPEC
read()
method returns calib::R reader structure
source§impl Readable for COMMAND_SPEC
impl Readable for COMMAND_SPEC
read()
method returns command::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::adc0::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::adc0::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::ctrlc::CTRLC_SPEC
impl Readable for avr_device::atmega4809::adc0::ctrlc::CTRLC_SPEC
read()
method returns ctrlc::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::ctrld::CTRLD_SPEC
impl Readable for avr_device::atmega4809::adc0::ctrld::CTRLD_SPEC
read()
method returns ctrld::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::adc0::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::adc0::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::adc0::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::adc0::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for MUXPOS_SPEC
impl Readable for MUXPOS_SPEC
read()
method returns muxpos::R reader structure
source§impl Readable for SAMPCTRL_SPEC
impl Readable for SAMPCTRL_SPEC
read()
method returns sampctrl::R reader structure
source§impl Readable for avr_device::atmega4809::adc0::temp::TEMP_SPEC
impl Readable for avr_device::atmega4809::adc0::temp::TEMP_SPEC
read()
method returns temp::R reader structure
source§impl Readable for avr_device::atmega4809::bod::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::bod::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::bod::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::bod::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::bod::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::bod::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::bod::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::bod::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::bod::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::bod::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for VLMCTRLA_SPEC
impl Readable for VLMCTRLA_SPEC
read()
method returns vlmctrla::R reader structure
source§impl Readable for avr_device::atmega4809::ccl::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::ccl::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for INTCTRL0_SPEC
impl Readable for INTCTRL0_SPEC
read()
method returns intctrl0::R reader structure
source§impl Readable for avr_device::atmega4809::ccl::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::ccl::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for LUT0CTRLA_SPEC
impl Readable for LUT0CTRLA_SPEC
read()
method returns lut0ctrla::R reader structure
source§impl Readable for LUT0CTRLB_SPEC
impl Readable for LUT0CTRLB_SPEC
read()
method returns lut0ctrlb::R reader structure
source§impl Readable for LUT0CTRLC_SPEC
impl Readable for LUT0CTRLC_SPEC
read()
method returns lut0ctrlc::R reader structure
source§impl Readable for LUT1CTRLA_SPEC
impl Readable for LUT1CTRLA_SPEC
read()
method returns lut1ctrla::R reader structure
source§impl Readable for LUT1CTRLB_SPEC
impl Readable for LUT1CTRLB_SPEC
read()
method returns lut1ctrlb::R reader structure
source§impl Readable for LUT1CTRLC_SPEC
impl Readable for LUT1CTRLC_SPEC
read()
method returns lut1ctrlc::R reader structure
source§impl Readable for LUT2CTRLA_SPEC
impl Readable for LUT2CTRLA_SPEC
read()
method returns lut2ctrla::R reader structure
source§impl Readable for LUT2CTRLB_SPEC
impl Readable for LUT2CTRLB_SPEC
read()
method returns lut2ctrlb::R reader structure
source§impl Readable for LUT2CTRLC_SPEC
impl Readable for LUT2CTRLC_SPEC
read()
method returns lut2ctrlc::R reader structure
source§impl Readable for LUT3CTRLA_SPEC
impl Readable for LUT3CTRLA_SPEC
read()
method returns lut3ctrla::R reader structure
source§impl Readable for LUT3CTRLB_SPEC
impl Readable for LUT3CTRLB_SPEC
read()
method returns lut3ctrlb::R reader structure
source§impl Readable for LUT3CTRLC_SPEC
impl Readable for LUT3CTRLC_SPEC
read()
method returns lut3ctrlc::R reader structure
source§impl Readable for SEQCTRL0_SPEC
impl Readable for SEQCTRL0_SPEC
read()
method returns seqctrl0::R reader structure
source§impl Readable for SEQCTRL1_SPEC
impl Readable for SEQCTRL1_SPEC
read()
method returns seqctrl1::R reader structure
source§impl Readable for TRUTH0_SPEC
impl Readable for TRUTH0_SPEC
read()
method returns truth0::R reader structure
source§impl Readable for TRUTH1_SPEC
impl Readable for TRUTH1_SPEC
read()
method returns truth1::R reader structure
source§impl Readable for TRUTH2_SPEC
impl Readable for TRUTH2_SPEC
read()
method returns truth2::R reader structure
source§impl Readable for TRUTH3_SPEC
impl Readable for TRUTH3_SPEC
read()
method returns truth3::R reader structure
source§impl Readable for MCLKCTRLA_SPEC
impl Readable for MCLKCTRLA_SPEC
read()
method returns mclkctrla::R reader structure
source§impl Readable for MCLKCTRLB_SPEC
impl Readable for MCLKCTRLB_SPEC
read()
method returns mclkctrlb::R reader structure
source§impl Readable for MCLKLOCK_SPEC
impl Readable for MCLKLOCK_SPEC
read()
method returns mclklock::R reader structure
source§impl Readable for MCLKSTATUS_SPEC
impl Readable for MCLKSTATUS_SPEC
read()
method returns mclkstatus::R reader structure
source§impl Readable for OSC20MCALIBA_SPEC
impl Readable for OSC20MCALIBA_SPEC
read()
method returns osc20mcaliba::R reader structure
source§impl Readable for OSC20MCALIBB_SPEC
impl Readable for OSC20MCALIBB_SPEC
read()
method returns osc20mcalibb::R reader structure
source§impl Readable for OSC20MCTRLA_SPEC
impl Readable for OSC20MCTRLA_SPEC
read()
method returns osc20mctrla::R reader structure
source§impl Readable for OSC32KCTRLA_SPEC
impl Readable for OSC32KCTRLA_SPEC
read()
method returns osc32kctrla::R reader structure
source§impl Readable for XOSC32KCTRLA_SPEC
impl Readable for XOSC32KCTRLA_SPEC
read()
method returns xosc32kctrla::R reader structure
source§impl Readable for avr_device::atmega4809::cpuint::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::cpuint::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for LVL0PRI_SPEC
impl Readable for LVL0PRI_SPEC
read()
method returns lvl0pri::R reader structure
source§impl Readable for LVL1VEC_SPEC
impl Readable for LVL1VEC_SPEC
read()
method returns lvl1vec::R reader structure
source§impl Readable for avr_device::atmega4809::cpuint::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::cpuint::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::crcscan::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::crcscan::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::crcscan::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::crcscan::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::crcscan::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::crcscan::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for CHANNEL0_SPEC
impl Readable for CHANNEL0_SPEC
read()
method returns channel0::R reader structure
source§impl Readable for CHANNEL1_SPEC
impl Readable for CHANNEL1_SPEC
read()
method returns channel1::R reader structure
source§impl Readable for CHANNEL2_SPEC
impl Readable for CHANNEL2_SPEC
read()
method returns channel2::R reader structure
source§impl Readable for CHANNEL3_SPEC
impl Readable for CHANNEL3_SPEC
read()
method returns channel3::R reader structure
source§impl Readable for CHANNEL4_SPEC
impl Readable for CHANNEL4_SPEC
read()
method returns channel4::R reader structure
source§impl Readable for CHANNEL5_SPEC
impl Readable for CHANNEL5_SPEC
read()
method returns channel5::R reader structure
source§impl Readable for CHANNEL6_SPEC
impl Readable for CHANNEL6_SPEC
read()
method returns channel6::R reader structure
source§impl Readable for CHANNEL7_SPEC
impl Readable for CHANNEL7_SPEC
read()
method returns channel7::R reader structure
source§impl Readable for USERADC0_SPEC
impl Readable for USERADC0_SPEC
read()
method returns useradc0::R reader structure
source§impl Readable for USERCCLLUT0A_SPEC
impl Readable for USERCCLLUT0A_SPEC
read()
method returns userccllut0a::R reader structure
source§impl Readable for USERCCLLUT0B_SPEC
impl Readable for USERCCLLUT0B_SPEC
read()
method returns userccllut0b::R reader structure
source§impl Readable for USERCCLLUT1A_SPEC
impl Readable for USERCCLLUT1A_SPEC
read()
method returns userccllut1a::R reader structure
source§impl Readable for USERCCLLUT1B_SPEC
impl Readable for USERCCLLUT1B_SPEC
read()
method returns userccllut1b::R reader structure
source§impl Readable for USERCCLLUT2A_SPEC
impl Readable for USERCCLLUT2A_SPEC
read()
method returns userccllut2a::R reader structure
source§impl Readable for USERCCLLUT2B_SPEC
impl Readable for USERCCLLUT2B_SPEC
read()
method returns userccllut2b::R reader structure
source§impl Readable for USERCCLLUT3A_SPEC
impl Readable for USERCCLLUT3A_SPEC
read()
method returns userccllut3a::R reader structure
source§impl Readable for USERCCLLUT3B_SPEC
impl Readable for USERCCLLUT3B_SPEC
read()
method returns userccllut3b::R reader structure
source§impl Readable for USEREVOUTA_SPEC
impl Readable for USEREVOUTA_SPEC
read()
method returns userevouta::R reader structure
source§impl Readable for USEREVOUTB_SPEC
impl Readable for USEREVOUTB_SPEC
read()
method returns userevoutb::R reader structure
source§impl Readable for USEREVOUTC_SPEC
impl Readable for USEREVOUTC_SPEC
read()
method returns userevoutc::R reader structure
source§impl Readable for USEREVOUTD_SPEC
impl Readable for USEREVOUTD_SPEC
read()
method returns userevoutd::R reader structure
source§impl Readable for USEREVOUTE_SPEC
impl Readable for USEREVOUTE_SPEC
read()
method returns userevoute::R reader structure
source§impl Readable for USEREVOUTF_SPEC
impl Readable for USEREVOUTF_SPEC
read()
method returns userevoutf::R reader structure
source§impl Readable for USERTCA0_SPEC
impl Readable for USERTCA0_SPEC
read()
method returns usertca0::R reader structure
source§impl Readable for USERTCB0_SPEC
impl Readable for USERTCB0_SPEC
read()
method returns usertcb0::R reader structure
source§impl Readable for USERTCB1_SPEC
impl Readable for USERTCB1_SPEC
read()
method returns usertcb1::R reader structure
source§impl Readable for USERTCB2_SPEC
impl Readable for USERTCB2_SPEC
read()
method returns usertcb2::R reader structure
source§impl Readable for USERTCB3_SPEC
impl Readable for USERTCB3_SPEC
read()
method returns usertcb3::R reader structure
source§impl Readable for USERUSART0_SPEC
impl Readable for USERUSART0_SPEC
read()
method returns userusart0::R reader structure
source§impl Readable for USERUSART1_SPEC
impl Readable for USERUSART1_SPEC
read()
method returns userusart1::R reader structure
source§impl Readable for USERUSART2_SPEC
impl Readable for USERUSART2_SPEC
read()
method returns userusart2::R reader structure
source§impl Readable for USERUSART3_SPEC
impl Readable for USERUSART3_SPEC
read()
method returns userusart3::R reader structure
source§impl Readable for APPEND_SPEC
impl Readable for APPEND_SPEC
read()
method returns append::R reader structure
source§impl Readable for BODCFG_SPEC
impl Readable for BODCFG_SPEC
read()
method returns bodcfg::R reader structure
source§impl Readable for BOOTEND_SPEC
impl Readable for BOOTEND_SPEC
read()
method returns bootend::R reader structure
source§impl Readable for OSCCFG_SPEC
impl Readable for OSCCFG_SPEC
read()
method returns osccfg::R reader structure
source§impl Readable for SYSCFG0_SPEC
impl Readable for SYSCFG0_SPEC
read()
method returns syscfg0::R reader structure
source§impl Readable for SYSCFG1_SPEC
impl Readable for SYSCFG1_SPEC
read()
method returns syscfg1::R reader structure
source§impl Readable for WDTCFG_SPEC
impl Readable for WDTCFG_SPEC
read()
method returns wdtcfg::R reader structure
source§impl Readable for avr_device::atmega4809::gpio::gpior0::GPIOR0_SPEC
impl Readable for avr_device::atmega4809::gpio::gpior0::GPIOR0_SPEC
read()
method returns gpior0::R reader structure
source§impl Readable for avr_device::atmega4809::gpio::gpior1::GPIOR1_SPEC
impl Readable for avr_device::atmega4809::gpio::gpior1::GPIOR1_SPEC
read()
method returns gpior1::R reader structure
source§impl Readable for avr_device::atmega4809::gpio::gpior2::GPIOR2_SPEC
impl Readable for avr_device::atmega4809::gpio::gpior2::GPIOR2_SPEC
read()
method returns gpior2::R reader structure
source§impl Readable for GPIOR3_SPEC
impl Readable for GPIOR3_SPEC
read()
method returns gpior3::R reader structure
source§impl Readable for avr_device::atmega4809::lockbit::lockbit::LOCKBIT_SPEC
impl Readable for avr_device::atmega4809::lockbit::lockbit::LOCKBIT_SPEC
read()
method returns lockbit::R reader structure
source§impl Readable for avr_device::atmega4809::nvmctrl::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::nvmctrl::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::nvmctrl::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::nvmctrl::data::DATA_SPEC
impl Readable for avr_device::atmega4809::nvmctrl::data::DATA_SPEC
read()
method returns data::R reader structure
source§impl Readable for avr_device::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::nvmctrl::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::nvmctrl::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::nvmctrl::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::nvmctrl::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::porta::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::porta::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::porta::dirclr::DIRCLR_SPEC
impl Readable for avr_device::atmega4809::porta::dirclr::DIRCLR_SPEC
read()
method returns dirclr::R reader structure
source§impl Readable for avr_device::atmega4809::porta::dirset::DIRSET_SPEC
impl Readable for avr_device::atmega4809::porta::dirset::DIRSET_SPEC
read()
method returns dirset::R reader structure
source§impl Readable for avr_device::atmega4809::porta::dirtgl::DIRTGL_SPEC
impl Readable for avr_device::atmega4809::porta::dirtgl::DIRTGL_SPEC
read()
method returns dirtgl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::in_::IN_SPEC
impl Readable for avr_device::atmega4809::porta::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::porta::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::porta::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::porta::out::OUT_SPEC
impl Readable for avr_device::atmega4809::porta::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::porta::outclr::OUTCLR_SPEC
impl Readable for avr_device::atmega4809::porta::outclr::OUTCLR_SPEC
read()
method returns outclr::R reader structure
source§impl Readable for avr_device::atmega4809::porta::outset::OUTSET_SPEC
impl Readable for avr_device::atmega4809::porta::outset::OUTSET_SPEC
read()
method returns outset::R reader structure
source§impl Readable for avr_device::atmega4809::porta::outtgl::OUTTGL_SPEC
impl Readable for avr_device::atmega4809::porta::outtgl::OUTTGL_SPEC
read()
method returns outtgl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC
impl Readable for avr_device::atmega4809::porta::pin0ctrl::PIN0CTRL_SPEC
read()
method returns pin0ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC
impl Readable for avr_device::atmega4809::porta::pin1ctrl::PIN1CTRL_SPEC
read()
method returns pin1ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC
impl Readable for avr_device::atmega4809::porta::pin2ctrl::PIN2CTRL_SPEC
read()
method returns pin2ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC
impl Readable for avr_device::atmega4809::porta::pin3ctrl::PIN3CTRL_SPEC
read()
method returns pin3ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC
impl Readable for avr_device::atmega4809::porta::pin4ctrl::PIN4CTRL_SPEC
read()
method returns pin4ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC
impl Readable for avr_device::atmega4809::porta::pin5ctrl::PIN5CTRL_SPEC
read()
method returns pin5ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC
impl Readable for avr_device::atmega4809::porta::pin6ctrl::PIN6CTRL_SPEC
read()
method returns pin6ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC
impl Readable for avr_device::atmega4809::porta::pin7ctrl::PIN7CTRL_SPEC
read()
method returns pin7ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porta::portctrl::PORTCTRL_SPEC
impl Readable for avr_device::atmega4809::porta::portctrl::PORTCTRL_SPEC
read()
method returns portctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::portb::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::portb::dirclr::DIRCLR_SPEC
impl Readable for avr_device::atmega4809::portb::dirclr::DIRCLR_SPEC
read()
method returns dirclr::R reader structure
source§impl Readable for avr_device::atmega4809::portb::dirset::DIRSET_SPEC
impl Readable for avr_device::atmega4809::portb::dirset::DIRSET_SPEC
read()
method returns dirset::R reader structure
source§impl Readable for avr_device::atmega4809::portb::dirtgl::DIRTGL_SPEC
impl Readable for avr_device::atmega4809::portb::dirtgl::DIRTGL_SPEC
read()
method returns dirtgl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::in_::IN_SPEC
impl Readable for avr_device::atmega4809::portb::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::portb::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::portb::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::portb::out::OUT_SPEC
impl Readable for avr_device::atmega4809::portb::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::portb::outclr::OUTCLR_SPEC
impl Readable for avr_device::atmega4809::portb::outclr::OUTCLR_SPEC
read()
method returns outclr::R reader structure
source§impl Readable for avr_device::atmega4809::portb::outset::OUTSET_SPEC
impl Readable for avr_device::atmega4809::portb::outset::OUTSET_SPEC
read()
method returns outset::R reader structure
source§impl Readable for avr_device::atmega4809::portb::outtgl::OUTTGL_SPEC
impl Readable for avr_device::atmega4809::portb::outtgl::OUTTGL_SPEC
read()
method returns outtgl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC
impl Readable for avr_device::atmega4809::portb::pin0ctrl::PIN0CTRL_SPEC
read()
method returns pin0ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC
impl Readable for avr_device::atmega4809::portb::pin1ctrl::PIN1CTRL_SPEC
read()
method returns pin1ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC
impl Readable for avr_device::atmega4809::portb::pin2ctrl::PIN2CTRL_SPEC
read()
method returns pin2ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC
impl Readable for avr_device::atmega4809::portb::pin3ctrl::PIN3CTRL_SPEC
read()
method returns pin3ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC
impl Readable for avr_device::atmega4809::portb::pin4ctrl::PIN4CTRL_SPEC
read()
method returns pin4ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC
impl Readable for avr_device::atmega4809::portb::pin5ctrl::PIN5CTRL_SPEC
read()
method returns pin5ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC
impl Readable for avr_device::atmega4809::portb::pin6ctrl::PIN6CTRL_SPEC
read()
method returns pin6ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC
impl Readable for avr_device::atmega4809::portb::pin7ctrl::PIN7CTRL_SPEC
read()
method returns pin7ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portb::portctrl::PORTCTRL_SPEC
impl Readable for avr_device::atmega4809::portb::portctrl::PORTCTRL_SPEC
read()
method returns portctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::portc::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::portc::dirclr::DIRCLR_SPEC
impl Readable for avr_device::atmega4809::portc::dirclr::DIRCLR_SPEC
read()
method returns dirclr::R reader structure
source§impl Readable for avr_device::atmega4809::portc::dirset::DIRSET_SPEC
impl Readable for avr_device::atmega4809::portc::dirset::DIRSET_SPEC
read()
method returns dirset::R reader structure
source§impl Readable for avr_device::atmega4809::portc::dirtgl::DIRTGL_SPEC
impl Readable for avr_device::atmega4809::portc::dirtgl::DIRTGL_SPEC
read()
method returns dirtgl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::in_::IN_SPEC
impl Readable for avr_device::atmega4809::portc::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::portc::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::portc::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::portc::out::OUT_SPEC
impl Readable for avr_device::atmega4809::portc::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::portc::outclr::OUTCLR_SPEC
impl Readable for avr_device::atmega4809::portc::outclr::OUTCLR_SPEC
read()
method returns outclr::R reader structure
source§impl Readable for avr_device::atmega4809::portc::outset::OUTSET_SPEC
impl Readable for avr_device::atmega4809::portc::outset::OUTSET_SPEC
read()
method returns outset::R reader structure
source§impl Readable for avr_device::atmega4809::portc::outtgl::OUTTGL_SPEC
impl Readable for avr_device::atmega4809::portc::outtgl::OUTTGL_SPEC
read()
method returns outtgl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC
impl Readable for avr_device::atmega4809::portc::pin0ctrl::PIN0CTRL_SPEC
read()
method returns pin0ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC
impl Readable for avr_device::atmega4809::portc::pin1ctrl::PIN1CTRL_SPEC
read()
method returns pin1ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC
impl Readable for avr_device::atmega4809::portc::pin2ctrl::PIN2CTRL_SPEC
read()
method returns pin2ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC
impl Readable for avr_device::atmega4809::portc::pin3ctrl::PIN3CTRL_SPEC
read()
method returns pin3ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC
impl Readable for avr_device::atmega4809::portc::pin4ctrl::PIN4CTRL_SPEC
read()
method returns pin4ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC
impl Readable for avr_device::atmega4809::portc::pin5ctrl::PIN5CTRL_SPEC
read()
method returns pin5ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC
impl Readable for avr_device::atmega4809::portc::pin6ctrl::PIN6CTRL_SPEC
read()
method returns pin6ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC
impl Readable for avr_device::atmega4809::portc::pin7ctrl::PIN7CTRL_SPEC
read()
method returns pin7ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portc::portctrl::PORTCTRL_SPEC
impl Readable for avr_device::atmega4809::portc::portctrl::PORTCTRL_SPEC
read()
method returns portctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::portd::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::portd::dirclr::DIRCLR_SPEC
impl Readable for avr_device::atmega4809::portd::dirclr::DIRCLR_SPEC
read()
method returns dirclr::R reader structure
source§impl Readable for avr_device::atmega4809::portd::dirset::DIRSET_SPEC
impl Readable for avr_device::atmega4809::portd::dirset::DIRSET_SPEC
read()
method returns dirset::R reader structure
source§impl Readable for avr_device::atmega4809::portd::dirtgl::DIRTGL_SPEC
impl Readable for avr_device::atmega4809::portd::dirtgl::DIRTGL_SPEC
read()
method returns dirtgl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::in_::IN_SPEC
impl Readable for avr_device::atmega4809::portd::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::portd::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::portd::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::portd::out::OUT_SPEC
impl Readable for avr_device::atmega4809::portd::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::portd::outclr::OUTCLR_SPEC
impl Readable for avr_device::atmega4809::portd::outclr::OUTCLR_SPEC
read()
method returns outclr::R reader structure
source§impl Readable for avr_device::atmega4809::portd::outset::OUTSET_SPEC
impl Readable for avr_device::atmega4809::portd::outset::OUTSET_SPEC
read()
method returns outset::R reader structure
source§impl Readable for avr_device::atmega4809::portd::outtgl::OUTTGL_SPEC
impl Readable for avr_device::atmega4809::portd::outtgl::OUTTGL_SPEC
read()
method returns outtgl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC
impl Readable for avr_device::atmega4809::portd::pin0ctrl::PIN0CTRL_SPEC
read()
method returns pin0ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC
impl Readable for avr_device::atmega4809::portd::pin1ctrl::PIN1CTRL_SPEC
read()
method returns pin1ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC
impl Readable for avr_device::atmega4809::portd::pin2ctrl::PIN2CTRL_SPEC
read()
method returns pin2ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC
impl Readable for avr_device::atmega4809::portd::pin3ctrl::PIN3CTRL_SPEC
read()
method returns pin3ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC
impl Readable for avr_device::atmega4809::portd::pin4ctrl::PIN4CTRL_SPEC
read()
method returns pin4ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC
impl Readable for avr_device::atmega4809::portd::pin5ctrl::PIN5CTRL_SPEC
read()
method returns pin5ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC
impl Readable for avr_device::atmega4809::portd::pin6ctrl::PIN6CTRL_SPEC
read()
method returns pin6ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC
impl Readable for avr_device::atmega4809::portd::pin7ctrl::PIN7CTRL_SPEC
read()
method returns pin7ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portd::portctrl::PORTCTRL_SPEC
impl Readable for avr_device::atmega4809::portd::portctrl::PORTCTRL_SPEC
read()
method returns portctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::porte::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::porte::dirclr::DIRCLR_SPEC
impl Readable for avr_device::atmega4809::porte::dirclr::DIRCLR_SPEC
read()
method returns dirclr::R reader structure
source§impl Readable for avr_device::atmega4809::porte::dirset::DIRSET_SPEC
impl Readable for avr_device::atmega4809::porte::dirset::DIRSET_SPEC
read()
method returns dirset::R reader structure
source§impl Readable for avr_device::atmega4809::porte::dirtgl::DIRTGL_SPEC
impl Readable for avr_device::atmega4809::porte::dirtgl::DIRTGL_SPEC
read()
method returns dirtgl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::in_::IN_SPEC
impl Readable for avr_device::atmega4809::porte::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::porte::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::porte::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::porte::out::OUT_SPEC
impl Readable for avr_device::atmega4809::porte::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::porte::outclr::OUTCLR_SPEC
impl Readable for avr_device::atmega4809::porte::outclr::OUTCLR_SPEC
read()
method returns outclr::R reader structure
source§impl Readable for avr_device::atmega4809::porte::outset::OUTSET_SPEC
impl Readable for avr_device::atmega4809::porte::outset::OUTSET_SPEC
read()
method returns outset::R reader structure
source§impl Readable for avr_device::atmega4809::porte::outtgl::OUTTGL_SPEC
impl Readable for avr_device::atmega4809::porte::outtgl::OUTTGL_SPEC
read()
method returns outtgl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC
impl Readable for avr_device::atmega4809::porte::pin0ctrl::PIN0CTRL_SPEC
read()
method returns pin0ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC
impl Readable for avr_device::atmega4809::porte::pin1ctrl::PIN1CTRL_SPEC
read()
method returns pin1ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC
impl Readable for avr_device::atmega4809::porte::pin2ctrl::PIN2CTRL_SPEC
read()
method returns pin2ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC
impl Readable for avr_device::atmega4809::porte::pin3ctrl::PIN3CTRL_SPEC
read()
method returns pin3ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC
impl Readable for avr_device::atmega4809::porte::pin4ctrl::PIN4CTRL_SPEC
read()
method returns pin4ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC
impl Readable for avr_device::atmega4809::porte::pin5ctrl::PIN5CTRL_SPEC
read()
method returns pin5ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC
impl Readable for avr_device::atmega4809::porte::pin6ctrl::PIN6CTRL_SPEC
read()
method returns pin6ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC
impl Readable for avr_device::atmega4809::porte::pin7ctrl::PIN7CTRL_SPEC
read()
method returns pin7ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::porte::portctrl::PORTCTRL_SPEC
impl Readable for avr_device::atmega4809::porte::portctrl::PORTCTRL_SPEC
read()
method returns portctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::portf::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::portf::dirclr::DIRCLR_SPEC
impl Readable for avr_device::atmega4809::portf::dirclr::DIRCLR_SPEC
read()
method returns dirclr::R reader structure
source§impl Readable for avr_device::atmega4809::portf::dirset::DIRSET_SPEC
impl Readable for avr_device::atmega4809::portf::dirset::DIRSET_SPEC
read()
method returns dirset::R reader structure
source§impl Readable for avr_device::atmega4809::portf::dirtgl::DIRTGL_SPEC
impl Readable for avr_device::atmega4809::portf::dirtgl::DIRTGL_SPEC
read()
method returns dirtgl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::in_::IN_SPEC
impl Readable for avr_device::atmega4809::portf::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::portf::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::portf::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::portf::out::OUT_SPEC
impl Readable for avr_device::atmega4809::portf::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::portf::outclr::OUTCLR_SPEC
impl Readable for avr_device::atmega4809::portf::outclr::OUTCLR_SPEC
read()
method returns outclr::R reader structure
source§impl Readable for avr_device::atmega4809::portf::outset::OUTSET_SPEC
impl Readable for avr_device::atmega4809::portf::outset::OUTSET_SPEC
read()
method returns outset::R reader structure
source§impl Readable for avr_device::atmega4809::portf::outtgl::OUTTGL_SPEC
impl Readable for avr_device::atmega4809::portf::outtgl::OUTTGL_SPEC
read()
method returns outtgl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC
impl Readable for avr_device::atmega4809::portf::pin0ctrl::PIN0CTRL_SPEC
read()
method returns pin0ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC
impl Readable for avr_device::atmega4809::portf::pin1ctrl::PIN1CTRL_SPEC
read()
method returns pin1ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC
impl Readable for avr_device::atmega4809::portf::pin2ctrl::PIN2CTRL_SPEC
read()
method returns pin2ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC
impl Readable for avr_device::atmega4809::portf::pin3ctrl::PIN3CTRL_SPEC
read()
method returns pin3ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC
impl Readable for avr_device::atmega4809::portf::pin4ctrl::PIN4CTRL_SPEC
read()
method returns pin4ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC
impl Readable for avr_device::atmega4809::portf::pin5ctrl::PIN5CTRL_SPEC
read()
method returns pin5ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC
impl Readable for avr_device::atmega4809::portf::pin6ctrl::PIN6CTRL_SPEC
read()
method returns pin6ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC
impl Readable for avr_device::atmega4809::portf::pin7ctrl::PIN7CTRL_SPEC
read()
method returns pin7ctrl::R reader structure
source§impl Readable for avr_device::atmega4809::portf::portctrl::PORTCTRL_SPEC
impl Readable for avr_device::atmega4809::portf::portctrl::PORTCTRL_SPEC
read()
method returns portctrl::R reader structure
source§impl Readable for CCLROUTEA_SPEC
impl Readable for CCLROUTEA_SPEC
read()
method returns cclroutea::R reader structure
source§impl Readable for EVSYSROUTEA_SPEC
impl Readable for EVSYSROUTEA_SPEC
read()
method returns evsysroutea::R reader structure
source§impl Readable for TCAROUTEA_SPEC
impl Readable for TCAROUTEA_SPEC
read()
method returns tcaroutea::R reader structure
source§impl Readable for TCBROUTEA_SPEC
impl Readable for TCBROUTEA_SPEC
read()
method returns tcbroutea::R reader structure
source§impl Readable for TWISPIROUTEA_SPEC
impl Readable for TWISPIROUTEA_SPEC
read()
method returns twispiroutea::R reader structure
source§impl Readable for USARTROUTEA_SPEC
impl Readable for USARTROUTEA_SPEC
read()
method returns usartroutea::R reader structure
source§impl Readable for avr_device::atmega4809::rtc::calib::CALIB_SPEC
impl Readable for avr_device::atmega4809::rtc::calib::CALIB_SPEC
read()
method returns calib::R reader structure
source§impl Readable for CLKSEL_SPEC
impl Readable for CLKSEL_SPEC
read()
method returns clksel::R reader structure
source§impl Readable for avr_device::atmega4809::rtc::cnt::CNT_SPEC
impl Readable for avr_device::atmega4809::rtc::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
source§impl Readable for avr_device::atmega4809::rtc::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::rtc::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::rtc::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::rtc::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::rtc::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::rtc::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::rtc::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for PITCTRLA_SPEC
impl Readable for PITCTRLA_SPEC
read()
method returns pitctrla::R reader structure
source§impl Readable for PITDBGCTRL_SPEC
impl Readable for PITDBGCTRL_SPEC
read()
method returns pitdbgctrl::R reader structure
source§impl Readable for PITINTCTRL_SPEC
impl Readable for PITINTCTRL_SPEC
read()
method returns pitintctrl::R reader structure
source§impl Readable for PITINTFLAGS_SPEC
impl Readable for PITINTFLAGS_SPEC
read()
method returns pitintflags::R reader structure
source§impl Readable for PITSTATUS_SPEC
impl Readable for PITSTATUS_SPEC
read()
method returns pitstatus::R reader structure
source§impl Readable for avr_device::atmega4809::rtc::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::rtc::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::rtc::temp::TEMP_SPEC
impl Readable for avr_device::atmega4809::rtc::temp::TEMP_SPEC
read()
method returns temp::R reader structure
source§impl Readable for CHECKSUM1_SPEC
impl Readable for CHECKSUM1_SPEC
read()
method returns checksum1::R reader structure
source§impl Readable for DEVICEID0_SPEC
impl Readable for DEVICEID0_SPEC
read()
method returns deviceid0::R reader structure
source§impl Readable for DEVICEID1_SPEC
impl Readable for DEVICEID1_SPEC
read()
method returns deviceid1::R reader structure
source§impl Readable for DEVICEID2_SPEC
impl Readable for DEVICEID2_SPEC
read()
method returns deviceid2::R reader structure
source§impl Readable for OSC16ERR3V_SPEC
impl Readable for OSC16ERR3V_SPEC
read()
method returns osc16err3v::R reader structure
source§impl Readable for OSC16ERR5V_SPEC
impl Readable for OSC16ERR5V_SPEC
read()
method returns osc16err5v::R reader structure
source§impl Readable for OSC20ERR3V_SPEC
impl Readable for OSC20ERR3V_SPEC
read()
method returns osc20err3v::R reader structure
source§impl Readable for OSC20ERR5V_SPEC
impl Readable for OSC20ERR5V_SPEC
read()
method returns osc20err5v::R reader structure
source§impl Readable for OSCCAL16M0_SPEC
impl Readable for OSCCAL16M0_SPEC
read()
method returns osccal16m0::R reader structure
source§impl Readable for OSCCAL16M1_SPEC
impl Readable for OSCCAL16M1_SPEC
read()
method returns osccal16m1::R reader structure
source§impl Readable for OSCCAL20M0_SPEC
impl Readable for OSCCAL20M0_SPEC
read()
method returns osccal20m0::R reader structure
source§impl Readable for OSCCAL20M1_SPEC
impl Readable for OSCCAL20M1_SPEC
read()
method returns osccal20m1::R reader structure
source§impl Readable for OSCCAL32K_SPEC
impl Readable for OSCCAL32K_SPEC
read()
method returns osccal32k::R reader structure
source§impl Readable for SERNUM0_SPEC
impl Readable for SERNUM0_SPEC
read()
method returns sernum0::R reader structure
source§impl Readable for SERNUM1_SPEC
impl Readable for SERNUM1_SPEC
read()
method returns sernum1::R reader structure
source§impl Readable for SERNUM2_SPEC
impl Readable for SERNUM2_SPEC
read()
method returns sernum2::R reader structure
source§impl Readable for SERNUM3_SPEC
impl Readable for SERNUM3_SPEC
read()
method returns sernum3::R reader structure
source§impl Readable for SERNUM4_SPEC
impl Readable for SERNUM4_SPEC
read()
method returns sernum4::R reader structure
source§impl Readable for SERNUM5_SPEC
impl Readable for SERNUM5_SPEC
read()
method returns sernum5::R reader structure
source§impl Readable for SERNUM6_SPEC
impl Readable for SERNUM6_SPEC
read()
method returns sernum6::R reader structure
source§impl Readable for SERNUM7_SPEC
impl Readable for SERNUM7_SPEC
read()
method returns sernum7::R reader structure
source§impl Readable for SERNUM8_SPEC
impl Readable for SERNUM8_SPEC
read()
method returns sernum8::R reader structure
source§impl Readable for SERNUM9_SPEC
impl Readable for SERNUM9_SPEC
read()
method returns sernum9::R reader structure
source§impl Readable for TEMPSENSE0_SPEC
impl Readable for TEMPSENSE0_SPEC
read()
method returns tempsense0::R reader structure
source§impl Readable for TEMPSENSE1_SPEC
impl Readable for TEMPSENSE1_SPEC
read()
method returns tempsense1::R reader structure
source§impl Readable for avr_device::atmega4809::slpctrl::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::slpctrl::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::spi0::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::spi0::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::spi0::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::spi0::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::spi0::data::DATA_SPEC
impl Readable for avr_device::atmega4809::spi0::data::DATA_SPEC
read()
method returns data::R reader structure
source§impl Readable for avr_device::atmega4809::spi0::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::spi0::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::spi0::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::spi0::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for EXTBRK_SPEC
impl Readable for EXTBRK_SPEC
read()
method returns extbrk::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::ccmp::CCMP_SPEC
impl Readable for avr_device::atmega4809::tcb0::ccmp::CCMP_SPEC
read()
method returns ccmp::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::cnt::CNT_SPEC
impl Readable for avr_device::atmega4809::tcb0::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::tcb0::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::tcb0::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb0::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb0::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb0::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::tcb0::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::tcb0::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::tcb0::temp::TEMP_SPEC
impl Readable for avr_device::atmega4809::tcb0::temp::TEMP_SPEC
read()
method returns temp::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::ccmp::CCMP_SPEC
impl Readable for avr_device::atmega4809::tcb1::ccmp::CCMP_SPEC
read()
method returns ccmp::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::cnt::CNT_SPEC
impl Readable for avr_device::atmega4809::tcb1::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::tcb1::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::tcb1::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb1::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb1::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb1::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::tcb1::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::tcb1::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::tcb1::temp::TEMP_SPEC
impl Readable for avr_device::atmega4809::tcb1::temp::TEMP_SPEC
read()
method returns temp::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::ccmp::CCMP_SPEC
impl Readable for avr_device::atmega4809::tcb2::ccmp::CCMP_SPEC
read()
method returns ccmp::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::cnt::CNT_SPEC
impl Readable for avr_device::atmega4809::tcb2::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::tcb2::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::tcb2::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb2::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb2::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb2::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::tcb2::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::tcb2::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::tcb2::temp::TEMP_SPEC
impl Readable for avr_device::atmega4809::tcb2::temp::TEMP_SPEC
read()
method returns temp::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::ccmp::CCMP_SPEC
impl Readable for avr_device::atmega4809::tcb3::ccmp::CCMP_SPEC
read()
method returns ccmp::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::cnt::CNT_SPEC
impl Readable for avr_device::atmega4809::tcb3::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::tcb3::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::tcb3::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb3::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb3::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::intctrl::INTCTRL_SPEC
impl Readable for avr_device::atmega4809::tcb3::intctrl::INTCTRL_SPEC
read()
method returns intctrl::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::tcb3::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::tcb3::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::tcb3::temp::TEMP_SPEC
impl Readable for avr_device::atmega4809::tcb3::temp::TEMP_SPEC
read()
method returns temp::R reader structure
source§impl Readable for avr_device::atmega4809::twi0::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::twi0::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::twi0::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for DUALCTRL_SPEC
impl Readable for DUALCTRL_SPEC
read()
method returns dualctrl::R reader structure
source§impl Readable for MCTRLA_SPEC
impl Readable for MCTRLA_SPEC
read()
method returns mctrla::R reader structure
source§impl Readable for MCTRLB_SPEC
impl Readable for MCTRLB_SPEC
read()
method returns mctrlb::R reader structure
source§impl Readable for MSTATUS_SPEC
impl Readable for MSTATUS_SPEC
read()
method returns mstatus::R reader structure
source§impl Readable for SADDRMASK_SPEC
impl Readable for SADDRMASK_SPEC
read()
method returns saddrmask::R reader structure
source§impl Readable for SCTRLA_SPEC
impl Readable for SCTRLA_SPEC
read()
method returns sctrla::R reader structure
source§impl Readable for SCTRLB_SPEC
impl Readable for SCTRLB_SPEC
read()
method returns sctrlb::R reader structure
source§impl Readable for SSTATUS_SPEC
impl Readable for SSTATUS_SPEC
read()
method returns sstatus::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::baud::BAUD_SPEC
impl Readable for avr_device::atmega4809::usart0::baud::BAUD_SPEC
read()
method returns baud::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::usart0::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::usart0::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::ctrlc::CTRLC_SPEC
impl Readable for avr_device::atmega4809::usart0::ctrlc::CTRLC_SPEC
read()
method returns ctrlc::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::ctrld::CTRLD_SPEC
impl Readable for avr_device::atmega4809::usart0::ctrld::CTRLD_SPEC
read()
method returns ctrld::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::usart0::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::usart0::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::rxdatah::RXDATAH_SPEC
impl Readable for avr_device::atmega4809::usart0::rxdatah::RXDATAH_SPEC
read()
method returns rxdatah::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::rxdatal::RXDATAL_SPEC
impl Readable for avr_device::atmega4809::usart0::rxdatal::RXDATAL_SPEC
read()
method returns rxdatal::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC
impl Readable for avr_device::atmega4809::usart0::rxplctrl::RXPLCTRL_SPEC
read()
method returns rxplctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::usart0::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::txdatah::TXDATAH_SPEC
impl Readable for avr_device::atmega4809::usart0::txdatah::TXDATAH_SPEC
read()
method returns txdatah::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::txdatal::TXDATAL_SPEC
impl Readable for avr_device::atmega4809::usart0::txdatal::TXDATAL_SPEC
read()
method returns txdatal::R reader structure
source§impl Readable for avr_device::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC
impl Readable for avr_device::atmega4809::usart0::txplctrl::TXPLCTRL_SPEC
read()
method returns txplctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::baud::BAUD_SPEC
impl Readable for avr_device::atmega4809::usart1::baud::BAUD_SPEC
read()
method returns baud::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::usart1::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::usart1::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::ctrlc::CTRLC_SPEC
impl Readable for avr_device::atmega4809::usart1::ctrlc::CTRLC_SPEC
read()
method returns ctrlc::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::ctrld::CTRLD_SPEC
impl Readable for avr_device::atmega4809::usart1::ctrld::CTRLD_SPEC
read()
method returns ctrld::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::usart1::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::usart1::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::rxdatah::RXDATAH_SPEC
impl Readable for avr_device::atmega4809::usart1::rxdatah::RXDATAH_SPEC
read()
method returns rxdatah::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::rxdatal::RXDATAL_SPEC
impl Readable for avr_device::atmega4809::usart1::rxdatal::RXDATAL_SPEC
read()
method returns rxdatal::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC
impl Readable for avr_device::atmega4809::usart1::rxplctrl::RXPLCTRL_SPEC
read()
method returns rxplctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::usart1::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::txdatah::TXDATAH_SPEC
impl Readable for avr_device::atmega4809::usart1::txdatah::TXDATAH_SPEC
read()
method returns txdatah::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::txdatal::TXDATAL_SPEC
impl Readable for avr_device::atmega4809::usart1::txdatal::TXDATAL_SPEC
read()
method returns txdatal::R reader structure
source§impl Readable for avr_device::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC
impl Readable for avr_device::atmega4809::usart1::txplctrl::TXPLCTRL_SPEC
read()
method returns txplctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::baud::BAUD_SPEC
impl Readable for avr_device::atmega4809::usart2::baud::BAUD_SPEC
read()
method returns baud::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::usart2::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::usart2::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::ctrlc::CTRLC_SPEC
impl Readable for avr_device::atmega4809::usart2::ctrlc::CTRLC_SPEC
read()
method returns ctrlc::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::ctrld::CTRLD_SPEC
impl Readable for avr_device::atmega4809::usart2::ctrld::CTRLD_SPEC
read()
method returns ctrld::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::usart2::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::usart2::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::rxdatah::RXDATAH_SPEC
impl Readable for avr_device::atmega4809::usart2::rxdatah::RXDATAH_SPEC
read()
method returns rxdatah::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::rxdatal::RXDATAL_SPEC
impl Readable for avr_device::atmega4809::usart2::rxdatal::RXDATAL_SPEC
read()
method returns rxdatal::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC
impl Readable for avr_device::atmega4809::usart2::rxplctrl::RXPLCTRL_SPEC
read()
method returns rxplctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::usart2::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::txdatah::TXDATAH_SPEC
impl Readable for avr_device::atmega4809::usart2::txdatah::TXDATAH_SPEC
read()
method returns txdatah::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::txdatal::TXDATAL_SPEC
impl Readable for avr_device::atmega4809::usart2::txdatal::TXDATAL_SPEC
read()
method returns txdatal::R reader structure
source§impl Readable for avr_device::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC
impl Readable for avr_device::atmega4809::usart2::txplctrl::TXPLCTRL_SPEC
read()
method returns txplctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::baud::BAUD_SPEC
impl Readable for avr_device::atmega4809::usart3::baud::BAUD_SPEC
read()
method returns baud::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::usart3::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::usart3::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::ctrlc::CTRLC_SPEC
impl Readable for avr_device::atmega4809::usart3::ctrlc::CTRLC_SPEC
read()
method returns ctrlc::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::ctrld::CTRLD_SPEC
impl Readable for avr_device::atmega4809::usart3::ctrld::CTRLD_SPEC
read()
method returns ctrld::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC
impl Readable for avr_device::atmega4809::usart3::dbgctrl::DBGCTRL_SPEC
read()
method returns dbgctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::evctrl::EVCTRL_SPEC
impl Readable for avr_device::atmega4809::usart3::evctrl::EVCTRL_SPEC
read()
method returns evctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::rxdatah::RXDATAH_SPEC
impl Readable for avr_device::atmega4809::usart3::rxdatah::RXDATAH_SPEC
read()
method returns rxdatah::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::rxdatal::RXDATAL_SPEC
impl Readable for avr_device::atmega4809::usart3::rxdatal::RXDATAL_SPEC
read()
method returns rxdatal::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC
impl Readable for avr_device::atmega4809::usart3::rxplctrl::RXPLCTRL_SPEC
read()
method returns rxplctrl::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::usart3::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::txdatah::TXDATAH_SPEC
impl Readable for avr_device::atmega4809::usart3::txdatah::TXDATAH_SPEC
read()
method returns txdatah::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::txdatal::TXDATAL_SPEC
impl Readable for avr_device::atmega4809::usart3::txdatal::TXDATAL_SPEC
read()
method returns txdatal::R reader structure
source§impl Readable for avr_device::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC
impl Readable for avr_device::atmega4809::usart3::txplctrl::TXPLCTRL_SPEC
read()
method returns txplctrl::R reader structure
source§impl Readable for USERROW0_SPEC
impl Readable for USERROW0_SPEC
read()
method returns userrow0::R reader structure
source§impl Readable for USERROW1_SPEC
impl Readable for USERROW1_SPEC
read()
method returns userrow1::R reader structure
source§impl Readable for USERROW2_SPEC
impl Readable for USERROW2_SPEC
read()
method returns userrow2::R reader structure
source§impl Readable for USERROW3_SPEC
impl Readable for USERROW3_SPEC
read()
method returns userrow3::R reader structure
source§impl Readable for USERROW4_SPEC
impl Readable for USERROW4_SPEC
read()
method returns userrow4::R reader structure
source§impl Readable for USERROW5_SPEC
impl Readable for USERROW5_SPEC
read()
method returns userrow5::R reader structure
source§impl Readable for USERROW6_SPEC
impl Readable for USERROW6_SPEC
read()
method returns userrow6::R reader structure
source§impl Readable for USERROW7_SPEC
impl Readable for USERROW7_SPEC
read()
method returns userrow7::R reader structure
source§impl Readable for USERROW8_SPEC
impl Readable for USERROW8_SPEC
read()
method returns userrow8::R reader structure
source§impl Readable for USERROW9_SPEC
impl Readable for USERROW9_SPEC
read()
method returns userrow9::R reader structure
source§impl Readable for USERROW10_SPEC
impl Readable for USERROW10_SPEC
read()
method returns userrow10::R reader structure
source§impl Readable for USERROW11_SPEC
impl Readable for USERROW11_SPEC
read()
method returns userrow11::R reader structure
source§impl Readable for USERROW12_SPEC
impl Readable for USERROW12_SPEC
read()
method returns userrow12::R reader structure
source§impl Readable for USERROW13_SPEC
impl Readable for USERROW13_SPEC
read()
method returns userrow13::R reader structure
source§impl Readable for USERROW14_SPEC
impl Readable for USERROW14_SPEC
read()
method returns userrow14::R reader structure
source§impl Readable for USERROW15_SPEC
impl Readable for USERROW15_SPEC
read()
method returns userrow15::R reader structure
source§impl Readable for USERROW16_SPEC
impl Readable for USERROW16_SPEC
read()
method returns userrow16::R reader structure
source§impl Readable for USERROW17_SPEC
impl Readable for USERROW17_SPEC
read()
method returns userrow17::R reader structure
source§impl Readable for USERROW18_SPEC
impl Readable for USERROW18_SPEC
read()
method returns userrow18::R reader structure
source§impl Readable for USERROW19_SPEC
impl Readable for USERROW19_SPEC
read()
method returns userrow19::R reader structure
source§impl Readable for USERROW20_SPEC
impl Readable for USERROW20_SPEC
read()
method returns userrow20::R reader structure
source§impl Readable for USERROW21_SPEC
impl Readable for USERROW21_SPEC
read()
method returns userrow21::R reader structure
source§impl Readable for USERROW22_SPEC
impl Readable for USERROW22_SPEC
read()
method returns userrow22::R reader structure
source§impl Readable for USERROW23_SPEC
impl Readable for USERROW23_SPEC
read()
method returns userrow23::R reader structure
source§impl Readable for USERROW24_SPEC
impl Readable for USERROW24_SPEC
read()
method returns userrow24::R reader structure
source§impl Readable for USERROW25_SPEC
impl Readable for USERROW25_SPEC
read()
method returns userrow25::R reader structure
source§impl Readable for USERROW26_SPEC
impl Readable for USERROW26_SPEC
read()
method returns userrow26::R reader structure
source§impl Readable for USERROW27_SPEC
impl Readable for USERROW27_SPEC
read()
method returns userrow27::R reader structure
source§impl Readable for USERROW28_SPEC
impl Readable for USERROW28_SPEC
read()
method returns userrow28::R reader structure
source§impl Readable for USERROW29_SPEC
impl Readable for USERROW29_SPEC
read()
method returns userrow29::R reader structure
source§impl Readable for USERROW30_SPEC
impl Readable for USERROW30_SPEC
read()
method returns userrow30::R reader structure
source§impl Readable for USERROW31_SPEC
impl Readable for USERROW31_SPEC
read()
method returns userrow31::R reader structure
source§impl Readable for USERROW32_SPEC
impl Readable for USERROW32_SPEC
read()
method returns userrow32::R reader structure
source§impl Readable for USERROW33_SPEC
impl Readable for USERROW33_SPEC
read()
method returns userrow33::R reader structure
source§impl Readable for USERROW34_SPEC
impl Readable for USERROW34_SPEC
read()
method returns userrow34::R reader structure
source§impl Readable for USERROW35_SPEC
impl Readable for USERROW35_SPEC
read()
method returns userrow35::R reader structure
source§impl Readable for USERROW36_SPEC
impl Readable for USERROW36_SPEC
read()
method returns userrow36::R reader structure
source§impl Readable for USERROW37_SPEC
impl Readable for USERROW37_SPEC
read()
method returns userrow37::R reader structure
source§impl Readable for USERROW38_SPEC
impl Readable for USERROW38_SPEC
read()
method returns userrow38::R reader structure
source§impl Readable for USERROW39_SPEC
impl Readable for USERROW39_SPEC
read()
method returns userrow39::R reader structure
source§impl Readable for USERROW40_SPEC
impl Readable for USERROW40_SPEC
read()
method returns userrow40::R reader structure
source§impl Readable for USERROW41_SPEC
impl Readable for USERROW41_SPEC
read()
method returns userrow41::R reader structure
source§impl Readable for USERROW42_SPEC
impl Readable for USERROW42_SPEC
read()
method returns userrow42::R reader structure
source§impl Readable for USERROW43_SPEC
impl Readable for USERROW43_SPEC
read()
method returns userrow43::R reader structure
source§impl Readable for USERROW44_SPEC
impl Readable for USERROW44_SPEC
read()
method returns userrow44::R reader structure
source§impl Readable for USERROW45_SPEC
impl Readable for USERROW45_SPEC
read()
method returns userrow45::R reader structure
source§impl Readable for USERROW46_SPEC
impl Readable for USERROW46_SPEC
read()
method returns userrow46::R reader structure
source§impl Readable for USERROW47_SPEC
impl Readable for USERROW47_SPEC
read()
method returns userrow47::R reader structure
source§impl Readable for USERROW48_SPEC
impl Readable for USERROW48_SPEC
read()
method returns userrow48::R reader structure
source§impl Readable for USERROW49_SPEC
impl Readable for USERROW49_SPEC
read()
method returns userrow49::R reader structure
source§impl Readable for USERROW50_SPEC
impl Readable for USERROW50_SPEC
read()
method returns userrow50::R reader structure
source§impl Readable for USERROW51_SPEC
impl Readable for USERROW51_SPEC
read()
method returns userrow51::R reader structure
source§impl Readable for USERROW52_SPEC
impl Readable for USERROW52_SPEC
read()
method returns userrow52::R reader structure
source§impl Readable for USERROW53_SPEC
impl Readable for USERROW53_SPEC
read()
method returns userrow53::R reader structure
source§impl Readable for USERROW54_SPEC
impl Readable for USERROW54_SPEC
read()
method returns userrow54::R reader structure
source§impl Readable for USERROW55_SPEC
impl Readable for USERROW55_SPEC
read()
method returns userrow55::R reader structure
source§impl Readable for USERROW56_SPEC
impl Readable for USERROW56_SPEC
read()
method returns userrow56::R reader structure
source§impl Readable for USERROW57_SPEC
impl Readable for USERROW57_SPEC
read()
method returns userrow57::R reader structure
source§impl Readable for USERROW58_SPEC
impl Readable for USERROW58_SPEC
read()
method returns userrow58::R reader structure
source§impl Readable for USERROW59_SPEC
impl Readable for USERROW59_SPEC
read()
method returns userrow59::R reader structure
source§impl Readable for USERROW60_SPEC
impl Readable for USERROW60_SPEC
read()
method returns userrow60::R reader structure
source§impl Readable for USERROW61_SPEC
impl Readable for USERROW61_SPEC
read()
method returns userrow61::R reader structure
source§impl Readable for USERROW62_SPEC
impl Readable for USERROW62_SPEC
read()
method returns userrow62::R reader structure
source§impl Readable for USERROW63_SPEC
impl Readable for USERROW63_SPEC
read()
method returns userrow63::R reader structure
source§impl Readable for avr_device::atmega4809::vporta::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::vporta::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::vporta::in_::IN_SPEC
impl Readable for avr_device::atmega4809::vporta::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::vporta::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::vporta::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::vporta::out::OUT_SPEC
impl Readable for avr_device::atmega4809::vporta::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::vportb::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::vportb::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::vportb::in_::IN_SPEC
impl Readable for avr_device::atmega4809::vportb::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::vportb::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::vportb::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::vportb::out::OUT_SPEC
impl Readable for avr_device::atmega4809::vportb::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::vportc::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::vportc::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::vportc::in_::IN_SPEC
impl Readable for avr_device::atmega4809::vportc::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::vportc::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::vportc::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::vportc::out::OUT_SPEC
impl Readable for avr_device::atmega4809::vportc::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::vportd::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::vportd::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::vportd::in_::IN_SPEC
impl Readable for avr_device::atmega4809::vportd::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::vportd::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::vportd::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::vportd::out::OUT_SPEC
impl Readable for avr_device::atmega4809::vportd::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::vporte::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::vporte::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::vporte::in_::IN_SPEC
impl Readable for avr_device::atmega4809::vporte::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::vporte::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::vporte::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::vporte::out::OUT_SPEC
impl Readable for avr_device::atmega4809::vporte::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::vportf::dir::DIR_SPEC
impl Readable for avr_device::atmega4809::vportf::dir::DIR_SPEC
read()
method returns dir::R reader structure
source§impl Readable for avr_device::atmega4809::vportf::in_::IN_SPEC
impl Readable for avr_device::atmega4809::vportf::in_::IN_SPEC
read()
method returns in_::R reader structure
source§impl Readable for avr_device::atmega4809::vportf::intflags::INTFLAGS_SPEC
impl Readable for avr_device::atmega4809::vportf::intflags::INTFLAGS_SPEC
read()
method returns intflags::R reader structure
source§impl Readable for avr_device::atmega4809::vportf::out::OUT_SPEC
impl Readable for avr_device::atmega4809::vportf::out::OUT_SPEC
read()
method returns out::R reader structure
source§impl Readable for avr_device::atmega4809::vref::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::vref::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::vref::ctrlb::CTRLB_SPEC
impl Readable for avr_device::atmega4809::vref::ctrlb::CTRLB_SPEC
read()
method returns ctrlb::R reader structure
source§impl Readable for avr_device::atmega4809::wdt::ctrla::CTRLA_SPEC
impl Readable for avr_device::atmega4809::wdt::ctrla::CTRLA_SPEC
read()
method returns ctrla::R reader structure
source§impl Readable for avr_device::atmega4809::wdt::status::STATUS_SPEC
impl Readable for avr_device::atmega4809::wdt::status::STATUS_SPEC
read()
method returns status::R reader structure
source§impl Readable for avr_device::attiny85::ac::acsr::ACSR_SPEC
impl Readable for avr_device::attiny85::ac::acsr::ACSR_SPEC
read()
method returns acsr::R reader structure
source§impl Readable for avr_device::attiny85::ac::adcsrb::ADCSRB_SPEC
impl Readable for avr_device::attiny85::ac::adcsrb::ADCSRB_SPEC
read()
method returns adcsrb::R reader structure
source§impl Readable for avr_device::attiny85::ac::didr0::DIDR0_SPEC
impl Readable for avr_device::attiny85::ac::didr0::DIDR0_SPEC
read()
method returns didr0::R reader structure
source§impl Readable for avr_device::attiny85::adc::adc::ADC_SPEC
impl Readable for avr_device::attiny85::adc::adc::ADC_SPEC
read()
method returns adc::R reader structure
source§impl Readable for avr_device::attiny85::adc::adcsra::ADCSRA_SPEC
impl Readable for avr_device::attiny85::adc::adcsra::ADCSRA_SPEC
read()
method returns adcsra::R reader structure
source§impl Readable for avr_device::attiny85::adc::adcsrb::ADCSRB_SPEC
impl Readable for avr_device::attiny85::adc::adcsrb::ADCSRB_SPEC
read()
method returns adcsrb::R reader structure
source§impl Readable for avr_device::attiny85::adc::admux::ADMUX_SPEC
impl Readable for avr_device::attiny85::adc::admux::ADMUX_SPEC
read()
method returns admux::R reader structure
source§impl Readable for avr_device::attiny85::adc::didr0::DIDR0_SPEC
impl Readable for avr_device::attiny85::adc::didr0::DIDR0_SPEC
read()
method returns didr0::R reader structure
source§impl Readable for avr_device::attiny85::boot_load::spmcsr::SPMCSR_SPEC
impl Readable for avr_device::attiny85::boot_load::spmcsr::SPMCSR_SPEC
read()
method returns spmcsr::R reader structure
source§impl Readable for avr_device::attiny85::cpu::clkpr::CLKPR_SPEC
impl Readable for avr_device::attiny85::cpu::clkpr::CLKPR_SPEC
read()
method returns clkpr::R reader structure
source§impl Readable for avr_device::attiny85::cpu::gpior0::GPIOR0_SPEC
impl Readable for avr_device::attiny85::cpu::gpior0::GPIOR0_SPEC
read()
method returns gpior0::R reader structure
source§impl Readable for avr_device::attiny85::cpu::gpior1::GPIOR1_SPEC
impl Readable for avr_device::attiny85::cpu::gpior1::GPIOR1_SPEC
read()
method returns gpior1::R reader structure
source§impl Readable for avr_device::attiny85::cpu::gpior2::GPIOR2_SPEC
impl Readable for avr_device::attiny85::cpu::gpior2::GPIOR2_SPEC
read()
method returns gpior2::R reader structure
source§impl Readable for avr_device::attiny85::cpu::mcucr::MCUCR_SPEC
impl Readable for avr_device::attiny85::cpu::mcucr::MCUCR_SPEC
read()
method returns mcucr::R reader structure
source§impl Readable for avr_device::attiny85::cpu::mcusr::MCUSR_SPEC
impl Readable for avr_device::attiny85::cpu::mcusr::MCUSR_SPEC
read()
method returns mcusr::R reader structure
source§impl Readable for avr_device::attiny85::cpu::osccal::OSCCAL_SPEC
impl Readable for avr_device::attiny85::cpu::osccal::OSCCAL_SPEC
read()
method returns osccal::R reader structure
source§impl Readable for avr_device::attiny85::cpu::pllcsr::PLLCSR_SPEC
impl Readable for avr_device::attiny85::cpu::pllcsr::PLLCSR_SPEC
read()
method returns pllcsr::R reader structure
source§impl Readable for avr_device::attiny85::cpu::prr::PRR_SPEC
impl Readable for avr_device::attiny85::cpu::prr::PRR_SPEC
read()
method returns prr::R reader structure
source§impl Readable for avr_device::attiny85::eeprom::eear::EEAR_SPEC
impl Readable for avr_device::attiny85::eeprom::eear::EEAR_SPEC
read()
method returns eear::R reader structure
source§impl Readable for avr_device::attiny85::eeprom::eecr::EECR_SPEC
impl Readable for avr_device::attiny85::eeprom::eecr::EECR_SPEC
read()
method returns eecr::R reader structure
source§impl Readable for avr_device::attiny85::eeprom::eedr::EEDR_SPEC
impl Readable for avr_device::attiny85::eeprom::eedr::EEDR_SPEC
read()
method returns eedr::R reader structure
source§impl Readable for avr_device::attiny85::exint::mcucr::MCUCR_SPEC
impl Readable for avr_device::attiny85::exint::mcucr::MCUCR_SPEC
read()
method returns mcucr::R reader structure
source§impl Readable for avr_device::attiny85::fuse::extended::EXTENDED_SPEC
impl Readable for avr_device::attiny85::fuse::extended::EXTENDED_SPEC
read()
method returns extended::R reader structure
source§impl Readable for avr_device::attiny85::fuse::high::HIGH_SPEC
impl Readable for avr_device::attiny85::fuse::high::HIGH_SPEC
read()
method returns high::R reader structure
source§impl Readable for avr_device::attiny85::fuse::low::LOW_SPEC
impl Readable for avr_device::attiny85::fuse::low::LOW_SPEC
read()
method returns low::R reader structure
source§impl Readable for avr_device::attiny85::lockbit::lockbit::LOCKBIT_SPEC
impl Readable for avr_device::attiny85::lockbit::lockbit::LOCKBIT_SPEC
read()
method returns lockbit::R reader structure
source§impl Readable for avr_device::attiny85::portb::ddrb::DDRB_SPEC
impl Readable for avr_device::attiny85::portb::ddrb::DDRB_SPEC
read()
method returns ddrb::R reader structure
source§impl Readable for avr_device::attiny85::portb::pinb::PINB_SPEC
impl Readable for avr_device::attiny85::portb::pinb::PINB_SPEC
read()
method returns pinb::R reader structure
source§impl Readable for avr_device::attiny85::portb::portb::PORTB_SPEC
impl Readable for avr_device::attiny85::portb::portb::PORTB_SPEC
read()
method returns portb::R reader structure
source§impl Readable for avr_device::attiny85::tc0::gtccr::GTCCR_SPEC
impl Readable for avr_device::attiny85::tc0::gtccr::GTCCR_SPEC
read()
method returns gtccr::R reader structure
source§impl Readable for avr_device::attiny85::tc0::ocr0a::OCR0A_SPEC
impl Readable for avr_device::attiny85::tc0::ocr0a::OCR0A_SPEC
read()
method returns ocr0a::R reader structure
source§impl Readable for avr_device::attiny85::tc0::ocr0b::OCR0B_SPEC
impl Readable for avr_device::attiny85::tc0::ocr0b::OCR0B_SPEC
read()
method returns ocr0b::R reader structure
source§impl Readable for avr_device::attiny85::tc0::tccr0a::TCCR0A_SPEC
impl Readable for avr_device::attiny85::tc0::tccr0a::TCCR0A_SPEC
read()
method returns tccr0a::R reader structure
source§impl Readable for avr_device::attiny85::tc0::tccr0b::TCCR0B_SPEC
impl Readable for avr_device::attiny85::tc0::tccr0b::TCCR0B_SPEC
read()
method returns tccr0b::R reader structure
source§impl Readable for avr_device::attiny85::tc0::tcnt0::TCNT0_SPEC
impl Readable for avr_device::attiny85::tc0::tcnt0::TCNT0_SPEC
read()
method returns tcnt0::R reader structure
source§impl Readable for avr_device::attiny85::tc0::tifr::TIFR_SPEC
impl Readable for avr_device::attiny85::tc0::tifr::TIFR_SPEC
read()
method returns tifr::R reader structure
source§impl Readable for avr_device::attiny85::tc0::timsk::TIMSK_SPEC
impl Readable for avr_device::attiny85::tc0::timsk::TIMSK_SPEC
read()
method returns timsk::R reader structure
source§impl Readable for avr_device::attiny85::tc1::gtccr::GTCCR_SPEC
impl Readable for avr_device::attiny85::tc1::gtccr::GTCCR_SPEC
read()
method returns gtccr::R reader structure
source§impl Readable for avr_device::attiny85::tc1::ocr1a::OCR1A_SPEC
impl Readable for avr_device::attiny85::tc1::ocr1a::OCR1A_SPEC
read()
method returns ocr1a::R reader structure
source§impl Readable for avr_device::attiny85::tc1::ocr1b::OCR1B_SPEC
impl Readable for avr_device::attiny85::tc1::ocr1b::OCR1B_SPEC
read()
method returns ocr1b::R reader structure
source§impl Readable for avr_device::attiny85::tc1::ocr1c::OCR1C_SPEC
impl Readable for avr_device::attiny85::tc1::ocr1c::OCR1C_SPEC
read()
method returns ocr1c::R reader structure
source§impl Readable for avr_device::attiny85::tc1::tcnt1::TCNT1_SPEC
impl Readable for avr_device::attiny85::tc1::tcnt1::TCNT1_SPEC
read()
method returns tcnt1::R reader structure
source§impl Readable for avr_device::attiny85::tc1::tifr::TIFR_SPEC
impl Readable for avr_device::attiny85::tc1::tifr::TIFR_SPEC
read()
method returns tifr::R reader structure
source§impl Readable for avr_device::attiny85::tc1::timsk::TIMSK_SPEC
impl Readable for avr_device::attiny85::tc1::timsk::TIMSK_SPEC
read()
method returns timsk::R reader structure