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::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 ADCSRA_SPEC
impl Readable for 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::didr0::DIDR0_SPEC
impl Readable for avr_device::attiny85::adc::didr0::DIDR0_SPEC
read()
method returns didr0::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::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 OSCCAL_SPEC
impl Readable for OSCCAL_SPEC
read()
method returns osccal::R reader structure
source§impl Readable for PLLCSR_SPEC
impl Readable for PLLCSR_SPEC
read()
method returns pllcsr::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 EXTENDED_SPEC
impl Readable for EXTENDED_SPEC
read()
method returns extended::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::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 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 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::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