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::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 ADCSRA_SPEC
impl Readable for 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 SPMCSR_SPEC
impl Readable for SPMCSR_SPEC
read() method returns spmcsr::R reader structure
source§impl Readable for GPIOR0_SPEC
impl Readable for GPIOR0_SPEC
read() method returns gpior0::R reader structure
source§impl Readable for GPIOR1_SPEC
impl Readable for GPIOR1_SPEC
read() method returns gpior1::R reader structure
source§impl Readable for GPIOR2_SPEC
impl Readable for 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 OSCCAL_SPEC
impl Readable for OSCCAL_SPEC
read() method returns osccal::R reader structure
source§impl Readable for PCMSK0_SPEC
impl Readable for PCMSK0_SPEC
read() method returns pcmsk0::R reader structure
source§impl Readable for PCMSK1_SPEC
impl Readable for PCMSK1_SPEC
read() method returns pcmsk1::R reader structure
source§impl Readable for PCMSK2_SPEC
impl Readable for PCMSK2_SPEC
read() method returns pcmsk2::R reader structure
source§impl Readable for EXTENDED_SPEC
impl Readable for EXTENDED_SPEC
read() method returns extended::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 LOCKBIT_SPEC
impl Readable for LOCKBIT_SPEC
read() method returns lockbit::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 TCCR0A_SPEC
impl Readable for TCCR0A_SPEC
read() method returns tccr0a::R reader structure
source§impl Readable for TCCR0B_SPEC
impl Readable for TCCR0B_SPEC
read() method returns tccr0b::R reader structure
source§impl Readable for TIMSK0_SPEC
impl Readable for TIMSK0_SPEC
read() method returns timsk0::R reader structure
source§impl Readable for TCCR1A_SPEC
impl Readable for TCCR1A_SPEC
read() method returns tccr1a::R reader structure
source§impl Readable for TCCR1B_SPEC
impl Readable for TCCR1B_SPEC
read() method returns tccr1b::R reader structure
source§impl Readable for TCCR1C_SPEC
impl Readable for TCCR1C_SPEC
read() method returns tccr1c::R reader structure
source§impl Readable for TIMSK1_SPEC
impl Readable for TIMSK1_SPEC
read() method returns timsk1::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 TCCR2A_SPEC
impl Readable for TCCR2A_SPEC
read() method returns tccr2a::R reader structure
source§impl Readable for TCCR2B_SPEC
impl Readable for TCCR2B_SPEC
read() method returns tccr2b::R reader structure
source§impl Readable for TIMSK2_SPEC
impl Readable for TIMSK2_SPEC
read() method returns timsk2::R reader structure
source§impl Readable for TCCR3A_SPEC
impl Readable for TCCR3A_SPEC
read() method returns tccr3a::R reader structure
source§impl Readable for TCCR3B_SPEC
impl Readable for TCCR3B_SPEC
read() method returns tccr3b::R reader structure
source§impl Readable for TCCR3C_SPEC
impl Readable for TCCR3C_SPEC
read() method returns tccr3c::R reader structure
source§impl Readable for TIMSK3_SPEC
impl Readable for TIMSK3_SPEC
read() method returns timsk3::R reader structure
source§impl Readable for TCCR4A_SPEC
impl Readable for TCCR4A_SPEC
read() method returns tccr4a::R reader structure
source§impl Readable for TCCR4B_SPEC
impl Readable for TCCR4B_SPEC
read() method returns tccr4b::R reader structure
source§impl Readable for TCCR4C_SPEC
impl Readable for TCCR4C_SPEC
read() method returns tccr4c::R reader structure
source§impl Readable for TIMSK4_SPEC
impl Readable for 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 UCSR0A_SPEC
impl Readable for UCSR0A_SPEC
read() method returns ucsr0a::R reader structure
source§impl Readable for UCSR0B_SPEC
impl Readable for UCSR0B_SPEC
read() method returns ucsr0b::R reader structure
source§impl Readable for UCSR0C_SPEC
impl Readable for UCSR0C_SPEC
read() method returns ucsr0c::R reader structure
source§impl Readable for UCSR1A_SPEC
impl Readable for UCSR1A_SPEC
read() method returns ucsr1a::R reader structure
source§impl Readable for UCSR1B_SPEC
impl Readable for UCSR1B_SPEC
read() method returns ucsr1b::R reader structure
source§impl Readable for UCSR1C_SPEC
impl Readable for UCSR1C_SPEC
read() method returns ucsr1c::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