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 be 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 efm32hg_pac::efm32hg108::acmp0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::acmp0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::acmp0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::acmp0::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::acmp0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::acmp0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC

read() method returns auxhfrcoctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::calcnt::CALCNT_SPEC

read() method returns calcnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::calctrl::CALCTRL_SPEC

read() method returns calctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::hfcoreclkdiv::HFCORECLKDIV_SPEC

read() method returns hfcoreclkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::hfcoreclken0::HFCORECLKEN0_SPEC

read() method returns hfcoreclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::hfperclkdiv::HFPERCLKDIV_SPEC

read() method returns hfperclkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::hfperclken0::HFPERCLKEN0_SPEC

read() method returns hfperclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::hfrcoctrl::HFRCOCTRL_SPEC

read() method returns hfrcoctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::lfaclken0::LFACLKEN0_SPEC

read() method returns lfaclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::lfapresc0::LFAPRESC0_SPEC

read() method returns lfapresc0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::lfbclken0::LFBCLKEN0_SPEC

read() method returns lfbclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::lfbpresc0::LFBPRESC0_SPEC

read() method returns lfbpresc0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::lfcclken0::LFCCLKEN0_SPEC

read() method returns lfcclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::lfclksel::LFCLKSEL_SPEC

read() method returns lfclksel::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::lfrcoctrl::LFRCOCTRL_SPEC

read() method returns lfrcoctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::pcntctrl::PCNTCTRL_SPEC

read() method returns pcntctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::usbcrctrl::USBCRCTRL_SPEC

read() method returns usbcrctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::ushfrcoconf::USHFRCOCONF_SPEC

read() method returns ushfrcoconf::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC

read() method returns ushfrcoctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::cmu::ushfrcotune::USHFRCOTUNE_SPEC

read() method returns ushfrcotune::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::altctrlbase::ALTCTRLBASE_SPEC

read() method returns altctrlbase::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::ch0_ctrl::CH0_CTRL_SPEC

read() method returns ch0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::ch1_ctrl::CH1_CTRL_SPEC

read() method returns ch1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::ch2_ctrl::CH2_CTRL_SPEC

read() method returns ch2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::ch3_ctrl::CH3_CTRL_SPEC

read() method returns ch3_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::ch4_ctrl::CH4_CTRL_SPEC

read() method returns ch4_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::ch5_ctrl::CH5_CTRL_SPEC

read() method returns ch5_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::chreqstatus::CHREQSTATUS_SPEC

read() method returns chreqstatus::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::chsreqstatus::CHSREQSTATUS_SPEC

read() method returns chsreqstatus::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::chusebursts::CHUSEBURSTS_SPEC

read() method returns chusebursts::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::chwaitstatus::CHWAITSTATUS_SPEC

read() method returns chwaitstatus::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::ctrlbase::CTRLBASE_SPEC

read() method returns ctrlbase::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::errorc::ERRORC_SPEC

read() method returns errorc::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::dma::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::emu::auxctrl::AUXCTRL_SPEC

read() method returns auxctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::emu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::emu::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::em4wucause::EM4WUCAUSE_SPEC

read() method returns em4wucause::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::em4wuen::EM4WUEN_SPEC

read() method returns em4wuen::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::em4wupol::EM4WUPOL_SPEC

read() method returns em4wupol::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::extifall::EXTIFALL_SPEC

read() method returns extifall::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::extipselh::EXTIPSELH_SPEC

read() method returns extipselh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::extipsell::EXTIPSELL_SPEC

read() method returns extipsell::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::extirise::EXTIRISE_SPEC

read() method returns extirise::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::insense::INSENSE_SPEC

read() method returns insense::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pa_ctrl::PA_CTRL_SPEC

read() method returns pa_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pa_din::PA_DIN_SPEC

read() method returns pa_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pa_dout::PA_DOUT_SPEC

read() method returns pa_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pa_modeh::PA_MODEH_SPEC

read() method returns pa_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pa_model::PA_MODEL_SPEC

