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 efm32wg230_pac::acmp0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp0::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp1::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::acmp1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::adc0::biasprog::BIASPROG_SPEC

read() method returns biasprog::R reader structure

Source§

impl Readable for efm32wg230_pac::adc0::cal::CAL_SPEC

read() method returns cal::R reader structure

Source§

impl Readable for efm32wg230_pac::adc0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::adc0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::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 efm32wg230_pac::adc0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::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 efm32wg230_pac::aes::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::aes::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for KEYHA_SPEC

read() method returns keyha::R reader structure

Source§

impl Readable for KEYHB_SPEC

read() method returns keyhb::R reader structure

Source§

impl Readable for KEYHC_SPEC

read() method returns keyhc::R reader structure

Source§

impl Readable for KEYHD_SPEC

read() method returns keyhd::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 efm32wg230_pac::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 efm32wg230_pac::burtc::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::comp0::COMP0_SPEC

read() method returns comp0::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for LFXOFDET_SPEC

read() method returns lfxofdet::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for LPMODE_SPEC

read() method returns lpmode::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::powerdown::POWERDOWN_SPEC

read() method returns powerdown::R reader structure

Source§

impl Readable for RET0_REG_SPEC

read() method returns ret0_reg::R reader structure

Source§

impl Readable for RET1_REG_SPEC

read() method returns ret1_reg::R reader structure

Source§

impl Readable for RET2_REG_SPEC

read() method returns ret2_reg::R reader structure

Source§

impl Readable for RET3_REG_SPEC

read() method returns ret3_reg::R reader structure

Source§

impl Readable for RET4_REG_SPEC

read() method returns ret4_reg::R reader structure

Source§

impl Readable for RET5_REG_SPEC

read() method returns ret5_reg::R reader structure

Source§

impl Readable for RET6_REG_SPEC

read() method returns ret6_reg::R reader structure

Source§

impl Readable for RET7_REG_SPEC

read() method returns ret7_reg::R reader structure

Source§

impl Readable for RET8_REG_SPEC

read() method returns ret8_reg::R reader structure

Source§

impl Readable for RET9_REG_SPEC

read() method returns ret9_reg::R reader structure

Source§

impl Readable for RET10_REG_SPEC

read() method returns ret10_reg::R reader structure

Source§

impl Readable for RET11_REG_SPEC

read() method returns ret11_reg::R reader structure

Source§

impl Readable for RET12_REG_SPEC

read() method returns ret12_reg::R reader structure

Source§

impl Readable for RET13_REG_SPEC

read() method returns ret13_reg::R reader structure

Source§

impl Readable for RET14_REG_SPEC

read() method returns ret14_reg::R reader structure

Source§

impl Readable for RET15_REG_SPEC

read() method returns ret15_reg::R reader structure

Source§

impl Readable for RET16_REG_SPEC

read() method returns ret16_reg::R reader structure

Source§

impl Readable for RET17_REG_SPEC

read() method returns ret17_reg::R reader structure

Source§

impl Readable for RET18_REG_SPEC

read() method returns ret18_reg::R reader structure

Source§

impl Readable for RET19_REG_SPEC

read() method returns ret19_reg::R reader structure

Source§

impl Readable for RET20_REG_SPEC

read() method returns ret20_reg::R reader structure

Source§

impl Readable for RET21_REG_SPEC

read() method returns ret21_reg::R reader structure

Source§

impl Readable for RET22_REG_SPEC

read() method returns ret22_reg::R reader structure

Source§

impl Readable for RET23_REG_SPEC

read() method returns ret23_reg::R reader structure

Source§

impl Readable for RET24_REG_SPEC

read() method returns ret24_reg::R reader structure

Source§

impl Readable for RET25_REG_SPEC

read() method returns ret25_reg::R reader structure

Source§

impl Readable for RET26_REG_SPEC

read() method returns ret26_reg::R reader structure

Source§

impl Readable for RET27_REG_SPEC

read() method returns ret27_reg::R reader structure

Source§

impl Readable for RET28_REG_SPEC

read() method returns ret28_reg::R reader structure

Source§

impl Readable for RET29_REG_SPEC

read() method returns ret29_reg::R reader structure

Source§

impl Readable for RET30_REG_SPEC

read() method returns ret30_reg::R reader structure

Source§

impl Readable for RET31_REG_SPEC

