Readable

Trait Readable 

Source
pub trait Readable: RegisterSpec {
    type Reader: From<R<Self>> + Deref<Target = R<Self>>;
}
Expand description

Trait implemented by readable registers to enable the read method.

Registers marked with Writable can be also modify’ed.

Required Associated Types§

Source

type Reader: From<R<Self>> + Deref<Target = R<Self>>

Result from a call to read and argument to modify.

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.

Implementors§

Source§

impl Readable for efm32tg108_pac::acmp0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp0::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp1::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::acmp1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for AUXHFRCOCTRL_SPEC

read() method returns auxhfrcoctrl::R reader structure

Source§

impl Readable for CALCNT_SPEC

read() method returns calcnt::R reader structure

Source§

impl Readable for CALCTRL_SPEC

read() method returns calctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::cmu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::cmu::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for HFCORECLKDIV_SPEC

read() method returns hfcoreclkdiv::R reader structure

Source§

impl Readable for HFCORECLKEN0_SPEC

read() method returns hfcoreclken0::R reader structure

Source§

impl Readable for HFPERCLKDIV_SPEC

read() method returns hfperclkdiv::R reader structure

Source§

impl Readable for HFPERCLKEN0_SPEC

read() method returns hfperclken0::R reader structure

Source§

impl Readable for HFRCOCTRL_SPEC

read() method returns hfrcoctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::cmu::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::cmu::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for LFACLKEN0_SPEC

read() method returns lfaclken0::R reader structure

Source§

impl Readable for LFAPRESC0_SPEC

read() method returns lfapresc0::R reader structure

Source§

impl Readable for LFBCLKEN0_SPEC

read() method returns lfbclken0::R reader structure

Source§

impl Readable for LFBPRESC0_SPEC

read() method returns lfbpresc0::R reader structure

Source§

impl Readable for LFCLKSEL_SPEC

read() method returns lfclksel::R reader structure

Source§

impl Readable for LFRCOCTRL_SPEC

read() method returns lfrcoctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::cmu::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for PCNTCTRL_SPEC

read() method returns pcntctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::cmu::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::cmu::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::cmu::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for ALTCTRLBASE_SPEC

read() method returns altctrlbase::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ch0_ctrl::CH0_CTRL_SPEC

read() method returns ch0_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ch1_ctrl::CH1_CTRL_SPEC

read() method returns ch1_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ch2_ctrl::CH2_CTRL_SPEC

read() method returns ch2_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ch3_ctrl::CH3_CTRL_SPEC

read() method returns ch3_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ch4_ctrl::CH4_CTRL_SPEC

read() method returns ch4_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ch5_ctrl::CH5_CTRL_SPEC

read() method returns ch5_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ch6_ctrl::CH6_CTRL_SPEC

read() method returns ch6_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ch7_ctrl::CH7_CTRL_SPEC

read() method returns ch7_ctrl::R reader structure

Source§

impl Readable for CHREQSTATUS_SPEC

read() method returns chreqstatus::R reader structure

Source§

impl Readable for CHSREQSTATUS_SPEC

read() method returns chsreqstatus::R reader structure

Source§

impl Readable for CHUSEBURSTS_SPEC

read() method returns chusebursts::R reader structure

Source§

impl Readable for CHWAITSTATUS_SPEC

read() method returns chwaitstatus::R reader structure

Source§

impl Readable for CTRLBASE_SPEC

read() method returns ctrlbase::R reader structure

Source§

impl Readable for ERRORC_SPEC

read() method returns errorc::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::dma::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for AUXCTRL_SPEC

read() method returns auxctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::emu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::emu::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32tg108_pac::gpio::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for EM4WUCAUSE_SPEC

read() method returns em4wucause::R reader structure

Source§

impl Readable for EM4WUEN_SPEC

read() method returns em4wuen::R reader structure

Source§

impl Readable for EM4WUPOL_SPEC

read() method returns em4wupol::R reader structure

Source§

impl Readable for EXTIFALL_SPEC

read() method returns extifall::R reader structure

Source§