read() method returns pa_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pa_pinlockn::PA_PINLOCKN_SPEC

read() method returns pa_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pb_ctrl::PB_CTRL_SPEC

read() method returns pb_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pb_din::PB_DIN_SPEC

read() method returns pb_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pb_dout::PB_DOUT_SPEC

read() method returns pb_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pb_modeh::PB_MODEH_SPEC

read() method returns pb_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pb_model::PB_MODEL_SPEC

read() method returns pb_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pb_pinlockn::PB_PINLOCKN_SPEC

read() method returns pb_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pc_ctrl::PC_CTRL_SPEC

read() method returns pc_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pc_din::PC_DIN_SPEC

read() method returns pc_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pc_dout::PC_DOUT_SPEC

read() method returns pc_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pc_modeh::PC_MODEH_SPEC

read() method returns pc_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pc_model::PC_MODEL_SPEC

read() method returns pc_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pc_pinlockn::PC_PINLOCKN_SPEC

read() method returns pc_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pd_ctrl::PD_CTRL_SPEC

read() method returns pd_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pd_din::PD_DIN_SPEC

read() method returns pd_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pd_dout::PD_DOUT_SPEC

read() method returns pd_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pd_modeh::PD_MODEH_SPEC

read() method returns pd_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pd_model::PD_MODEL_SPEC

read() method returns pd_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pd_pinlockn::PD_PINLOCKN_SPEC

read() method returns pd_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pe_ctrl::PE_CTRL_SPEC

read() method returns pe_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pe_din::PE_DIN_SPEC

read() method returns pe_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pe_dout::PE_DOUT_SPEC

read() method returns pe_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pe_modeh::PE_MODEH_SPEC

read() method returns pe_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pe_model::PE_MODEL_SPEC

read() method returns pe_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pe_pinlockn::PE_PINLOCKN_SPEC

read() method returns pe_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pf_ctrl::PF_CTRL_SPEC

read() method returns pf_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pf_din::PF_DIN_SPEC

read() method returns pf_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pf_dout::PF_DOUT_SPEC

read() method returns pf_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pf_modeh::PF_MODEH_SPEC

read() method returns pf_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pf_model::PF_MODEL_SPEC

read() method returns pf_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::pf_pinlockn::PF_PINLOCKN_SPEC

read() method returns pf_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::gpio::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::rxdatap::RXDATAP_SPEC

read() method returns rxdatap::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::saddr::SADDR_SPEC

read() method returns saddr::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::saddrmask::SADDRMASK_SPEC

read() method returns saddrmask::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::state::STATE_SPEC

read() method returns state::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::i2c0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::pulsectrl::PULSECTRL_SPEC

read() method returns pulsectrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::sigframe::SIGFRAME_SPEC

read() method returns sigframe::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::startframe::STARTFRAME_SPEC

read() method returns startframe::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::leuart0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::addrb::ADDRB_SPEC

read() method returns addrb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::cachehits::CACHEHITS_SPEC

read() method returns cachehits::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::cachemisses::CACHEMISSES_SPEC

read() method returns cachemisses::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::irqlatency::IRQLATENCY_SPEC

read() method returns irqlatency::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::masslock::MASSLOCK_SPEC

read() method returns masslock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::readctrl::READCTRL_SPEC

read() method returns readctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::timebase::TIMEBASE_SPEC

read() method returns timebase::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::wdata::WDATA_SPEC

read() method returns wdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::msc::writectrl::WRITECTRL_SPEC

read() method returns writectrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::mtb::base::BASE_SPEC

read() method returns base::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::mtb::flow::FLOW_SPEC

read() method returns flow::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::mtb::master::MASTER_SPEC

read() method returns master::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::mtb::position::POSITION_SPEC

read() method returns position::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::auxcnt::AUXCNT_SPEC

read() method returns auxcnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::pcnt0::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::ch0_ctrl::CH0_CTRL_SPEC

read() method returns ch0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::ch1_ctrl::CH1_CTRL_SPEC

