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 stm32g0_staging::stm32g0b0::adc::ccr::PRESC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::adc::cfgr1::EXTEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::adc::cfgr1::EXTSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::adc::cfgr1::RES

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::adc::cfgr2::CKMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::adc::cfgr2::OVSR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::adc::cfgr2::OVSS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::adc::chselr1::SQ1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::adc::smpr::SMP1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::dma1::ch::cr::PL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::dma1::ch::cr::PSIZE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::dma2::ch::cr::PL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::dma2::ch::cr::PSIZE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::exti::exticr1::EXTI0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpioa::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpioa::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpioa::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpioa::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpioa::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpiob::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpiob::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpiob::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpiob::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::gpiob::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::i2c1::cr1::DNF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::i2c1::oar2::OA2MSK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::iwdg::kr::KEY

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::iwdg::pr::PR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::bdcr::LSEDRV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::bdcr::RTCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::ccipr2::I2S1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::ccipr2::USBSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::ccipr::ADCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::ccipr::I2C1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::ccipr::I2C2SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::ccipr::USART1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::cfgr::HPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::cfgr::MCO2PRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::cfgr::MCO2SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::cfgr::PPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::cfgr::SW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::cfgr::SWS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::cr::HSIDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rcc::pllcfgr::PLLSRC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rtc::cr::OSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rtc::cr::WUCKSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::rtc::wpr::KEY

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::spi1::cr1::BR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::spi1::cr2::DS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::spi1::i2scfgr::DATLEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::spi1::i2scfgr::I2SCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::spi1::i2scfgr::I2SSTD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::spi1::sr::FRLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::spi1::sr::FTLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::syscfg::cfgr1::IR_MOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::syscfg::cfgr1::MEM_MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim1::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim3::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim6::cr2::MMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim14::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim14::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim14::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim14::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim14::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim14::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim15::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim15::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim15::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim15::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim15::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim15::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim15::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim15::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim16::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim16::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim16::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim16::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim16::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim16::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::tim16::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usart1::cr2::ABRMOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usart1::cr2::STOP

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usart1::cr3::RXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usart1::cr3::TXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usart1::cr3::WUS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usart1::presc::PRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usb::chepr::STATRXR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usb::chepr::STATRXW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usb::chepr::STATTXR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usb::chepr::STATTXW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::usb::chepr::UTYPE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0b0::wwdg::cfr::WDGTB

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::ccr::PRESC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::cfgr1::EXTEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::cfgr1::EXTSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::cfgr1::RES

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::cfgr2::CKMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::cfgr2::OVSR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::cfgr2::OVSS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::chselr1::SQ1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::adc::smpr::SMP1

Source§

type Ux = u8

Source§

impl FieldSpec for CHMOD1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::aes::cr::DATATYPE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::aes::cr::GCMPH

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::aes::cr::MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::dma1::ch::cr::PL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::dma1::ch::cr::PSIZE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::dma2::ch::cr::PL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::dma2::ch::cr::PSIZE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::exti::exticr1::EXTI0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpioa::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpioa::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpioa::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpioa::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpioa::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpiob::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpiob::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpiob::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpiob::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::gpiob::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::i2c1::cr1::DNF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::i2c1::oar2::OA2MSK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::iwdg::kr::KEY

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::iwdg::pr::PR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::bdcr::LSEDRV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::bdcr::RTCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for FDCANSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr2::I2S1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr2::USBSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr::ADCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr::I2C1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr::I2C2SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr::LPTIM1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for LPUART2SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr::RNGDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr::RNGSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::ccipr::USART1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::cfgr::HPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::cfgr::MCO2PRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::cfgr::MCO2SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::cfgr::PPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::cfgr::SW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::cfgr::SWS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::cr::HSIDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rcc::pllcfgr::PLLSRC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rtc::cr::OSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rtc::cr::WUCKSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::rtc::wpr::KEY

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::spi1::cr1::BR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::spi1::cr2::DS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::spi1::i2scfgr::DATLEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::spi1::i2scfgr::I2SCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::spi1::i2scfgr::I2SSTD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::spi1::sr::FRLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::spi1::sr::FTLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::syscfg::cfgr1::IR_MOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::syscfg::cfgr1::MEM_MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim1::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim2::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim3::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim6::cr2::MMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim14::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim14::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim14::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim14::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim14::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim14::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim15::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim15::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim15::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim15::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim15::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim15::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim15::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim15::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim16::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim16::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim16::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim16::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim16::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim16::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::tim16::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::ucpd1::cfgr1::PSC_USBPDCLK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::ucpd1::cr::ANASUBMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::ucpd1::cr::CCENABLE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::ucpd1::cr::TXMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::ucpd1::rx_ordsetr::RXORDSET

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::ucpd1::rx_ordsetr::RXSOPKINVALID

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::ucpd1::sr::TYPEC_VSTATE_CC1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usart1::cr2::ABRMOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usart1::cr2::STOP

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usart1::cr3::RXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usart1::cr3::TXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usart1::cr3::WUS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usart1::presc::PRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usb::chepr::STATRXR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usb::chepr::STATRXW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usb::chepr::STATTXR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usb::chepr::STATTXW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::usb::chepr::UTYPE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g0c1::wwdg::cfr::WDGTB

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::ccr::PRESC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::cfgr1::EXTEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::cfgr1::EXTSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::cfgr1::RES

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::cfgr2::CKMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::cfgr2::OVSR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::cfgr2::OVSS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::chselr1::SQ1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::adc::smpr::SMP1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::dma1::ch::cr::PL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::dma1::ch::cr::PSIZE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::exti::exticr1::EXTI0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpioa::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpioa::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpioa::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpioa::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpioa::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpiob::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpiob::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpiob::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpiob::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::gpiob::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::i2c1::cr1::DNF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::i2c1::oar2::OA2MSK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::iwdg::kr::KEY