impl Readable for EXTIPSELH_SPEC

read() method returns extipselh::R reader structure

Source§

impl Readable for EXTIPSELL_SPEC

read() method returns extipsell::R reader structure

Source§

impl Readable for EXTIRISE_SPEC

read() method returns extirise::R reader structure

Source§

impl Readable for efm32tg108_pac::gpio::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::gpio::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for INSENSE_SPEC

read() method returns insense::R reader structure

Source§

impl Readable for efm32tg108_pac::gpio::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for PA_CTRL_SPEC

read() method returns pa_ctrl::R reader structure

Source§

impl Readable for PA_DIN_SPEC

read() method returns pa_din::R reader structure

Source§

impl Readable for PA_DOUT_SPEC

read() method returns pa_dout::R reader structure

Source§

impl Readable for PA_MODEH_SPEC

read() method returns pa_modeh::R reader structure

Source§

impl Readable for PA_MODEL_SPEC

read() method returns pa_model::R reader structure

Source§

impl Readable for PA_PINLOCKN_SPEC

read() method returns pa_pinlockn::R reader structure

Source§

impl Readable for PB_CTRL_SPEC

read() method returns pb_ctrl::R reader structure

Source§

impl Readable for PB_DIN_SPEC

read() method returns pb_din::R reader structure

Source§

impl Readable for PB_DOUT_SPEC

read() method returns pb_dout::R reader structure

Source§

impl Readable for PB_MODEH_SPEC

read() method returns pb_modeh::R reader structure

Source§

impl Readable for PB_MODEL_SPEC

read() method returns pb_model::R reader structure

Source§

impl Readable for PB_PINLOCKN_SPEC

read() method returns pb_pinlockn::R reader structure

Source§

impl Readable for PC_CTRL_SPEC

read() method returns pc_ctrl::R reader structure

Source§

impl Readable for PC_DIN_SPEC

read() method returns pc_din::R reader structure

Source§

impl Readable for PC_DOUT_SPEC

read() method returns pc_dout::R reader structure

Source§

impl Readable for PC_MODEH_SPEC

read() method returns pc_modeh::R reader structure

Source§

impl Readable for PC_MODEL_SPEC

read() method returns pc_model::R reader structure

Source§

impl Readable for PC_PINLOCKN_SPEC

read() method returns pc_pinlockn::R reader structure

Source§

impl Readable for PD_CTRL_SPEC

read() method returns pd_ctrl::R reader structure

Source§

impl Readable for PD_DIN_SPEC

read() method returns pd_din::R reader structure

Source§

impl Readable for PD_DOUT_SPEC

read() method returns pd_dout::R reader structure

Source§

impl Readable for PD_MODEH_SPEC

read() method returns pd_modeh::R reader structure

Source§

impl Readable for PD_MODEL_SPEC

read() method returns pd_model::R reader structure

Source§

impl Readable for PD_PINLOCKN_SPEC

read() method returns pd_pinlockn::R reader structure

Source§

impl Readable for PE_CTRL_SPEC

read() method returns pe_ctrl::R reader structure

Source§

impl Readable for PE_DIN_SPEC

read() method returns pe_din::R reader structure

Source§

impl Readable for PE_DOUT_SPEC

read() method returns pe_dout::R reader structure

Source§

impl Readable for PE_MODEH_SPEC

read() method returns pe_modeh::R reader structure

Source§

impl Readable for PE_MODEL_SPEC

read() method returns pe_model::R reader structure

Source§

impl Readable for PE_PINLOCKN_SPEC

read() method returns pe_pinlockn::R reader structure

Source§

impl Readable for PF_CTRL_SPEC

read() method returns pf_ctrl::R reader structure

Source§

impl Readable for PF_DIN_SPEC

read() method returns pf_din::R reader structure

Source§

impl Readable for PF_DOUT_SPEC

read() method returns pf_dout::R reader structure

Source§

impl Readable for PF_MODEH_SPEC

read() method returns pf_modeh::R reader structure

Source§

impl Readable for PF_MODEL_SPEC

read() method returns pf_model::R reader structure

Source§

impl Readable for PF_PINLOCKN_SPEC

read() method returns pf_pinlockn::R reader structure

Source§

impl Readable for efm32tg108_pac::gpio::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::i2c0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32tg108_pac::i2c0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::i2c0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::i2c0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::i2c0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::i2c0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for RXDATAP_SPEC

read() method returns rxdatap::R reader structure

Source§

impl Readable for SADDR_SPEC

read() method returns saddr::R reader structure

Source§

impl Readable for SADDRMASK_SPEC

read() method returns saddrmask::R reader structure

Source§

impl Readable for STATE_SPEC

read() method returns state::R reader structure

Source§

impl Readable for efm32tg108_pac::i2c0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for ALTEXCONF_SPEC

read() method returns altexconf::R reader structure

Source§

impl Readable for BIASCTRL_SPEC

read() method returns biasctrl::R reader structure

Source§

impl Readable for BUF0_DATA_SPEC

read() method returns buf0_data::R reader structure

Source§

impl Readable for BUF1_DATA_SPEC

read() method returns buf1_data::R reader structure

Source§

impl Readable for BUF2_DATA_SPEC

read() method returns buf2_data::R reader structure

Source§

impl Readable for BUF3_DATA_SPEC

read() method returns buf3_data::R reader structure

Source§

impl Readable for BUF4_DATA_SPEC

read() method returns buf4_data::R reader structure

Source§

impl Readable for BUF5_DATA_SPEC

read() method returns buf5_data::R reader structure

Source§

impl Readable for BUF6_DATA_SPEC

read() method returns buf6_data::R reader structure

Source§

impl Readable for BUF7_DATA_SPEC

read() method returns buf7_data::R reader structure

Source§

impl Readable for BUF8_DATA_SPEC

read() method returns buf8_data::R reader structure

Source§

impl Readable for BUF9_DATA_SPEC

read() method returns buf9_data::R reader structure

Source§

impl Readable for BUF10_DATA_SPEC

read() method returns buf10_data::R reader structure

Source§

impl Readable for BUF11_DATA_SPEC

read() method returns buf11_data::R reader structure

Source§

impl Readable for BUF12_DATA_SPEC

read() method returns buf12_data::R reader structure

Source§

impl Readable for BUF13_DATA_SPEC

read() method returns buf13_data::R reader structure

Source§

impl Readable for BUF14_DATA_SPEC

read() method returns buf14_data::R reader structure

Source§

impl Readable for BUF15_DATA_SPEC

read() method returns buf15_data::R reader structure

Source§

impl Readable for BUFDATA_SPEC

read() method returns bufdata::R reader structure

Source§

impl Readable for CH0_EVAL_SPEC

read() method returns ch0_eval::R reader structure

Source§

impl Readable for CH0_INTERACT_SPEC

read() method returns ch0_interact::R reader structure

Source§

impl Readable for CH0_TIMING_SPEC

read() method returns ch0_timing::R reader structure

Source§

impl Readable for CH1_EVAL_SPEC

read() method returns ch1_eval::R reader structure

Source§

impl Readable for CH1_INTERACT_SPEC

read() method returns ch1_interact::R reader structure

Source§

impl Readable for CH1_TIMING_SPEC

read() method returns ch1_timing::R reader structure

Source§

impl Readable for CH2_EVAL_SPEC

read() method returns ch2_eval::R reader structure

Source§

impl Readable for CH2_INTERACT_SPEC

read() method returns ch2_interact::R reader structure

Source§

impl Readable for CH2_TIMING_SPEC

read() method returns ch2_timing::R reader structure

Source§

impl Readable for CH3_EVAL_SPEC

read() method returns ch3_eval::R reader structure

Source§

impl Readable for CH3_INTERACT_SPEC

read() method returns ch3_interact::R reader structure

Source§

impl Readable for CH3_TIMING_SPEC

read() method returns ch3_timing::R reader structure

Source§

impl Readable for CH4_EVAL_SPEC

read() method returns ch4_eval::R reader structure

Source§

impl Readable for CH4_INTERACT_SPEC

read() method returns ch4_interact::R reader structure

Source§

impl Readable for CH4_TIMING_SPEC

read() method returns ch4_timing::R reader structure

Source§

impl Readable for CH5_EVAL_SPEC

read() method returns ch5_eval::R reader structure

Source§

impl Readable for CH5_INTERACT_SPEC

read() method returns ch5_interact::R reader structure

Source§

impl Readable for CH5_TIMING_SPEC

read() method returns ch5_timing::R reader structure

Source§

impl Readable for CH6_EVAL_SPEC

read() method returns ch6_eval::R reader structure

Source§

impl Readable for CH6_INTERACT_SPEC

read() method returns ch6_interact::R reader structure

Source§

impl Readable for CH6_TIMING_SPEC

read() method returns ch6_timing::R reader structure

Source§

impl Readable for CH7_EVAL_SPEC

read() method returns ch7_eval::R reader structure

Source§

impl Readable for CH7_INTERACT_SPEC

read() method returns ch7_interact::R reader structure

Source§

impl Readable for CH7_TIMING_SPEC

read() method returns ch7_timing::R reader structure

Source§

impl Readable for CH8_EVAL_SPEC

read() method returns ch8_eval::R reader structure

Source§

impl Readable for CH8_INTERACT_SPEC

read() method returns ch8_interact::R reader structure

Source§

impl Readable for CH8_TIMING_SPEC

read() method returns ch8_timing::R reader structure

Source§

impl Readable for CH9_EVAL_SPEC

read() method returns ch9_eval::R reader structure

Source§

impl Readable for CH9_INTERACT_SPEC

read() method returns ch9_interact::R reader structure

Source§

impl Readable for CH9_TIMING_SPEC

read() method returns ch9_timing::R reader structure

Source§

impl Readable for CH10_EVAL_SPEC

read() method returns ch10_eval::R reader structure

Source§

impl Readable for CH10_INTERACT_SPEC

read() method returns ch10_interact::R reader structure

Source§

impl Readable for CH10_TIMING_SPEC

read() method returns ch10_timing::R reader structure

Source§

impl Readable for CH11_EVAL_SPEC

read() method returns ch11_eval::R reader structure

Source§

impl Readable for CH11_INTERACT_SPEC

read() method returns ch11_interact::R reader structure

Source§

impl Readable for CH11_TIMING_SPEC

read() method returns ch11_timing::R reader structure

Source§

impl Readable for CH12_EVAL_SPEC

read() method returns ch12_eval::R reader structure

Source§

impl Readable for CH12_INTERACT_SPEC

read() method returns ch12_interact::R reader structure

Source§

impl Readable for CH12_TIMING_SPEC

read() method returns ch12_timing::R reader structure

Source§

impl Readable for CH13_EVAL_SPEC

read() method returns ch13_eval::R reader structure

Source§

impl Readable for CH13_INTERACT_SPEC

read() method returns ch13_interact::R reader structure

Source§

impl Readable for CH13_TIMING_SPEC

read() method returns ch13_timing::R reader structure

Source§

impl Readable for CH14_EVAL_SPEC

read() method returns ch14_eval::R reader structure

Source§

impl Readable for CH14_INTERACT_SPEC

read() method returns ch14_interact::R reader structure

Source§

impl Readable for CH14_TIMING_SPEC

read() method returns ch14_timing::R reader structure

Source§

impl Readable for CH15_EVAL_SPEC

read() method returns ch15_eval::R reader structure

Source§

impl Readable for CH15_INTERACT_SPEC

read() method returns ch15_interact::R reader structure

Source§

impl Readable for CH15_TIMING_SPEC

read() method returns ch15_timing::R reader structure

Source§

impl Readable for CHEN_SPEC

read() method returns chen::R reader structure

Source§

impl Readable for efm32tg108_pac::lesense::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for CURCH_SPEC

read() method returns curch::R reader structure

Source§

impl Readable for DECCTRL_SPEC

read() method returns decctrl::R reader structure

Source§

impl Readable for DECSTATE_SPEC

read() method returns decstate::R reader structure

Source§

impl Readable for IDLECONF_SPEC

read() method returns idleconf::R reader structure

Source§

impl Readable for efm32tg108_pac::lesense::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::lesense::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for PERCTRL_SPEC

read() method returns perctrl::R reader structure

Source§

impl Readable for POWERDOWN_SPEC

read() method returns powerdown::R reader structure

Source§

impl Readable for PTR_SPEC

read() method returns ptr::R reader structure

Source§

impl Readable for efm32tg108_pac::lesense::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for SCANRES_SPEC

read() method returns scanres::R reader structure

Source§

impl Readable for SENSORSTATE_SPEC

read() method returns sensorstate::R reader structure

Source§

impl Readable for ST0_TCONFA_SPEC

read() method returns st0_tconfa::R reader structure

Source§

impl Readable for ST0_TCONFB_SPEC

read() method returns st0_tconfb::R reader structure

Source§

impl Readable for ST1_TCONFA_SPEC

read() method returns st1_tconfa::R reader structure

Source§

impl Readable for ST1_TCONFB_SPEC

read() method returns st1_tconfb::R reader structure

Source§

impl Readable for ST2_TCONFA_SPEC

read() method returns st2_tconfa::R reader structure

Source§

impl Readable for ST2_TCONFB_SPEC

read() method returns st2_tconfb::R reader structure

Source§

impl Readable for ST3_TCONFA_SPEC

read() method returns st3_tconfa::R reader structure

Source§

impl Readable for ST3_TCONFB_SPEC

read() method returns st3_tconfb::R reader structure

Source§

impl Readable for ST4_TCONFA_SPEC

read() method returns st4_tconfa::R reader structure

Source§

impl Readable for ST4_TCONFB_SPEC

read() method returns st4_tconfb::R reader structure

Source§

impl Readable for ST5_TCONFA_SPEC

read() method returns st5_tconfa::R reader structure

Source§

impl Readable for ST5_TCONFB_SPEC

read() method returns st5_tconfb::R reader structure

Source§

impl Readable for ST6_TCONFA_SPEC

read() method returns st6_tconfa::R reader structure

Source§

impl Readable for ST6_TCONFB_SPEC

read() method returns st6_tconfb::R reader structure

Source§

impl Readable for ST7_TCONFA_SPEC

read() method returns st7_tconfa::R reader structure

Source§

impl Readable for ST7_TCONFB_SPEC

read() method returns st7_tconfb::R reader structure

Source§

impl Readable for ST8_TCONFA_SPEC

read() method returns st8_tconfa::R reader structure

Source§

impl Readable for ST8_TCONFB_SPEC

read() method returns st8_tconfb::R reader structure

Source§

impl Readable for ST9_TCONFA_SPEC

read() method returns st9_tconfa::R reader structure

Source§

impl Readable for ST9_TCONFB_SPEC

read() method returns st9_tconfb::R reader structure

Source§

impl Readable for ST10_TCONFA_SPEC

read() method returns st10_tconfa::R reader structure

Source§

impl Readable for ST10_TCONFB_SPEC

read() method returns st10_tconfb::R reader structure

Source§

impl Readable for ST11_TCONFA_SPEC

read() method returns st11_tconfa::R reader structure

Source§

impl Readable for ST11_TCONFB_SPEC

read() method returns st11_tconfb::R reader structure

Source§

impl Readable for ST12_TCONFA_SPEC

read() method returns st12_tconfa::R reader structure

Source§

impl Readable for ST12_TCONFB_SPEC

read() method returns st12_tconfb::R reader structure

Source§

impl Readable for ST13_TCONFA_SPEC

read() method returns st13_tconfa::R reader structure

Source§

impl Readable for ST13_TCONFB_SPEC

read() method returns st13_tconfb::R reader structure

Source§

impl Readable for ST14_TCONFA_SPEC

read() method returns st14_tconfa::R reader structure

Source§

impl Readable for ST14_TCONFB_SPEC

read() method returns st14_tconfb::R reader structure

Source§

impl Readable for ST15_TCONFA_SPEC

read() method returns st15_tconfa::R reader structure

Source§

impl Readable for ST15_TCONFB_SPEC

read() method returns st15_tconfb::R reader structure

Source§

impl Readable for efm32tg108_pac::lesense::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::lesense::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for TIMCTRL_SPEC

read() method returns timctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::comp0::COMP0_SPEC

read() method returns comp0::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::comp1::COMP1_SPEC

read() method returns comp1::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for REP0_SPEC

read() method returns rep0::R reader structure

Source§

impl Readable for REP1_SPEC

read() method returns rep1::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::letimer0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for PULSECTRL_SPEC

read() method returns pulsectrl::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for SIGFRAME_SPEC

read() method returns sigframe::R reader structure

Source§

impl Readable for STARTFRAME_SPEC

read() method returns startframe::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::leuart0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for ADDRB_SPEC

read() method returns addrb::R reader structure

Source§

impl Readable for CACHEHITS_SPEC

read() method returns cachehits::R reader structure

Source§

impl Readable for CACHEMISSES_SPEC

read() method returns cachemisses::R reader structure

Source§

impl Readable for efm32tg108_pac::msc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::msc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::msc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::msc::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for READCTRL_SPEC

read() method returns readctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::msc::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for TIMEBASE_SPEC

read() method returns timebase::R reader structure

Source§

impl Readable for WDATA_SPEC

read() method returns wdata::R reader structure

Source§

impl Readable for WRITECTRL_SPEC

read() method returns writectrl::R reader structure

Source§

impl Readable for AUXCNT_SPEC

read() method returns auxcnt::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32tg108_pac::pcnt0::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::ch0_ctrl::CH0_CTRL_SPEC

read() method returns ch0_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::ch1_ctrl::CH1_CTRL_SPEC

read() method returns ch1_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::ch2_ctrl::CH2_CTRL_SPEC

read() method returns ch2_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::ch3_ctrl::CH3_CTRL_SPEC

read() method returns ch3_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::ch4_ctrl::CH4_CTRL_SPEC

read() method returns ch4_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::ch5_ctrl::CH5_CTRL_SPEC

read() method returns ch5_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::ch6_ctrl::CH6_CTRL_SPEC

read() method returns ch6_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::ch7_ctrl::CH7_CTRL_SPEC

read() method returns ch7_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::prs::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for SWLEVEL_SPEC

read() method returns swlevel::R reader structure

Source§

impl Readable for efm32tg108_pac::rmu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for RSTCAUSE_SPEC

read() method returns rstcause::R reader structure

Source§

impl Readable for efm32tg108_pac::rtc::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32tg108_pac::rtc::comp0::COMP0_SPEC

read() method returns comp0::R reader structure

Source§

impl Readable for efm32tg108_pac::rtc::comp1::COMP1_SPEC

read() method returns comp1::R reader structure

Source§

impl Readable for efm32tg108_pac::rtc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::rtc::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32tg108_pac::rtc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::rtc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::rtc::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32tg108_pac::timer0::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32tg108_pac::timer1::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for FRAME_SPEC

read() method returns frame::R reader structure

Source§

impl Readable for I2SCTRL_SPEC

read() method returns i2sctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for IRCTRL_SPEC

read() method returns irctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for RXDOUBLE_SPEC

read() method returns rxdouble::R reader structure

Source§

impl Readable for RXDOUBLEX_SPEC

read() method returns rxdoublex::R reader structure

Source§

impl Readable for RXDOUBLEXP_SPEC

read() method returns rxdoublexp::R reader structure

Source§

impl Readable for efm32tg108_pac::usart1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for TRIGCTRL_SPEC

read() method returns trigctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::vcmp::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::vcmp::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32tg108_pac::vcmp::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32tg108_pac::vcmp::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32tg108_pac::vcmp::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32tg108_pac::wdog::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32tg108_pac::wdog::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure