FieldSpec

Trait FieldSpec 

Source
pub trait FieldSpec: Sized {
    type Ux: Copy + Debug + PartialEq + From<Self>;
}
Expand description

Raw field type

Required Associated Types§

Source

type Ux: Copy + Debug + PartialEq + From<Self>

Raw field type (u8, u16, u32, …).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FieldSpec for u8

Source§

type Ux = u8

Source§

impl FieldSpec for u16

Source§

impl FieldSpec for u32

Source§

impl FieldSpec for u64

Implementors§

Source§

impl FieldSpec for avr_device::atmega32u4::ac::acsr::ACIS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::adc::adcsra::ADPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::adc::adcsrb::ADTS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::adc::admux::REFS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::cpu::clkpr::CLKPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for RAMPZ_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::cpu::smcr::SM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::eeprom::eecr::EEPM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::exint::eicra::ISC0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::exint::eicra::ISC1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::exint::eicra::ISC2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::exint::eicra::ISC3_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::exint::eicrb::ISC4_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::exint::eicrb::ISC5_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::exint::eicrb::ISC6_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::exint::eicrb::ISC7_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::fuse::extended::BODLEVEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::fuse::high::BOOTSZ_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::fuse::low::SUT_CKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::lockbit::lockbit::BLB0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::lockbit::lockbit::BLB1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::lockbit::lockbit::LB_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::pll::pllfrq::PDIV_A

Source§

type Ux = u8

Source§

impl FieldSpec for PLLTM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::spi::spcr::SPR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::tc0::tccr0a::COM0B_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::tc0::tccr0a::WGM0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::tc0::tccr0b::CS0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::tc1::tccr1a::COM1C_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::tc1::tccr1b::CS1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::tc3::tccr3a::COM3C_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::tc3::tccr3b::CS3_A

Source§

type Ux = u8

Source§

impl FieldSpec for COM4B_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::tc4::tccr4b::CS4_A

Source§

type Ux = u8

Source§

impl FieldSpec for DTPS4_A

Source§

type Ux = u8

Source§

impl FieldSpec for COM4D_A

Source§

type Ux = u8

Source§

impl FieldSpec for WGM4_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::twi::twsr::TWPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::usart1::ucsr1c::UCSZ1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::usart1::ucsr1c::UMSEL1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::usart1::ucsr1c::UPM1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega32u4::wdt::wdtcsr::WDPL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::ac::acsr::ACIS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::adc::adcsra::ADPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::adc::adcsrb::ADTS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::adc::admux::MUX_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::adc::admux::REFS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::cpu::clkpr::CLKPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::cpu::smcr::SM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::eeprom::eecr::EEPM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::exint::eicra::ISC0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::exint::eicra::ISC1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::fuse::extended::BODLEVEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::fuse::high::BOOTSZ_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::fuse::low::SUT_CKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::lockbit::lockbit::BLB0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::lockbit::lockbit::BLB1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::lockbit::lockbit::LB_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::spi::spcr::SPR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::tc0::tccr0a::COM0B_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::tc0::tccr0a::WGM0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::tc0::tccr0b::CS0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::tc1::tccr1a::COM1B_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::tc1::tccr1b::CS1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::tc2::tccr2a::COM2B_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::tc2::tccr2a::WGM2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::tc2::tccr2b::CS2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::twi::twsr::TWPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::usart0::ucsr0c::UCSZ0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::usart0::ucsr0c::UMSEL0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::usart0::ucsr0c::UPM0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega328p::wdt::wdtcsr::WDPL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::ac::acsr::ACIS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::adc::adcsra::ADPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::adc::adcsrb::ADTS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::adc::admux::MUX_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::adc::admux::REFS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::cpu::clkpr::CLKPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::cpu::smcr::SM_A

Source§

type Ux = u8

Source§

impl FieldSpec for SRL_A

Source§

type Ux = u8

Source§

impl FieldSpec for SRW0_A

Source§

type Ux = u8

Source§

impl FieldSpec for SRW1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::eeprom::eecr::EEPM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::exint::eicra::ISC0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::exint::eicra::ISC1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::exint::eicra::ISC2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::exint::eicra::ISC3_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::exint::eicrb::ISC4_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::exint::eicrb::ISC5_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::exint::eicrb::ISC6_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::exint::eicrb::ISC7_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::fuse::extended::BODLEVEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::fuse::high::BOOTSZ_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::fuse::low::SUT_CKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::lockbit::lockbit::BLB0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::lockbit::lockbit::BLB1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::lockbit::lockbit::LB_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::spi::spcr::SPR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc0::tccr0a::COM0B_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc0::tccr0a::WGM0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc0::tccr0b::CS0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc1::tccr1a::COM1C_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc1::tccr1b::CS1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc2::tccr2a::COM2B_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc2::tccr2a::WGM2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc2::tccr2b::CS2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc3::tccr3a::COM3C_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc3::tccr3b::CS3_A

Source§

type Ux = u8

Source§

impl FieldSpec for COM4C_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::tc4::tccr4b::CS4_A

Source§

type Ux = u8

Source§

impl FieldSpec for COM5C_A

Source§

type Ux = u8

Source§

impl FieldSpec for CS5_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::twi::twsr::TWPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::usart0::ucsr0c::UCSZ0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::usart0::ucsr0c::UMSEL0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::usart0::ucsr0c::UPM0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::usart1::ucsr1c::UCSZ1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::usart1::ucsr1c::UMSEL1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::usart1::ucsr1c::UPM1_A

Source§

type Ux = u8

Source§

impl FieldSpec for UCSZ2_A

Source§

type Ux = u8

Source§

impl FieldSpec for UMSEL2_A

Source§

type Ux = u8

Source§

impl FieldSpec for UPM2_A

Source§

type Ux = u8

Source§

impl FieldSpec for UCSZ3_A

Source§

type Ux = u8

Source§

impl FieldSpec for UMSEL3_A

Source§

type Ux = u8

Source§

impl FieldSpec for UPM3_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega2560::wdt::wdtcsr::WDPL_A

Source§

type Ux = u8

Source§

impl FieldSpec for HYSMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for INTMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for MUXNEG_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ac0::muxctrla::MUXPOS_A

Source§

type Ux = u8

Source§

impl FieldSpec for SAMPNUM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::adc0::ctrlc::PRESC_A

Source§

type Ux = u8

Source§

impl FieldSpec for REFSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for INITDLY_A

Source§

type Ux = u8

Source§

impl FieldSpec for WINCM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::adc0::muxpos::MUXPOS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::bod::ctrla::ACTIVE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::bod::ctrla::SLEEP_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::bod::ctrlb::LVL_A

Source§

type Ux = u8

Source§

impl FieldSpec for VLMCFG_A

Source§

type Ux = u8

Source§

impl FieldSpec for VLMLVL_A

Source§

type Ux = u8

Source§

impl FieldSpec for INTMODE0_A

Source§

type Ux = u8

Source§

impl FieldSpec for INTMODE1_A

Source§

type Ux = u8

Source§

impl FieldSpec for INTMODE2_A

Source§

type Ux = u8

Source§

impl FieldSpec for INTMODE3_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut0ctrla::CLKSRC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut0ctrla::FILTSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut0ctrlb::INSEL0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut0ctrlb::INSEL1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut0ctrlc::INSEL2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut1ctrla::CLKSRC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut1ctrla::FILTSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut1ctrlb::INSEL0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut1ctrlb::INSEL1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut1ctrlc::INSEL2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut2ctrla::CLKSRC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut2ctrla::FILTSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut2ctrlb::INSEL0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut2ctrlb::INSEL1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut2ctrlc::INSEL2_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut3ctrla::CLKSRC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut3ctrla::FILTSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut3ctrlb::INSEL0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut3ctrlb::INSEL1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::ccl::lut3ctrlc::INSEL2_A

Source§

type Ux = u8

Source§

impl FieldSpec for SEQSEL0_A

Source§

type Ux = u8

Source§

impl FieldSpec for SEQSEL1_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::clkctrl::mclkctrla::CLKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::clkctrl::mclkctrlb::PDIV_A

Source§

type Ux = u8

Source§

impl FieldSpec for CSUT_A

Source§

type Ux = u8

Source§

impl FieldSpec for CCP_A

Source§

type Ux = u8

Source§

impl FieldSpec for SRC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::channel0::GENERATOR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::channel1::GENERATOR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::channel2::GENERATOR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::channel3::GENERATOR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::channel4::GENERATOR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::channel5::GENERATOR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::channel6::GENERATOR_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::channel7::GENERATOR_A

Source§

type Ux = u8

Source§

impl FieldSpec for STROBE0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::useradc0::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userccllut0a::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userccllut0b::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userccllut1a::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userccllut1b::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userccllut2a::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userccllut2b::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userccllut3a::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userccllut3b::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userevouta::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userevoutb::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userevoutc::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userevoutd::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userevoute::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userevoutf::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::usertca0::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::usertcb0::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::usertcb1::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::usertcb2::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::usertcb3::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userusart0::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userusart1::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userusart2::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::evsys::userusart3::CHANNEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::fuse::bodcfg::ACTIVE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::fuse::bodcfg::LVL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::fuse::bodcfg::SLEEP_A

Source§

type Ux = u8

Source§

impl FieldSpec for FREQSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for CRCSRC_A

Source§

type Ux = u8

Source§

impl FieldSpec for SUT_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::fuse::wdtcfg::PERIOD_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::fuse::wdtcfg::WINDOW_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::lockbit::lockbit::LB_A

Source§

type Ux = u8

Source§

impl FieldSpec for CMD_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porta::pin0ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porta::pin1ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porta::pin2ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porta::pin3ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porta::pin4ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porta::pin5ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porta::pin6ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porta::pin7ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portb::pin0ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portb::pin1ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portb::pin2ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portb::pin3ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portb::pin4ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portb::pin5ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portb::pin6ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portb::pin7ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portc::pin0ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portc::pin1ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portc::pin2ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portc::pin3ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portc::pin4ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portc::pin5ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portc::pin6ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portc::pin7ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portd::pin0ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portd::pin1ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portd::pin2ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portd::pin3ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portd::pin4ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portd::pin5ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portd::pin6ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portd::pin7ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porte::pin0ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porte::pin1ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porte::pin2ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porte::pin3ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porte::pin4ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porte::pin5ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porte::pin6ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::porte::pin7ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portf::pin0ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portf::pin1ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portf::pin2ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portf::pin3ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portf::pin4ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portf::pin5ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portf::pin6ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::portf::pin7ctrl::ISC_A

Source§

type Ux = u8

Source§

impl FieldSpec for TCA0_A

Source§

type Ux = u8

Source§

impl FieldSpec for SPI0_A

Source§

type Ux = u8

Source§

impl FieldSpec for TWI0_A

Source§

type Ux = u8

Source§

impl FieldSpec for USART0_A

Source§

type Ux = u8

Source§

impl FieldSpec for USART1_A

Source§

type Ux = u8

Source§

impl FieldSpec for USART2_A

Source§

type Ux = u8

Source§

impl FieldSpec for USART3_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::rtc::clksel::CLKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for PRESCALER_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::rtc::pitctrla::PERIOD_A

Source§

type Ux = u8

Source§

impl FieldSpec for SMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::spi0::ctrla::PRESC_A

Source§

type Ux = u8

Source§

impl FieldSpec for MODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::tcb0::ctrla::CLKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::tcb0::ctrlb::CNTMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::tcb1::ctrla::CLKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::tcb1::ctrlb::CNTMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::tcb2::ctrla::CLKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::tcb2::ctrlb::CNTMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::tcb3::ctrla::CLKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::tcb3::ctrlb::CNTMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::twi0::ctrla::DEFAULT_SDAHOLD_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::twi0::dualctrl::DEFAULT_SDAHOLD_A

Source§

type Ux = u8

Source§

impl FieldSpec for TIMEOUT_A

Source§

type Ux = u8

Source§

impl FieldSpec for MCMD_A

Source§

type Ux = u8

Source§

impl FieldSpec for BUSSTATE_A

Source§

type Ux = u8

Source§

impl FieldSpec for SCMD_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart0::ctrla::RS485_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart0::ctrlb::RXMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart0::ctrlc::MSPI_CMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart0::ctrlc::NORMAL_CHSIZE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart0::ctrlc::NORMAL_CMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart0::ctrlc::NORMAL_PMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart0::ctrld::ABW_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart1::ctrla::RS485_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart1::ctrlb::RXMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart1::ctrlc::MSPI_CMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart1::ctrlc::NORMAL_CHSIZE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart1::ctrlc::NORMAL_CMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart1::ctrlc::NORMAL_PMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart1::ctrld::ABW_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart2::ctrla::RS485_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart2::ctrlb::RXMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart2::ctrlc::MSPI_CMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart2::ctrlc::NORMAL_CHSIZE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart2::ctrlc::NORMAL_CMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart2::ctrlc::NORMAL_PMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart2::ctrld::ABW_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart3::ctrla::RS485_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart3::ctrlb::RXMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart3::ctrlc::MSPI_CMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart3::ctrlc::NORMAL_CHSIZE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart3::ctrlc::NORMAL_CMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart3::ctrlc::NORMAL_PMODE_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::usart3::ctrld::ABW_A

Source§

type Ux = u8

Source§

impl FieldSpec for AC0REFSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for ADC0REFSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::wdt::ctrla::PERIOD_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::atmega4809::wdt::ctrla::WINDOW_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::ac::acsr::ACIS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::adc::adcsra::ADPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::adc::adcsrb::ADTS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::adc::admux::MUX_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::adc::admux::REFS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::cpu::clkpr::CLKPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::cpu::mcucr::SM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::eeprom::eecr::EEPM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::exint::mcucr::ISC0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::fuse::high::BODLEVEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::fuse::low::SUT_CKSEL_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::lockbit::lockbit::LB_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::tc0::tccr0a::COM0B_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::tc0::tccr0a::WGM0_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::tc0::tccr0b::CS0_A

Source§

type Ux = u8

Source§

impl FieldSpec for DTPS_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::tc1::gtccr::COM1B_A

Source§

type Ux = u8

Source§

impl FieldSpec for COM1A_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::tc1::tccr1::CS1_A

Source§

type Ux = u8

Source§

impl FieldSpec for USICS_A

Source§

type Ux = u8

Source§

impl FieldSpec for USIWM_A

Source§

type Ux = u8

Source§

impl FieldSpec for avr_device::attiny85::wdt::wdtcr::WDPL_A

Source§

type Ux = u8