read() method returns ch1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::ch2_ctrl::CH2_CTRL_SPEC

read() method returns ch2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::ch3_ctrl::CH3_CTRL_SPEC

read() method returns ch3_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::ch4_ctrl::CH4_CTRL_SPEC

read() method returns ch4_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::ch5_ctrl::CH5_CTRL_SPEC

read() method returns ch5_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::swlevel::SWLEVEL_SPEC

read() method returns swlevel::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::prs::tracectrl::TRACECTRL_SPEC

read() method returns tracectrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rmu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rmu::rstcause::RSTCAUSE_SPEC

read() method returns rstcause::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rtc::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rtc::comp0::COMP0_SPEC

read() method returns comp0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rtc::comp1::COMP1_SPEC

read() method returns comp1::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rtc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rtc::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rtc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rtc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::rtc::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer0::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer1::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::timer2::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::frame::FRAME_SPEC

read() method returns frame::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::i2sctrl::I2SCTRL_SPEC

read() method returns i2sctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::irctrl::IRCTRL_SPEC

read() method returns irctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::rxdouble::RXDOUBLE_SPEC

read() method returns rxdouble::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::rxdoublex::RXDOUBLEX_SPEC

read() method returns rxdoublex::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::rxdoublexp::RXDOUBLEXP_SPEC

read() method returns rxdoublexp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart0::trigctrl::TRIGCTRL_SPEC

read() method returns trigctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::frame::FRAME_SPEC

read() method returns frame::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::i2sctrl::I2SCTRL_SPEC

read() method returns i2sctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::irctrl::IRCTRL_SPEC

read() method returns irctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::rxdouble::RXDOUBLE_SPEC

read() method returns rxdouble::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::rxdoublex::RXDOUBLEX_SPEC

read() method returns rxdoublex::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::rxdoublexp::RXDOUBLEXP_SPEC

read() method returns rxdoublexp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::usart1::trigctrl::TRIGCTRL_SPEC

read() method returns trigctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::vcmp::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::vcmp::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::vcmp::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::vcmp::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::vcmp::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::wdog::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg108::wdog::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::acmp0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::acmp0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::acmp0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::acmp0::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::acmp0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::acmp0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for BIASPROG_SPEC

read() method returns biasprog::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::adc0::cal::CAL_SPEC

read() method returns cal::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::adc0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::adc0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::adc0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for SCANCTRL_SPEC

read() method returns scanctrl::R reader structure

Source§

impl Readable for SCANDATA_SPEC

read() method returns scandata::R reader structure

Source§

impl Readable for SCANDATAP_SPEC

read() method returns scandatap::R reader structure

Source§

impl Readable for SINGLECTRL_SPEC

read() method returns singlectrl::R reader structure

Source§

impl Readable for SINGLEDATA_SPEC

read() method returns singledata::R reader structure

Source§

impl Readable for SINGLEDATAP_SPEC

read() method returns singledatap::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::adc0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::aes::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for DATA_SPEC

read() method returns data::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::aes::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::aes::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for KEYLA_SPEC

read() method returns keyla::R reader structure

Source§

impl Readable for KEYLB_SPEC

read() method returns keylb::R reader structure

Source§

impl Readable for KEYLC_SPEC

read() method returns keylc::R reader structure

Source§

impl Readable for KEYLD_SPEC

read() method returns keyld::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::aes::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for XORDATA_SPEC

read() method returns xordata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC

read() method returns auxhfrcoctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::calcnt::CALCNT_SPEC

read() method returns calcnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::calctrl::CALCTRL_SPEC

read() method returns calctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::hfcoreclkdiv::HFCORECLKDIV_SPEC

read() method returns hfcoreclkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::hfcoreclken0::HFCORECLKEN0_SPEC

read() method returns hfcoreclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::hfperclkdiv::HFPERCLKDIV_SPEC

read() method returns hfperclkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::hfperclken0::HFPERCLKEN0_SPEC

read() method returns hfperclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::hfrcoctrl::HFRCOCTRL_SPEC