Source§

impl FieldSpec for stm32g0_staging::stm32g030::iwdg::pr::PR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::bdcr::LSEDRV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::bdcr::RTCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::ccipr::ADCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::ccipr::I2C1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::ccipr::I2S1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::ccipr::USART1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::cfgr::HPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::cfgr::MCOPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::cfgr::MCOSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::cfgr::PPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::cfgr::SW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::cfgr::SWS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::cr::HSIDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rcc::pllcfgr::PLLSRC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rtc::cr::OSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rtc::cr::WUCKSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::rtc::wpr::KEY

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::spi1::cr1::BR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::spi1::cr2::DS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::spi1::i2scfgr::DATLEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::spi1::i2scfgr::I2SCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::spi1::i2scfgr::I2SSTD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::spi1::sr::FRLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::spi1::sr::FTLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::syscfg::cfgr1::IR_MOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::syscfg::cfgr1::MEM_MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim1::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim3::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim14::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim14::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim14::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim14::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim14::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim14::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim16::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim16::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim16::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim16::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim16::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim16::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::tim16::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::usart1::cr2::ABRMOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::usart1::cr2::STOP

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::usart1::cr3::RXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::usart1::cr3::TXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::usart1::cr3::WUS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::usart1::presc::PRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g030::wwdg::cfr::WDGTB

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::ccr::PRESC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::cfgr1::EXTEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::cfgr1::EXTSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::cfgr1::RES

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::cfgr2::CKMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::cfgr2::OVSR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::cfgr2::OVSS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::chselr1::SQ1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::adc::smpr::SMP1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::aes::cr::CHMOD10

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::aes::cr::DATATYPE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::aes::cr::GCMPH

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::aes::cr::MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::dma1::ch::cr::PL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::dma1::ch::cr::PSIZE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::exti::exticr1::EXTI0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpioa::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpioa::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpioa::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpioa::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpioa::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpiob::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpiob::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpiob::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpiob::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::gpiob::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::i2c1::cr1::DNF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::i2c1::oar2::OA2MSK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::iwdg::kr::KEY

Source§

impl FieldSpec for stm32g0_staging::stm32g041::iwdg::pr::PR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::bdcr::LSEDRV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::bdcr::RTCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::ccipr::ADCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::ccipr::I2C1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::ccipr::I2S1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::ccipr::LPTIM1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::ccipr::LPUART1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::ccipr::RNGDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::ccipr::RNGSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::ccipr::USART1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::cfgr::HPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::cfgr::MCOPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::cfgr::MCOSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::cfgr::PPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::cfgr::SW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::cfgr::SWS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::cr::HSIDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rcc::pllcfgr::PLLSRC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rtc::cr::OSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rtc::cr::WUCKSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::rtc::wpr::KEY

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::spi1::cr1::BR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::spi1::cr2::DS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::spi1::i2scfgr::DATLEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::spi1::i2scfgr::I2SCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::spi1::i2scfgr::I2SSTD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::spi1::sr::FRLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::spi1::sr::FTLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::syscfg::cfgr1::IR_MOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::syscfg::cfgr1::MEM_MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim1::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim2::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim3::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim14::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim14::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim14::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim14::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim14::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim14::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim16::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim16::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim16::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim16::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim16::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim16::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::tim16::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::usart1::cr2::ABRMOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::usart1::cr2::STOP

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::usart1::cr3::RXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::usart1::cr3::TXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::usart1::cr3::WUS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::usart1::presc::PRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g041::wwdg::cfr::WDGTB

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::ccr::PRESC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::cfgr1::EXTEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::cfgr1::EXTSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::cfgr1::RES

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::cfgr2::CKMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::cfgr2::OVSR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::cfgr2::OVSS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::chselr1::SQ1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::adc::smpr::SMP1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::dma1::ch::cr::PL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::dma1::ch::cr::PSIZE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::exti::exticr1::EXTI0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpioa::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpioa::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpioa::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpioa::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpioa::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpiob::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpiob::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpiob::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpiob::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::gpiob::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::i2c1::cr1::DNF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::i2c1::oar2::OA2MSK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::iwdg::kr::KEY

Source§

impl FieldSpec for stm32g0_staging::stm32g070::iwdg::pr::PR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::bdcr::LSEDRV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::bdcr::RTCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::ccipr::ADCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::ccipr::I2C1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::ccipr::I2S1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::ccipr::USART1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::cfgr::HPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::cfgr::MCOPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::cfgr::MCOSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::cfgr::PPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::cfgr::SW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::cfgr::SWS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::cr::HSIDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rcc::pllcfgr::PLLSRC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rtc::cr::OSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rtc::cr::WUCKSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::rtc::wpr::KEY

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::spi1::cr1::BR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::spi1::cr2::DS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::spi1::i2scfgr::DATLEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::spi1::i2scfgr::I2SCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::spi1::i2scfgr::I2SSTD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::spi1::sr::FRLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::spi1::sr::FTLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::syscfg::cfgr1::IR_MOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::syscfg::cfgr1::MEM_MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim1::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim3::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim6::cr2::MMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim14::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim14::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim14::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim14::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim14::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim14::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim15::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim15::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim15::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim15::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim15::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim15::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim15::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim15::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim16::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim16::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim16::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim16::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim16::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim16::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::tim16::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::usart1::cr2::ABRMOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::usart1::cr2::STOP

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::usart1::cr3::RXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::usart1::cr3::TXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::usart1::cr3::WUS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::usart1::presc::PRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g070::wwdg::cfr::WDGTB

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::ccr::PRESC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::cfgr1::EXTEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::cfgr1::EXTSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::cfgr1::RES

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::cfgr2::CKMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::cfgr2::OVSR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::cfgr2::OVSS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::chselr1::SQ1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::adc::smpr::SMP1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::aes::cr::CHMOD10

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::aes::cr::DATATYPE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::aes::cr::GCMPH

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::aes::cr::MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::dma1::ch::cr::PL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::dma1::ch::cr::PSIZE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::exti::exticr1::EXTI0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpioa::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpioa::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpioa::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpioa::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpioa::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpiob::afrh::AFSEL8

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpiob::afrl::AFSEL0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpiob::moder::MODER0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpiob::ospeedr::OSPEEDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::gpiob::pupdr::PUPDR0

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::i2c1::cr1::DNF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::i2c1::oar2::OA2MSK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::iwdg::kr::KEY

Source§

impl FieldSpec for stm32g0_staging::stm32g081::iwdg::pr::PR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::bdcr::LSEDRV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::bdcr::RTCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::ccipr::ADCSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::ccipr::I2C1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::ccipr::I2S1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::ccipr::LPTIM1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::ccipr::LPUART1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::ccipr::RNGDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::ccipr::RNGSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::ccipr::USART1SEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::cfgr::HPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::cfgr::MCOPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::cfgr::MCOSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::cfgr::PPRE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::cfgr::SW

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::cfgr::SWS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::cr::HSIDIV

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rcc::pllcfgr::PLLSRC

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rtc::cr::OSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rtc::cr::WUCKSEL

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::rtc::wpr::KEY

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::spi1::cr1::BR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::spi1::cr2::DS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::spi1::i2scfgr::DATLEN

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::spi1::i2scfgr::I2SCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::spi1::i2scfgr::I2SSTD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::spi1::sr::FRLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::spi1::sr::FTLVLR

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::syscfg::cfgr1::IR_MOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::syscfg::cfgr1::MEM_MODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim1::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim2::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::ccmr2_input::CC3S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::ccmr2_input::CC4S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::cr1::CMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::smcr::ETF

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim3::smcr::ETPS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim6::cr2::MMS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim14::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim14::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim14::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim14::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim14::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim14::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim15::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim15::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim15::ccmr1_input::CC2S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim15::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim15::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim15::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim15::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim15::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim16::bdtr::LOCK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim16::ccmr1_input::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim16::ccmr1_input::ICFILTER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim16::ccmr1_input::ICPRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim16::ccmr1_output::CC1S

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim16::ccmr1_output::OC1M

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::tim16::cr1::CKD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::ucpd1::cfgr1::PSC_USBPDCLK

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::ucpd1::cr::ANASUBMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::ucpd1::cr::CCENABLE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::ucpd1::cr::TXMODE

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::ucpd1::rx_ordsetr::RXORDSET

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::ucpd1::rx_ordsetr::RXSOPKINVALID

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::ucpd1::sr::TYPEC_VSTATE_CC1

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::usart1::cr2::ABRMOD

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::usart1::cr2::STOP

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::usart1::cr3::RXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::usart1::cr3::TXFTCFG

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::usart1::cr3::WUS

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::usart1::presc::PRESCALER

Source§

type Ux = u8

Source§

impl FieldSpec for stm32g0_staging::stm32g081::wwdg::cfr::WDGTB

Source§

type Ux = u8