read() method returns ret31_reg::R reader structure

Source§

impl Readable for RET32_REG_SPEC

read() method returns ret32_reg::R reader structure

Source§

impl Readable for RET33_REG_SPEC

read() method returns ret33_reg::R reader structure

Source§

impl Readable for RET34_REG_SPEC

read() method returns ret34_reg::R reader structure

Source§

impl Readable for RET35_REG_SPEC

read() method returns ret35_reg::R reader structure

Source§

impl Readable for RET36_REG_SPEC

read() method returns ret36_reg::R reader structure

Source§

impl Readable for RET37_REG_SPEC

read() method returns ret37_reg::R reader structure

Source§

impl Readable for RET38_REG_SPEC

read() method returns ret38_reg::R reader structure

Source§

impl Readable for RET39_REG_SPEC

read() method returns ret39_reg::R reader structure

Source§

impl Readable for RET40_REG_SPEC

read() method returns ret40_reg::R reader structure

Source§

impl Readable for RET41_REG_SPEC

read() method returns ret41_reg::R reader structure

Source§

impl Readable for RET42_REG_SPEC

read() method returns ret42_reg::R reader structure

Source§

impl Readable for RET43_REG_SPEC

read() method returns ret43_reg::R reader structure

Source§

impl Readable for RET44_REG_SPEC

read() method returns ret44_reg::R reader structure

Source§

impl Readable for RET45_REG_SPEC

read() method returns ret45_reg::R reader structure

Source§

impl Readable for RET46_REG_SPEC

read() method returns ret46_reg::R reader structure

Source§

impl Readable for RET47_REG_SPEC

read() method returns ret47_reg::R reader structure

Source§

impl Readable for RET48_REG_SPEC

read() method returns ret48_reg::R reader structure

Source§

impl Readable for RET49_REG_SPEC

read() method returns ret49_reg::R reader structure

Source§

impl Readable for RET50_REG_SPEC

read() method returns ret50_reg::R reader structure

Source§

impl Readable for RET51_REG_SPEC

read() method returns ret51_reg::R reader structure

Source§

impl Readable for RET52_REG_SPEC

read() method returns ret52_reg::R reader structure

Source§

impl Readable for RET53_REG_SPEC

read() method returns ret53_reg::R reader structure

Source§

impl Readable for RET54_REG_SPEC

read() method returns ret54_reg::R reader structure

Source§

impl Readable for RET55_REG_SPEC

read() method returns ret55_reg::R reader structure

Source§

impl Readable for RET56_REG_SPEC

read() method returns ret56_reg::R reader structure

Source§

impl Readable for RET57_REG_SPEC

read() method returns ret57_reg::R reader structure

Source§

impl Readable for RET58_REG_SPEC

read() method returns ret58_reg::R reader structure

Source§

impl Readable for RET59_REG_SPEC

read() method returns ret59_reg::R reader structure

Source§

impl Readable for RET60_REG_SPEC

read() method returns ret60_reg::R reader structure

Source§

impl Readable for RET61_REG_SPEC

read() method returns ret61_reg::R reader structure

Source§

impl Readable for RET62_REG_SPEC

read() method returns ret62_reg::R reader structure

Source§

impl Readable for RET63_REG_SPEC

read() method returns ret63_reg::R reader structure

Source§

impl Readable for RET64_REG_SPEC

read() method returns ret64_reg::R reader structure

Source§

impl Readable for RET65_REG_SPEC

read() method returns ret65_reg::R reader structure

Source§

impl Readable for RET66_REG_SPEC

read() method returns ret66_reg::R reader structure

Source§

impl Readable for RET67_REG_SPEC

read() method returns ret67_reg::R reader structure

Source§

impl Readable for RET68_REG_SPEC

read() method returns ret68_reg::R reader structure

Source§

impl Readable for RET69_REG_SPEC

read() method returns ret69_reg::R reader structure

Source§

impl Readable for RET70_REG_SPEC

read() method returns ret70_reg::R reader structure

Source§

impl Readable for RET71_REG_SPEC

read() method returns ret71_reg::R reader structure

Source§

impl Readable for RET72_REG_SPEC

read() method returns ret72_reg::R reader structure

Source§

impl Readable for RET73_REG_SPEC

read() method returns ret73_reg::R reader structure

Source§

impl Readable for RET74_REG_SPEC

read() method returns ret74_reg::R reader structure

Source§

impl Readable for RET75_REG_SPEC

read() method returns ret75_reg::R reader structure

Source§

impl Readable for RET76_REG_SPEC

read() method returns ret76_reg::R reader structure

Source§

impl Readable for RET77_REG_SPEC

read() method returns ret77_reg::R reader structure

Source§

impl Readable for RET78_REG_SPEC

read() method returns ret78_reg::R reader structure

Source§

impl Readable for RET79_REG_SPEC

read() method returns ret79_reg::R reader structure

Source§

impl Readable for RET80_REG_SPEC

read() method returns ret80_reg::R reader structure

Source§

impl Readable for RET81_REG_SPEC

read() method returns ret81_reg::R reader structure

Source§

impl Readable for RET82_REG_SPEC

read() method returns ret82_reg::R reader structure

Source§

impl Readable for RET83_REG_SPEC

read() method returns ret83_reg::R reader structure

Source§

impl Readable for RET84_REG_SPEC

read() method returns ret84_reg::R reader structure

Source§

impl Readable for RET85_REG_SPEC

read() method returns ret85_reg::R reader structure

Source§

impl Readable for RET86_REG_SPEC

read() method returns ret86_reg::R reader structure

Source§

impl Readable for RET87_REG_SPEC

read() method returns ret87_reg::R reader structure

Source§

impl Readable for RET88_REG_SPEC

read() method returns ret88_reg::R reader structure

Source§

impl Readable for RET89_REG_SPEC

read() method returns ret89_reg::R reader structure

Source§

impl Readable for RET90_REG_SPEC

read() method returns ret90_reg::R reader structure

Source§

impl Readable for RET91_REG_SPEC

read() method returns ret91_reg::R reader structure

Source§

impl Readable for RET92_REG_SPEC

read() method returns ret92_reg::R reader structure

Source§

impl Readable for RET93_REG_SPEC

read() method returns ret93_reg::R reader structure

Source§

impl Readable for RET94_REG_SPEC

read() method returns ret94_reg::R reader structure

Source§

impl Readable for RET95_REG_SPEC

read() method returns ret95_reg::R reader structure

Source§

impl Readable for RET96_REG_SPEC

read() method returns ret96_reg::R reader structure

Source§

impl Readable for RET97_REG_SPEC

read() method returns ret97_reg::R reader structure

Source§

impl Readable for RET98_REG_SPEC

read() method returns ret98_reg::R reader structure

Source§

impl Readable for RET99_REG_SPEC

read() method returns ret99_reg::R reader structure

Source§

impl Readable for RET100_REG_SPEC

read() method returns ret100_reg::R reader structure

Source§

impl Readable for RET101_REG_SPEC

read() method returns ret101_reg::R reader structure

Source§

impl Readable for RET102_REG_SPEC

read() method returns ret102_reg::R reader structure

Source§

impl Readable for RET103_REG_SPEC

read() method returns ret103_reg::R reader structure

Source§

impl Readable for RET104_REG_SPEC

read() method returns ret104_reg::R reader structure

Source§

impl Readable for RET105_REG_SPEC

read() method returns ret105_reg::R reader structure

Source§

impl Readable for RET106_REG_SPEC

read() method returns ret106_reg::R reader structure

Source§

impl Readable for RET107_REG_SPEC

read() method returns ret107_reg::R reader structure

Source§

impl Readable for RET108_REG_SPEC

read() method returns ret108_reg::R reader structure

Source§

impl Readable for RET109_REG_SPEC

read() method returns ret109_reg::R reader structure

Source§

impl Readable for RET110_REG_SPEC

read() method returns ret110_reg::R reader structure

Source§

impl Readable for RET111_REG_SPEC

read() method returns ret111_reg::R reader structure

Source§

impl Readable for RET112_REG_SPEC

read() method returns ret112_reg::R reader structure

Source§

impl Readable for RET113_REG_SPEC

read() method returns ret113_reg::R reader structure

Source§

impl Readable for RET114_REG_SPEC

read() method returns ret114_reg::R reader structure

Source§

impl Readable for RET115_REG_SPEC

read() method returns ret115_reg::R reader structure

Source§

impl Readable for RET116_REG_SPEC

read() method returns ret116_reg::R reader structure

Source§

impl Readable for RET117_REG_SPEC

read() method returns ret117_reg::R reader structure

Source§

impl Readable for RET118_REG_SPEC

read() method returns ret118_reg::R reader structure

Source§

impl Readable for RET119_REG_SPEC

read() method returns ret119_reg::R reader structure

Source§

impl Readable for RET120_REG_SPEC

read() method returns ret120_reg::R reader structure

Source§

impl Readable for RET121_REG_SPEC

read() method returns ret121_reg::R reader structure

Source§

impl Readable for RET122_REG_SPEC

read() method returns ret122_reg::R reader structure

Source§

impl Readable for RET123_REG_SPEC

read() method returns ret123_reg::R reader structure

Source§

impl Readable for RET124_REG_SPEC

read() method returns ret124_reg::R reader structure

Source§

impl Readable for RET125_REG_SPEC

read() method returns ret125_reg::R reader structure

Source§

impl Readable for RET126_REG_SPEC

read() method returns ret126_reg::R reader structure

Source§

impl Readable for RET127_REG_SPEC

read() method returns ret127_reg::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::burtc::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for TIMESTAMP_SPEC

read() method returns timestamp::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 efm32wg230_pac::cmu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_pac::cmu::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_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 efm32wg230_pac::cmu::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::cmu::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::cmu::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32wg230_pac::dac0::biasprog::BIASPROG_SPEC

read() method returns biasprog::R reader structure

Source§

impl Readable for efm32wg230_pac::dac0::cal::CAL_SPEC

read() method returns cal::R reader structure

Source§

impl Readable for CH0CTRL_SPEC

read() method returns ch0ctrl::R reader structure

Source§

impl Readable for CH0DATA_SPEC

read() method returns ch0data::R reader structure

Source§

impl Readable for CH1CTRL_SPEC

read() method returns ch1ctrl::R reader structure

Source§

impl Readable for CH1DATA_SPEC

read() method returns ch1data::R reader structure

Source§

impl Readable for efm32wg230_pac::dac0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dac0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::dac0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for OPA0MUX_SPEC

read() method returns opa0mux::R reader structure

Source§

impl Readable for OPA1MUX_SPEC

read() method returns opa1mux::R reader structure

Source§

impl Readable for OPA2MUX_SPEC

read() method returns opa2mux::R reader structure

Source§

impl Readable for OPACTRL_SPEC

read() method returns opactrl::R reader structure

Source§

impl Readable for OPAOFFSET_SPEC

read() method returns opaoffset::R reader structure

Source§

impl Readable for efm32wg230_pac::dac0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for ALTCTRLBASE_SPEC

read() method returns altctrlbase::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch0_ctrl::CH0_CTRL_SPEC

read() method returns ch0_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch1_ctrl::CH1_CTRL_SPEC

read() method returns ch1_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch2_ctrl::CH2_CTRL_SPEC

read() method returns ch2_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch3_ctrl::CH3_CTRL_SPEC

read() method returns ch3_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch4_ctrl::CH4_CTRL_SPEC

read() method returns ch4_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch5_ctrl::CH5_CTRL_SPEC

read() method returns ch5_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch6_ctrl::CH6_CTRL_SPEC

read() method returns ch6_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch7_ctrl::CH7_CTRL_SPEC

read() method returns ch7_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch8_ctrl::CH8_CTRL_SPEC

read() method returns ch8_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch9_ctrl::CH9_CTRL_SPEC

read() method returns ch9_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch10_ctrl::CH10_CTRL_SPEC

read() method returns ch10_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::ch11_ctrl::CH11_CTRL_SPEC

read() method returns ch11_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 efm32wg230_pac::dma::ctrl::CTRL_SPEC

read() method returns ctrl::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 efm32wg230_pac::dma::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::dma::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for LOOP0_SPEC

read() method returns loop0::R reader structure

Source§

impl Readable for LOOP1_SPEC

read() method returns loop1::R reader structure

Source§

impl Readable for RDS_SPEC

read() method returns rds::R reader structure

Source§

impl Readable for RECT0_SPEC

read() method returns rect0::R reader structure

Source§

impl Readable for efm32wg230_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 BUACT_SPEC

read() method returns buact::R reader structure

Source§

impl Readable for BUBODBUVINCAL_SPEC

read() method returns bubodbuvincal::R reader structure

Source§

impl Readable for BUBODUNREGCAL_SPEC

read() method returns bubodunregcal::R reader structure

Source§

impl Readable for BUCTRL_SPEC

read() method returns buctrl::R reader structure

Source§

impl Readable for BUINACT_SPEC

read() method returns buinact::R reader structure

Source§

impl Readable for efm32wg230_pac::emu::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for EM4CONF_SPEC

read() method returns em4conf::R reader structure

Source§

impl Readable for efm32wg230_pac::emu::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::emu::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::emu::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for PWRCONF_SPEC

read() method returns pwrconf::R reader structure

Source§

impl Readable for efm32wg230_pac::emu::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::emu::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for ETMAUTHSTATUS_SPEC

read() method returns etmauthstatus::R reader structure

Source§

impl Readable for ETMCCER_SPEC

read() method returns etmccer::R reader structure

Source§

impl Readable for ETMCCR_SPEC

read() method returns etmccr::R reader structure

Source§

impl Readable for ETMCIDR0_SPEC

read() method returns etmcidr0::R reader structure

Source§

impl Readable for ETMCIDR1_SPEC

read() method returns etmcidr1::R reader structure

Source§

impl Readable for ETMCIDR2_SPEC

read() method returns etmcidr2::R reader structure

Source§

impl Readable for ETMCIDR3_SPEC

read() method returns etmcidr3::R reader structure

Source§

impl Readable for ETMCLAIMCLR_SPEC

read() method returns etmclaimclr::R reader structure

Source§

impl Readable for ETMCLAIMSET_SPEC

read() method returns etmclaimset::R reader structure

Source§

impl Readable for ETMCNTRLDVR1_SPEC

read() method returns etmcntrldvr1::R reader structure

Source§

impl Readable for ETMCR_SPEC

read() method returns etmcr::R reader structure

Source§

impl Readable for ETMDEVTYPE_SPEC

read() method returns etmdevtype::R reader structure

Source§

impl Readable for ETMFFLR_SPEC

read() method returns etmfflr::R reader structure

Source§

impl Readable for ETMIDR2_SPEC

read() method returns etmidr2::R reader structure

Source§

impl Readable for ETMIDR_SPEC

read() method returns etmidr::R reader structure

Source§

impl Readable for ETMISCIN_SPEC

read() method returns etmiscin::R reader structure

Source§

impl Readable for ETMITATBCTR2_SPEC

read() method returns etmitatbctr2::R reader structure

Source§

impl Readable for ETMITCTRL_SPEC

read() method returns etmitctrl::R reader structure

Source§

impl Readable for ETMLAR_SPEC

read() method returns etmlar::R reader structure

Source§

impl Readable for ETMLSR_SPEC

read() method returns etmlsr::R reader structure

Source§

impl Readable for ETMPDSR_SPEC

read() method returns etmpdsr::R reader structure

Source§

impl Readable for ETMPIDR0_SPEC

read() method returns etmpidr0::R reader structure

Source§

impl Readable for ETMPIDR1_SPEC

read() method returns etmpidr1::R reader structure

Source§

impl Readable for ETMPIDR2_SPEC

read() method returns etmpidr2::R reader structure

Source§

impl Readable for ETMPIDR3_SPEC

read() method returns etmpidr3::R reader structure

Source§

impl Readable for ETMPIDR4_SPEC

read() method returns etmpidr4::R reader structure

Source§

impl Readable for ETMSCR_SPEC

read() method returns etmscr::R reader structure

Source§

impl Readable for ETMSR_SPEC

read() method returns etmsr::R reader structure

Source§

impl Readable for ETMSYNCFR_SPEC

read() method returns etmsyncfr::R reader structure

Source§

impl Readable for ETMTECR1_SPEC

read() method returns etmtecr1::R reader structure

Source§

impl Readable for ETMTEEVR_SPEC

read() method returns etmteevr::R reader structure

Source§

impl Readable for ETMTESSEICR_SPEC

read() method returns etmtesseicr::R reader structure

Source§

impl Readable for ETMTRACEIDR_SPEC

read() method returns etmtraceidr::R reader structure

Source§

impl Readable for ETMTRIGGER_SPEC

read() method returns etmtrigger::R reader structure

Source§

impl Readable for ETMTSEVR_SPEC

read() method returns etmtsevr::R reader structure

Source§

impl Readable for efm32wg230_pac::fpueh::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::fpueh::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for IFC_SPEC

read() method returns ifc::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_pac::gpio::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_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 efm32wg230_pac::gpio::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::rxdatap::RXDATAP_SPEC

read() method returns rxdatap::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::saddr::SADDR_SPEC

read() method returns saddr::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::saddrmask::SADDRMASK_SPEC

read() method returns saddrmask::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::state::STATE_SPEC

read() method returns state::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::rxdatap::RXDATAP_SPEC

read() method returns rxdatap::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::saddr::SADDR_SPEC

read() method returns saddr::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::saddrmask::SADDRMASK_SPEC

read() method returns saddrmask::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::state::STATE_SPEC

read() method returns state::R reader structure

Source§

impl Readable for efm32wg230_pac::i2c1::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 efm32wg230_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 efm32wg230_pac::lesense::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_pac::lesense::powerdown::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 efm32wg230_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 efm32wg230_pac::lesense::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_pac::letimer0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::letimer0::comp0::COMP0_SPEC

read() method returns comp0::R reader structure

Source§

impl Readable for efm32wg230_pac::letimer0::comp1::COMP1_SPEC

read() method returns comp1::R reader structure

Source§

impl Readable for efm32wg230_pac::letimer0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::letimer0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32wg230_pac::letimer0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_pac::letimer0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::letimer0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::letimer0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::pulsectrl::PULSECTRL_SPEC

read() method returns pulsectrl::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::sigframe::SIGFRAME_SPEC

read() method returns sigframe::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::startframe::STARTFRAME_SPEC

read() method returns startframe::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::pulsectrl::PULSECTRL_SPEC

read() method returns pulsectrl::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::sigframe::SIGFRAME_SPEC

read() method returns sigframe::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::startframe::STARTFRAME_SPEC

read() method returns startframe::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::leuart1::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 efm32wg230_pac::msc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::msc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::msc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::msc::lock::LOCK_SPEC

read() method returns lock::R reader structure

Source§

impl Readable for MASSLOCK_SPEC

read() method returns masslock::R reader structure

Source§

impl Readable for READCTRL_SPEC

read() method returns readctrl::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_pac::pcnt0::auxcnt::AUXCNT_SPEC

read() method returns auxcnt::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt0::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::auxcnt::AUXCNT_SPEC

read() method returns auxcnt::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt1::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::auxcnt::AUXCNT_SPEC

read() method returns auxcnt::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32wg230_pac::pcnt2::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch0_ctrl::CH0_CTRL_SPEC

read() method returns ch0_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch1_ctrl::CH1_CTRL_SPEC

read() method returns ch1_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch2_ctrl::CH2_CTRL_SPEC

read() method returns ch2_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch3_ctrl::CH3_CTRL_SPEC

read() method returns ch3_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch4_ctrl::CH4_CTRL_SPEC

read() method returns ch4_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch5_ctrl::CH5_CTRL_SPEC

read() method returns ch5_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch6_ctrl::CH6_CTRL_SPEC

read() method returns ch6_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch7_ctrl::CH7_CTRL_SPEC

read() method returns ch7_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch8_ctrl::CH8_CTRL_SPEC

read() method returns ch8_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch9_ctrl::CH9_CTRL_SPEC

read() method returns ch9_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch10_ctrl::CH10_CTRL_SPEC

read() method returns ch10_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::prs::ch11_ctrl::CH11_CTRL_SPEC

read() method returns ch11_ctrl::R reader structure

Source§

impl Readable for efm32wg230_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 efm32wg230_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 efm32wg230_pac::rtc::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::rtc::comp0::COMP0_SPEC

read() method returns comp0::R reader structure

Source§

impl Readable for efm32wg230_pac::rtc::comp1::COMP1_SPEC

read() method returns comp1::R reader structure

Source§

impl Readable for efm32wg230_pac::rtc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::rtc::freeze::FREEZE_SPEC

read() method returns freeze::R reader structure

Source§

impl Readable for efm32wg230_pac::rtc::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::rtc::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::rtc::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32wg230_pac::timer0::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32wg230_pac::timer1::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32wg230_pac::timer2::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc0_ccv::CC0_CCV_SPEC

read() method returns cc0_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc0_ccvb::CC0_CCVB_SPEC

read() method returns cc0_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc0_ccvp::CC0_CCVP_SPEC

read() method returns cc0_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc0_ctrl::CC0_CTRL_SPEC

read() method returns cc0_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc1_ccv::CC1_CCV_SPEC

read() method returns cc1_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc1_ccvb::CC1_CCVB_SPEC

read() method returns cc1_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc1_ccvp::CC1_CCVP_SPEC

read() method returns cc1_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc1_ctrl::CC1_CTRL_SPEC

read() method returns cc1_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc2_ccv::CC2_CCV_SPEC

read() method returns cc2_ccv::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc2_ccvb::CC2_CCVB_SPEC

read() method returns cc2_ccvb::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc2_ccvp::CC2_CCVP_SPEC

read() method returns cc2_ccvp::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cc2_ctrl::CC2_CTRL_SPEC

read() method returns cc2_ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::cnt::CNT_SPEC

read() method returns cnt::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::dtctrl::DTCTRL_SPEC

read() method returns dtctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::dtfault::DTFAULT_SPEC

read() method returns dtfault::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::dtfc::DTFC_SPEC

read() method returns dtfc::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::dtlock::DTLOCK_SPEC

read() method returns dtlock::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::dtogen::DTOGEN_SPEC

read() method returns dtogen::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::dttime::DTTIME_SPEC

read() method returns dttime::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::top::TOP_SPEC

read() method returns top::R reader structure

Source§

impl Readable for efm32wg230_pac::timer3::topb::TOPB_SPEC

read() method returns topb::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::frame::FRAME_SPEC

read() method returns frame::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::i2sctrl::I2SCTRL_SPEC

read() method returns i2sctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::irctrl::IRCTRL_SPEC

read() method returns irctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::rxdouble::RXDOUBLE_SPEC

read() method returns rxdouble::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::rxdoublex::RXDOUBLEX_SPEC

read() method returns rxdoublex::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::rxdoublexp::RXDOUBLEXP_SPEC

read() method returns rxdoublexp::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::usart0::trigctrl::TRIGCTRL_SPEC

read() method returns trigctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::frame::FRAME_SPEC

read() method returns frame::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::i2sctrl::I2SCTRL_SPEC

read() method returns i2sctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::irctrl::IRCTRL_SPEC

read() method returns irctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::rxdouble::RXDOUBLE_SPEC

read() method returns rxdouble::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::rxdoublex::RXDOUBLEX_SPEC

read() method returns rxdoublex::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::rxdoublexp::RXDOUBLEXP_SPEC

read() method returns rxdoublexp::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::usart1::trigctrl::TRIGCTRL_SPEC

read() method returns trigctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::clkdiv::CLKDIV_SPEC

read() method returns clkdiv::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::frame::FRAME_SPEC

read() method returns frame::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::i2sctrl::I2SCTRL_SPEC

read() method returns i2sctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::input::INPUT_SPEC

read() method returns input::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::irctrl::IRCTRL_SPEC

read() method returns irctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::route::ROUTE_SPEC

read() method returns route::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::rxdata::RXDATA_SPEC

read() method returns rxdata::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::rxdatax::RXDATAX_SPEC

read() method returns rxdatax::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::rxdataxp::RXDATAXP_SPEC

read() method returns rxdataxp::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::rxdouble::RXDOUBLE_SPEC

read() method returns rxdouble::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::rxdoublex::RXDOUBLEX_SPEC

read() method returns rxdoublex::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::rxdoublexp::RXDOUBLEXP_SPEC

read() method returns rxdoublexp::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::usart2::trigctrl::TRIGCTRL_SPEC

read() method returns trigctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::vcmp::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::vcmp::ien::IEN_SPEC

read() method returns ien::R reader structure

Source§

impl Readable for efm32wg230_pac::vcmp::if_::IF_SPEC

read() method returns if_::R reader structure

Source§

impl Readable for efm32wg230_pac::vcmp::inputsel::INPUTSEL_SPEC

read() method returns inputsel::R reader structure

Source§

impl Readable for efm32wg230_pac::vcmp::status::STATUS_SPEC

read() method returns status::R reader structure

Source§

impl Readable for efm32wg230_pac::wdog::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

Source§

impl Readable for efm32wg230_pac::wdog::syncbusy::SYNCBUSY_SPEC

read() method returns syncbusy::R reader structure