read() method returns hfrcoctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::lfaclken0::LFACLKEN0_SPEC

read() method returns lfaclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::lfapresc0::LFAPRESC0_SPEC

read() method returns lfapresc0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::lfbclken0::LFBCLKEN0_SPEC

read() method returns lfbclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::lfbpresc0::LFBPRESC0_SPEC

read() method returns lfbpresc0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::lfcclken0::LFCCLKEN0_SPEC

read() method returns lfcclken0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::lfclksel::LFCLKSEL_SPEC

read() method returns lfclksel::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::lfrcoctrl::LFRCOCTRL_SPEC

read() method returns lfrcoctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::pcntctrl::PCNTCTRL_SPEC

read() method returns pcntctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::usbcrctrl::USBCRCTRL_SPEC

read() method returns usbcrctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::ushfrcoconf::USHFRCOCONF_SPEC

read() method returns ushfrcoconf::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC

read() method returns ushfrcoctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::cmu::ushfrcotune::USHFRCOTUNE_SPEC

read() method returns ushfrcotune::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::altctrlbase::ALTCTRLBASE_SPEC

read() method returns altctrlbase::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::ch0_ctrl::CH0_CTRL_SPEC

read() method returns ch0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::ch1_ctrl::CH1_CTRL_SPEC

read() method returns ch1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::ch2_ctrl::CH2_CTRL_SPEC

read() method returns ch2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::ch3_ctrl::CH3_CTRL_SPEC

read() method returns ch3_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::ch4_ctrl::CH4_CTRL_SPEC

read() method returns ch4_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::ch5_ctrl::CH5_CTRL_SPEC

read() method returns ch5_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::chreqstatus::CHREQSTATUS_SPEC

read() method returns chreqstatus::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::chsreqstatus::CHSREQSTATUS_SPEC

read() method returns chsreqstatus::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::chusebursts::CHUSEBURSTS_SPEC

read() method returns chusebursts::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::chwaitstatus::CHWAITSTATUS_SPEC

read() method returns chwaitstatus::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::ctrlbase::CTRLBASE_SPEC

read() method returns ctrlbase::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::errorc::ERRORC_SPEC

read() method returns errorc::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::dma::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::emu::auxctrl::AUXCTRL_SPEC

read() method returns auxctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::emu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::emu::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::em4wucause::EM4WUCAUSE_SPEC

read() method returns em4wucause::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::em4wuen::EM4WUEN_SPEC

read() method returns em4wuen::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::em4wupol::EM4WUPOL_SPEC

read() method returns em4wupol::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::extifall::EXTIFALL_SPEC

read() method returns extifall::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::extipselh::EXTIPSELH_SPEC

read() method returns extipselh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::extipsell::EXTIPSELL_SPEC

read() method returns extipsell::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::extirise::EXTIRISE_SPEC

read() method returns extirise::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::insense::INSENSE_SPEC

read() method returns insense::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pa_ctrl::PA_CTRL_SPEC

read() method returns pa_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pa_din::PA_DIN_SPEC

read() method returns pa_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pa_dout::PA_DOUT_SPEC

read() method returns pa_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pa_modeh::PA_MODEH_SPEC

read() method returns pa_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pa_model::PA_MODEL_SPEC

read() method returns pa_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pa_pinlockn::PA_PINLOCKN_SPEC

read() method returns pa_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pb_ctrl::PB_CTRL_SPEC

read() method returns pb_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pb_din::PB_DIN_SPEC

read() method returns pb_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pb_dout::PB_DOUT_SPEC

read() method returns pb_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pb_modeh::PB_MODEH_SPEC

read() method returns pb_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pb_model::PB_MODEL_SPEC

read() method returns pb_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pb_pinlockn::PB_PINLOCKN_SPEC

read() method returns pb_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pc_ctrl::PC_CTRL_SPEC

read() method returns pc_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pc_din::PC_DIN_SPEC

read() method returns pc_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pc_dout::PC_DOUT_SPEC

read() method returns pc_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pc_modeh::PC_MODEH_SPEC

read() method returns pc_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pc_model::PC_MODEL_SPEC

read() method returns pc_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pc_pinlockn::PC_PINLOCKN_SPEC

read() method returns pc_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pd_ctrl::PD_CTRL_SPEC

read() method returns pd_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pd_din::PD_DIN_SPEC

read() method returns pd_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pd_dout::PD_DOUT_SPEC

read() method returns pd_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pd_modeh::PD_MODEH_SPEC

read() method returns pd_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pd_model::PD_MODEL_SPEC

read() method returns pd_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pd_pinlockn::PD_PINLOCKN_SPEC

read() method returns pd_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pe_ctrl::PE_CTRL_SPEC

read() method returns pe_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pe_din::PE_DIN_SPEC

read() method returns pe_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pe_dout::PE_DOUT_SPEC

read() method returns pe_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pe_modeh::PE_MODEH_SPEC

read() method returns pe_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pe_model::PE_MODEL_SPEC

read() method returns pe_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pe_pinlockn::PE_PINLOCKN_SPEC

read() method returns pe_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pf_ctrl::PF_CTRL_SPEC

read() method returns pf_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pf_din::PF_DIN_SPEC

read() method returns pf_din::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pf_dout::PF_DOUT_SPEC

read() method returns pf_dout::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pf_modeh::PF_MODEH_SPEC

read() method returns pf_modeh::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pf_model::PF_MODEL_SPEC

read() method returns pf_model::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::pf_pinlockn::PF_PINLOCKN_SPEC

read() method returns pf_pinlockn::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::gpio::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::rxdatap::RXDATAP_SPEC

read() method returns rxdatap::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::saddr::SADDR_SPEC

read() method returns saddr::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::saddrmask::SADDRMASK_SPEC

read() method returns saddrmask::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::state::STATE_SPEC

read() method returns state::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::i2c0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::idac0::cal::CAL_SPEC

read() method returns cal::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::idac0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for CURPROG_SPEC

read() method returns curprog::R reader structure

Source§

impl Readable for DUTYCONFIG_SPEC

read() method returns dutyconfig::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::pulsectrl::PULSECTRL_SPEC

read() method returns pulsectrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::sigframe::SIGFRAME_SPEC

read() method returns sigframe::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::startframe::STARTFRAME_SPEC

read() method returns startframe::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::leuart0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::addrb::ADDRB_SPEC

read() method returns addrb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::cachehits::CACHEHITS_SPEC

read() method returns cachehits::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::cachemisses::CACHEMISSES_SPEC

read() method returns cachemisses::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::irqlatency::IRQLATENCY_SPEC

read() method returns irqlatency::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::masslock::MASSLOCK_SPEC

read() method returns masslock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::readctrl::READCTRL_SPEC

read() method returns readctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::timebase::TIMEBASE_SPEC

read() method returns timebase::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::wdata::WDATA_SPEC

read() method returns wdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::msc::writectrl::WRITECTRL_SPEC

read() method returns writectrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::mtb::base::BASE_SPEC

read() method returns base::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::mtb::flow::FLOW_SPEC

read() method returns flow::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::mtb::master::MASTER_SPEC

read() method returns master::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::mtb::position::POSITION_SPEC

read() method returns position::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::auxcnt::AUXCNT_SPEC

read() method returns auxcnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::pcnt0::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::ch0_ctrl::CH0_CTRL_SPEC

read() method returns ch0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::ch1_ctrl::CH1_CTRL_SPEC

read() method returns ch1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::ch2_ctrl::CH2_CTRL_SPEC

read() method returns ch2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::ch3_ctrl::CH3_CTRL_SPEC

read() method returns ch3_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::ch4_ctrl::CH4_CTRL_SPEC

read() method returns ch4_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::ch5_ctrl::CH5_CTRL_SPEC

read() method returns ch5_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::swlevel::SWLEVEL_SPEC

read() method returns swlevel::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::prs::tracectrl::TRACECTRL_SPEC

read() method returns tracectrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rmu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rmu::rstcause::RSTCAUSE_SPEC

read() method returns rstcause::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rtc::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rtc::comp0::COMP0_SPEC

read() method returns comp0::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rtc::comp1::COMP1_SPEC

read() method returns comp1::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rtc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rtc::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rtc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rtc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::rtc::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer0::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer1::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::timer2::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::frame::FRAME_SPEC

read() method returns frame::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::i2sctrl::I2SCTRL_SPEC

read() method returns i2sctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::irctrl::IRCTRL_SPEC

read() method returns irctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::rxdouble::RXDOUBLE_SPEC

read() method returns rxdouble::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::rxdoublex::RXDOUBLEX_SPEC

read() method returns rxdoublex::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::rxdoublexp::RXDOUBLEXP_SPEC

read() method returns rxdoublexp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart0::trigctrl::TRIGCTRL_SPEC

read() method returns trigctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::frame::FRAME_SPEC

read() method returns frame::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::i2sctrl::I2SCTRL_SPEC

read() method returns i2sctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::irctrl::IRCTRL_SPEC

read() method returns irctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::rxdouble::RXDOUBLE_SPEC

read() method returns rxdouble::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::rxdoublex::RXDOUBLEX_SPEC

read() method returns rxdoublex::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::rxdoublexp::RXDOUBLEXP_SPEC

read() method returns rxdoublexp::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usart1::trigctrl::TRIGCTRL_SPEC

read() method returns trigctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usb::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for DAINT_SPEC

read() method returns daint::R reader structure

Source§

impl Readable for DAINTMSK_SPEC

read() method returns daintmsk::R reader structure

Source§

impl Readable for DCFG_SPEC

read() method returns dcfg::R reader structure

Source§

impl Readable for DCTL_SPEC

read() method returns dctl::R reader structure

Source§

impl Readable for DIEP0_CTL_SPEC

read() method returns diep0_ctl::R reader structure

Source§

impl Readable for DIEP0_DMAADDR_SPEC

read() method returns diep0_dmaaddr::R reader structure

Source§

impl Readable for DIEP0_INT_SPEC

read() method returns diep0_int::R reader structure

Source§

impl Readable for DIEP0_TSIZ_SPEC

read() method returns diep0_tsiz::R reader structure

Source§

impl Readable for DIEP0_TXFSTS_SPEC

read() method returns diep0_txfsts::R reader structure

Source§

impl Readable for DIEP0CTL_SPEC

read() method returns diep0ctl::R reader structure

Source§

impl Readable for DIEP0DMAADDR_SPEC

read() method returns diep0dmaaddr::R reader structure

Source§

impl Readable for DIEP0INT_SPEC

read() method returns diep0int::R reader structure

Source§

impl Readable for DIEP0TSIZ_SPEC

read() method returns diep0tsiz::R reader structure

Source§

impl Readable for DIEP0TXFSTS_SPEC

read() method returns diep0txfsts::R reader structure

Source§

impl Readable for DIEP1_CTL_SPEC

read() method returns diep1_ctl::R reader structure

Source§

impl Readable for DIEP1_DMAADDR_SPEC

read() method returns diep1_dmaaddr::R reader structure

Source§

impl Readable for DIEP1_INT_SPEC

read() method returns diep1_int::R reader structure

Source§

impl Readable for DIEP1_TSIZ_SPEC

read() method returns diep1_tsiz::R reader structure

Source§

impl Readable for DIEP1_TXFSTS_SPEC

read() method returns diep1_txfsts::R reader structure

Source§

impl Readable for DIEP2_CTL_SPEC

read() method returns diep2_ctl::R reader structure

Source§

impl Readable for DIEP2_DMAADDR_SPEC

read() method returns diep2_dmaaddr::R reader structure

Source§

impl Readable for DIEP2_INT_SPEC

read() method returns diep2_int::R reader structure

Source§

impl Readable for DIEP2_TSIZ_SPEC

read() method returns diep2_tsiz::R reader structure

Source§

impl Readable for DIEP2_TXFSTS_SPEC

read() method returns diep2_txfsts::R reader structure

Source§

impl Readable for DIEPEMPMSK_SPEC

read() method returns diepempmsk::R reader structure

Source§

impl Readable for DIEPMSK_SPEC

read() method returns diepmsk::R reader structure

Source§

impl Readable for DIEPTXF1_SPEC

read() method returns dieptxf1::R reader structure

Source§

impl Readable for DIEPTXF2_SPEC

read() method returns dieptxf2::R reader structure

Source§

impl Readable for DIEPTXF3_SPEC

read() method returns dieptxf3::R reader structure

Source§

impl Readable for DOEP0_CTL_SPEC

read() method returns doep0_ctl::R reader structure

Source§

impl Readable for DOEP0_DMAADDR_SPEC

read() method returns doep0_dmaaddr::R reader structure

Source§

impl Readable for DOEP0_INT_SPEC

read() method returns doep0_int::R reader structure

Source§

impl Readable for DOEP0_TSIZ_SPEC

read() method returns doep0_tsiz::R reader structure

Source§

impl Readable for DOEP0CTL_SPEC

read() method returns doep0ctl::R reader structure

Source§

impl Readable for DOEP0DMAADDR_SPEC

read() method returns doep0dmaaddr::R reader structure

Source§

impl Readable for DOEP0INT_SPEC

read() method returns doep0int::R reader structure

Source§

impl Readable for DOEP0TSIZ_SPEC

read() method returns doep0tsiz::R reader structure

Source§

impl Readable for DOEP1_CTL_SPEC

read() method returns doep1_ctl::R reader structure

Source§

impl Readable for DOEP1_DMAADDR_SPEC

read() method returns doep1_dmaaddr::R reader structure

Source§

impl Readable for DOEP1_INT_SPEC

read() method returns doep1_int::R reader structure

Source§

impl Readable for DOEP1_TSIZ_SPEC

read() method returns doep1_tsiz::R reader structure

Source§

impl Readable for DOEP2_CTL_SPEC

read() method returns doep2_ctl::R reader structure

Source§

impl Readable for DOEP2_DMAADDR_SPEC

read() method returns doep2_dmaaddr::R reader structure

Source§

impl Readable for DOEP2_INT_SPEC

read() method returns doep2_int::R reader structure

Source§

impl Readable for DOEP2_TSIZ_SPEC

read() method returns doep2_tsiz::R reader structure

Source§

impl Readable for DOEPMSK_SPEC

read() method returns doepmsk::R reader structure

Source§

impl Readable for DSTS_SPEC

read() method returns dsts::R reader structure

Source§

impl Readable for GAHBCFG_SPEC

read() method returns gahbcfg::R reader structure

Source§

impl Readable for GDFIFOCFG_SPEC

read() method returns gdfifocfg::R reader structure

Source§

impl Readable for GINTMSK_SPEC

read() method returns gintmsk::R reader structure

Source§

impl Readable for GINTSTS_SPEC

read() method returns gintsts::R reader structure

Source§

impl Readable for GNPTXFSIZ_SPEC

read() method returns gnptxfsiz::R reader structure

Source§

impl Readable for GRSTCTL_SPEC

read() method returns grstctl::R reader structure

Source§

impl Readable for GRXFSIZ_SPEC

read() method returns grxfsiz::R reader structure

Source§

impl Readable for GRXSTSP_SPEC

read() method returns grxstsp::R reader structure

Source§

impl Readable for GRXSTSR_SPEC

read() method returns grxstsr::R reader structure

Source§

impl Readable for GUSBCFG_SPEC

read() method returns gusbcfg::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usb::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usb::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for PCGCCTL_SPEC

read() method returns pcgcctl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usb::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::usb::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::vcmp::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::vcmp::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::vcmp::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::vcmp::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::vcmp::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::wdog::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32hg_pac::efm32hg350::wdog::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure