Trait Writable

Source
pub trait Writable: RegisterSpec {
    type Writer: From<W<Self>> + DerefMut<Target = W<Self>>;

    const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux;
    const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux;
}
Expand description

Trait implemented by writeable registers.

This enables the write, write_with_zero and reset methods.

Registers marked with Readable can be also be modify’ed.

Required Associated Constants§

Source

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux

Specifies the register bits that are not changed if you pass 1 and are changed if you pass 0

Source

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux

Specifies the register bits that are not changed if you pass 0 and are changed if you pass 1

Required Associated Types§

Source

type Writer: From<W<Self>> + DerefMut<Target = W<Self>>

Writer type argument to write, et al.

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::acmp0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::acmp0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes inputsel::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::acmp0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes auxhfrcoctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes calcnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes calctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::cmu::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes freeze::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfcoreclkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfcoreclkdiv::HFCORECLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfcoreclkdiv::HFCORECLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfcoreclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfcoreclken0::HFCORECLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfcoreclken0::HFCORECLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfperclkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfperclkdiv::HFPERCLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfperclkdiv::HFPERCLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfperclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfrcoctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::cmu::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::cmu::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfaclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfapresc0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfbclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfbpresc0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfcclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfcclken0::LFCCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfcclken0::LFCCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfclksel::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfclksel::LFCLKSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfclksel::LFCLKSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfrcoctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::cmu::oscencmd::OSCENCMD_SPEC

write(|w| ..) method takes oscencmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pcntctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes usbcrctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::usbcrctrl::USBCRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::usbcrctrl::USBCRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ushfrcoconf::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ushfrcoconf::USHFRCOCONF_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ushfrcoconf::USHFRCOCONF_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ushfrcoctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ushfrcotune::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ushfrcotune::USHFRCOTUNE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::cmu::ushfrcotune::USHFRCOTUNE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch3_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch4_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch5_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chaltc::CHALTC_SPEC

write(|w| ..) method takes chaltc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chaltc::CHALTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chaltc::CHALTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chalts::CHALTS_SPEC

write(|w| ..) method takes chalts::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chalts::CHALTS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chalts::CHALTS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chenc::CHENC_SPEC

write(|w| ..) method takes chenc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chenc::CHENC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chenc::CHENC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chens::CHENS_SPEC

write(|w| ..) method takes chens::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chens::CHENS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chens::CHENS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chpric::CHPRIC_SPEC

write(|w| ..) method takes chpric::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chpric::CHPRIC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chpric::CHPRIC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chpris::CHPRIS_SPEC

write(|w| ..) method takes chpris::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chpris::CHPRIS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chpris::CHPRIS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chreqmaskc::CHREQMASKC_SPEC

write(|w| ..) method takes chreqmaskc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chreqmaskc::CHREQMASKC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chreqmaskc::CHREQMASKC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chreqmasks::CHREQMASKS_SPEC

write(|w| ..) method takes chreqmasks::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chreqmasks::CHREQMASKS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chreqmasks::CHREQMASKS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chswreq::CHSWREQ_SPEC

write(|w| ..) method takes chswreq::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chswreq::CHSWREQ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chswreq::CHSWREQ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::chuseburstc::CHUSEBURSTC_SPEC

write(|w| ..) method takes chuseburstc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chuseburstc::CHUSEBURSTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chuseburstc::CHUSEBURSTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes chusebursts::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chusebursts::CHUSEBURSTS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::chusebursts::CHUSEBURSTS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrlbase::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ctrlbase::CTRLBASE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ctrlbase::CTRLBASE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes errorc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::errorc::ERRORC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::errorc::ERRORC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::dma::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::dma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes auxctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::emu::auxctrl::AUXCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::emu::auxctrl::AUXCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes em4wuen::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes em4wupol::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::em4wupol::EM4WUPOL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::em4wupol::EM4WUPOL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes extifall::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes extipselh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes extipsell::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes extirise::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes insense::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pa_doutclr::PA_DOUTCLR_SPEC

write(|w| ..) method takes pa_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_doutclr::PA_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_doutclr::PA_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pa_doutset::PA_DOUTSET_SPEC

write(|w| ..) method takes pa_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_doutset::PA_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_doutset::PA_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pa_douttgl::PA_DOUTTGL_SPEC

write(|w| ..) method takes pa_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pb_doutclr::PB_DOUTCLR_SPEC

write(|w| ..) method takes pb_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_doutclr::PB_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_doutclr::PB_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pb_doutset::PB_DOUTSET_SPEC

write(|w| ..) method takes pb_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_doutset::PB_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_doutset::PB_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pb_douttgl::PB_DOUTTGL_SPEC

write(|w| ..) method takes pb_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pc_doutclr::PC_DOUTCLR_SPEC

write(|w| ..) method takes pc_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_doutclr::PC_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_doutclr::PC_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pc_doutset::PC_DOUTSET_SPEC

write(|w| ..) method takes pc_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_doutset::PC_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_doutset::PC_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pc_douttgl::PC_DOUTTGL_SPEC

write(|w| ..) method takes pc_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pd_doutclr::PD_DOUTCLR_SPEC

write(|w| ..) method takes pd_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_doutclr::PD_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_doutclr::PD_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pd_doutset::PD_DOUTSET_SPEC

write(|w| ..) method takes pd_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_doutset::PD_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_doutset::PD_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pd_douttgl::PD_DOUTTGL_SPEC

write(|w| ..) method takes pd_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pe_doutclr::PE_DOUTCLR_SPEC

write(|w| ..) method takes pe_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_doutclr::PE_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_doutclr::PE_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pe_doutset::PE_DOUTSET_SPEC

write(|w| ..) method takes pe_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_doutset::PE_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_doutset::PE_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pe_douttgl::PE_DOUTTGL_SPEC

write(|w| ..) method takes pe_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pf_doutclr::PF_DOUTCLR_SPEC

write(|w| ..) method takes pf_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_doutclr::PF_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_doutclr::PF_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pf_doutset::PF_DOUTSET_SPEC

write(|w| ..) method takes pf_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_doutset::PF_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_doutset::PF_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::gpio::pf_douttgl::PF_DOUTTGL_SPEC

write(|w| ..) method takes pf_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::gpio::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes clkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::i2c0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::i2c0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::i2c0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes saddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes saddrmask::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::i2c0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes clkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::leuart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes freeze::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::leuart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::leuart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes input::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pulsectrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes sigframe::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes startframe::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::leuart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::leuart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes addrb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::msc::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::msc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::msc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes irqlatency::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::irqlatency::IRQLATENCY_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::irqlatency::IRQLATENCY_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes masslock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes readctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes timebase::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::timebase::TIMEBASE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::timebase::TIMEBASE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes wdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::msc::writecmd::WRITECMD_SPEC

write(|w| ..) method takes writecmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes writectrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes base::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::mtb::base::BASE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::mtb::base::BASE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes flow::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::mtb::flow::FLOW_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::mtb::flow::FLOW_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes master::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::mtb::master::MASTER_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::mtb::master::MASTER_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes position::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::mtb::position::POSITION_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::mtb::position::POSITION_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes auxcnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::auxcnt::AUXCNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::auxcnt::AUXCNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::pcnt0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes freeze::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::pcnt0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::pcnt0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes input::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes topb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch3_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch4_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch5_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes swlevel::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::prs::swpulse::SWPULSE_SPEC

write(|w| ..) method takes swpulse::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes tracectrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::tracectrl::TRACECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::prs::tracectrl::TRACECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::rmu::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes comp0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes comp1::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes freeze::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::rtc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::rtc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::rtc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer0::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtfc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtlock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtogen::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dttime::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes top::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes topb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer1::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtfc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtlock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtogen::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dttime::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes top::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes topb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer2::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtfc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtlock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtogen::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dttime::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::timer2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes top::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes topb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::timer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes clkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes frame::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes i2sctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes input::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes irctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes trigctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart0::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart0::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes clkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes frame::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes i2sctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes input::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes irctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes trigctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart1::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart1::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::usart1::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::vcmp::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::vcmp::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes inputsel::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::vcmp::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg108::wdog::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::wdog::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::wdog::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::wdog::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg108::wdog::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::acmp0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::acmp0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes inputsel::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::acmp0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for BIASPROG_SPEC

write(|w| ..) method takes biasprog::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cal::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::adc0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::adc0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::adc0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for SCANCTRL_SPEC

write(|w| ..) method takes scanctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for SINGLECTRL_SPEC

write(|w| ..) method takes singlectrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::aes::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DATA_SPEC

write(|w| ..) method takes data::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::data::DATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::data::DATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::aes::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::aes::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for KEYLA_SPEC

write(|w| ..) method takes keyla::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::keyla::KEYLA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::keyla::KEYLA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for KEYLB_SPEC

write(|w| ..) method takes keylb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::keylb::KEYLB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::keylb::KEYLB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for KEYLC_SPEC

write(|w| ..) method takes keylc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::keylc::KEYLC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::keylc::KEYLC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for KEYLD_SPEC

write(|w| ..) method takes keyld::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::keyld::KEYLD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::keyld::KEYLD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for XORDATA_SPEC

write(|w| ..) method takes xordata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::xordata::XORDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::aes::xordata::XORDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes auxhfrcoctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes calcnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes calctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::cmu::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes freeze::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfcoreclkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfcoreclkdiv::HFCORECLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfcoreclkdiv::HFCORECLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfcoreclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfcoreclken0::HFCORECLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfcoreclken0::HFCORECLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfperclkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfperclkdiv::HFPERCLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfperclkdiv::HFPERCLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfperclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes hfrcoctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::cmu::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::cmu::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfaclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfapresc0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfbclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfbpresc0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfcclken0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfcclken0::LFCCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfcclken0::LFCCLKEN0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfclksel::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfclksel::LFCLKSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfclksel::LFCLKSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lfrcoctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::cmu::oscencmd::OSCENCMD_SPEC

write(|w| ..) method takes oscencmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pcntctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes usbcrctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::usbcrctrl::USBCRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::usbcrctrl::USBCRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ushfrcoconf::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ushfrcoconf::USHFRCOCONF_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ushfrcoconf::USHFRCOCONF_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ushfrcoctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ushfrcotune::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ushfrcotune::USHFRCOTUNE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::cmu::ushfrcotune::USHFRCOTUNE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch3_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch4_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch5_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chaltc::CHALTC_SPEC

write(|w| ..) method takes chaltc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chaltc::CHALTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chaltc::CHALTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chalts::CHALTS_SPEC

write(|w| ..) method takes chalts::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chalts::CHALTS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chalts::CHALTS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chenc::CHENC_SPEC

write(|w| ..) method takes chenc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chenc::CHENC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chenc::CHENC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chens::CHENS_SPEC

write(|w| ..) method takes chens::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chens::CHENS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chens::CHENS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chpric::CHPRIC_SPEC

write(|w| ..) method takes chpric::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chpric::CHPRIC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chpric::CHPRIC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chpris::CHPRIS_SPEC

write(|w| ..) method takes chpris::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chpris::CHPRIS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chpris::CHPRIS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chreqmaskc::CHREQMASKC_SPEC

write(|w| ..) method takes chreqmaskc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chreqmaskc::CHREQMASKC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chreqmaskc::CHREQMASKC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chreqmasks::CHREQMASKS_SPEC

write(|w| ..) method takes chreqmasks::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chreqmasks::CHREQMASKS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chreqmasks::CHREQMASKS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chswreq::CHSWREQ_SPEC

write(|w| ..) method takes chswreq::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chswreq::CHSWREQ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chswreq::CHSWREQ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::chuseburstc::CHUSEBURSTC_SPEC

write(|w| ..) method takes chuseburstc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chuseburstc::CHUSEBURSTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chuseburstc::CHUSEBURSTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes chusebursts::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chusebursts::CHUSEBURSTS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::chusebursts::CHUSEBURSTS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrlbase::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ctrlbase::CTRLBASE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ctrlbase::CTRLBASE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes errorc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::errorc::ERRORC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::errorc::ERRORC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::dma::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::dma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes auxctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::emu::auxctrl::AUXCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::emu::auxctrl::AUXCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes em4wuen::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes em4wupol::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::em4wupol::EM4WUPOL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::em4wupol::EM4WUPOL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes extifall::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes extipselh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes extipsell::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes extirise::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes insense::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pa_doutclr::PA_DOUTCLR_SPEC

write(|w| ..) method takes pa_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_doutclr::PA_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_doutclr::PA_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pa_doutset::PA_DOUTSET_SPEC

write(|w| ..) method takes pa_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_doutset::PA_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_doutset::PA_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pa_douttgl::PA_DOUTTGL_SPEC

write(|w| ..) method takes pa_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pa_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pb_doutclr::PB_DOUTCLR_SPEC

write(|w| ..) method takes pb_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_doutclr::PB_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_doutclr::PB_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pb_doutset::PB_DOUTSET_SPEC

write(|w| ..) method takes pb_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_doutset::PB_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_doutset::PB_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pb_douttgl::PB_DOUTTGL_SPEC

write(|w| ..) method takes pb_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pb_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pc_doutclr::PC_DOUTCLR_SPEC

write(|w| ..) method takes pc_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_doutclr::PC_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_doutclr::PC_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pc_doutset::PC_DOUTSET_SPEC

write(|w| ..) method takes pc_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_doutset::PC_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_doutset::PC_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pc_douttgl::PC_DOUTTGL_SPEC

write(|w| ..) method takes pc_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pc_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pd_doutclr::PD_DOUTCLR_SPEC

write(|w| ..) method takes pd_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_doutclr::PD_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_doutclr::PD_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pd_doutset::PD_DOUTSET_SPEC

write(|w| ..) method takes pd_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_doutset::PD_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_doutset::PD_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pd_douttgl::PD_DOUTTGL_SPEC

write(|w| ..) method takes pd_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pd_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pe_doutclr::PE_DOUTCLR_SPEC

write(|w| ..) method takes pe_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_doutclr::PE_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_doutclr::PE_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pe_doutset::PE_DOUTSET_SPEC

write(|w| ..) method takes pe_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_doutset::PE_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_doutset::PE_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pe_douttgl::PE_DOUTTGL_SPEC

write(|w| ..) method takes pe_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pe_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_dout::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pf_doutclr::PF_DOUTCLR_SPEC

write(|w| ..) method takes pf_doutclr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_doutclr::PF_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_doutclr::PF_DOUTCLR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pf_doutset::PF_DOUTSET_SPEC

write(|w| ..) method takes pf_doutset::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_doutset::PF_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_doutset::PF_DOUTSET_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::gpio::pf_douttgl::PF_DOUTTGL_SPEC

write(|w| ..) method takes pf_douttgl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_modeh::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_model::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pf_pinlockn::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::gpio::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes clkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::i2c0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::i2c0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::i2c0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes saddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes saddrmask::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::i2c0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cal::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::idac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::idac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::idac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::idac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for CURPROG_SPEC

write(|w| ..) method takes curprog::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::idac0::curprog::CURPROG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::idac0::curprog::CURPROG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DUTYCONFIG_SPEC

write(|w| ..) method takes dutyconfig::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::idac0::dutyconfig::DUTYCONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::idac0::dutyconfig::DUTYCONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes clkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::leuart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes freeze::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::leuart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::leuart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes input::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes pulsectrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes sigframe::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes startframe::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::leuart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::leuart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes addrb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::msc::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::msc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::msc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes irqlatency::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::irqlatency::IRQLATENCY_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::irqlatency::IRQLATENCY_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes lock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes masslock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes readctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes timebase::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::timebase::TIMEBASE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::timebase::TIMEBASE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes wdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::msc::writecmd::WRITECMD_SPEC

write(|w| ..) method takes writecmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes writectrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes base::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::mtb::base::BASE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::mtb::base::BASE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes flow::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::mtb::flow::FLOW_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::mtb::flow::FLOW_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes master::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::mtb::master::MASTER_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::mtb::master::MASTER_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes position::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::mtb::position::POSITION_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::mtb::position::POSITION_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes auxcnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::auxcnt::AUXCNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::auxcnt::AUXCNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::pcnt0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes freeze::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::pcnt0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::pcnt0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes input::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes topb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch3_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch4_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ch5_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes swlevel::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::prs::swpulse::SWPULSE_SPEC

write(|w| ..) method takes swpulse::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes tracectrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::tracectrl::TRACECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::prs::tracectrl::TRACECTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::rmu::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes comp0::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes comp1::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes freeze::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::rtc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::rtc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::rtc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer0::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtfc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtlock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtogen::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dttime::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes top::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes topb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer1::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtfc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtlock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtogen::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dttime::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes top::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes topb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc0_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc1_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ccvb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cc2_ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes cnt::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer2::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtfc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtlock::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dtogen::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes dttime::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::timer2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes top::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes topb::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::timer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes clkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes frame::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes i2sctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes input::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes irctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes trigctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart0::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart0::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes clkdiv::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes frame::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes i2sctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes input::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes irctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes trigctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart1::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart1::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usart1::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DAINTMSK_SPEC

write(|w| ..) method takes daintmsk::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::daintmsk::DAINTMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::daintmsk::DAINTMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DCFG_SPEC

write(|w| ..) method takes dcfg::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dcfg::DCFG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dcfg::DCFG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DCTL_SPEC

write(|w| ..) method takes dctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dctl::DCTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dctl::DCTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP0_CTL_SPEC

write(|w| ..) method takes diep0_ctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0_ctl::DIEP0_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0_ctl::DIEP0_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP0_DMAADDR_SPEC

write(|w| ..) method takes diep0_dmaaddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0_dmaaddr::DIEP0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0_dmaaddr::DIEP0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP0_INT_SPEC

write(|w| ..) method takes diep0_int::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0_int::DIEP0_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0_int::DIEP0_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP0_TSIZ_SPEC

write(|w| ..) method takes diep0_tsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0_tsiz::DIEP0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0_tsiz::DIEP0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP0CTL_SPEC

write(|w| ..) method takes diep0ctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0ctl::DIEP0CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0ctl::DIEP0CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP0DMAADDR_SPEC

write(|w| ..) method takes diep0dmaaddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0dmaaddr::DIEP0DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0dmaaddr::DIEP0DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP0INT_SPEC

write(|w| ..) method takes diep0int::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0int::DIEP0INT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0int::DIEP0INT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP0TSIZ_SPEC

write(|w| ..) method takes diep0tsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0tsiz::DIEP0TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep0tsiz::DIEP0TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP1_CTL_SPEC

write(|w| ..) method takes diep1_ctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep1_ctl::DIEP1_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep1_ctl::DIEP1_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP1_DMAADDR_SPEC

write(|w| ..) method takes diep1_dmaaddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep1_dmaaddr::DIEP1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep1_dmaaddr::DIEP1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP1_INT_SPEC

write(|w| ..) method takes diep1_int::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep1_int::DIEP1_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep1_int::DIEP1_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP1_TSIZ_SPEC

write(|w| ..) method takes diep1_tsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep1_tsiz::DIEP1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep1_tsiz::DIEP1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP2_CTL_SPEC

write(|w| ..) method takes diep2_ctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep2_ctl::DIEP2_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep2_ctl::DIEP2_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP2_DMAADDR_SPEC

write(|w| ..) method takes diep2_dmaaddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep2_dmaaddr::DIEP2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep2_dmaaddr::DIEP2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP2_INT_SPEC

write(|w| ..) method takes diep2_int::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep2_int::DIEP2_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep2_int::DIEP2_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEP2_TSIZ_SPEC

write(|w| ..) method takes diep2_tsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep2_tsiz::DIEP2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diep2_tsiz::DIEP2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEPEMPMSK_SPEC

write(|w| ..) method takes diepempmsk::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diepempmsk::DIEPEMPMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diepempmsk::DIEPEMPMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEPMSK_SPEC

write(|w| ..) method takes diepmsk::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diepmsk::DIEPMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::diepmsk::DIEPMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEPTXF1_SPEC

write(|w| ..) method takes dieptxf1::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dieptxf1::DIEPTXF1_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dieptxf1::DIEPTXF1_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEPTXF2_SPEC

write(|w| ..) method takes dieptxf2::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dieptxf2::DIEPTXF2_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dieptxf2::DIEPTXF2_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DIEPTXF3_SPEC

write(|w| ..) method takes dieptxf3::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dieptxf3::DIEPTXF3_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::dieptxf3::DIEPTXF3_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP0_CTL_SPEC

write(|w| ..) method takes doep0_ctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0_ctl::DOEP0_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0_ctl::DOEP0_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP0_DMAADDR_SPEC

write(|w| ..) method takes doep0_dmaaddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0_dmaaddr::DOEP0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0_dmaaddr::DOEP0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP0_INT_SPEC

write(|w| ..) method takes doep0_int::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0_int::DOEP0_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0_int::DOEP0_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP0_TSIZ_SPEC

write(|w| ..) method takes doep0_tsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0_tsiz::DOEP0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0_tsiz::DOEP0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP0CTL_SPEC

write(|w| ..) method takes doep0ctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0ctl::DOEP0CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0ctl::DOEP0CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP0DMAADDR_SPEC

write(|w| ..) method takes doep0dmaaddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0dmaaddr::DOEP0DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0dmaaddr::DOEP0DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP0INT_SPEC

write(|w| ..) method takes doep0int::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0int::DOEP0INT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0int::DOEP0INT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP0TSIZ_SPEC

write(|w| ..) method takes doep0tsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0tsiz::DOEP0TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep0tsiz::DOEP0TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP1_CTL_SPEC

write(|w| ..) method takes doep1_ctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep1_ctl::DOEP1_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep1_ctl::DOEP1_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP1_DMAADDR_SPEC

write(|w| ..) method takes doep1_dmaaddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep1_dmaaddr::DOEP1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep1_dmaaddr::DOEP1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP1_INT_SPEC

write(|w| ..) method takes doep1_int::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep1_int::DOEP1_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep1_int::DOEP1_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP1_TSIZ_SPEC

write(|w| ..) method takes doep1_tsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep1_tsiz::DOEP1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep1_tsiz::DOEP1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP2_CTL_SPEC

write(|w| ..) method takes doep2_ctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep2_ctl::DOEP2_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep2_ctl::DOEP2_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP2_DMAADDR_SPEC

write(|w| ..) method takes doep2_dmaaddr::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep2_dmaaddr::DOEP2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep2_dmaaddr::DOEP2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP2_INT_SPEC

write(|w| ..) method takes doep2_int::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep2_int::DOEP2_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep2_int::DOEP2_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEP2_TSIZ_SPEC

write(|w| ..) method takes doep2_tsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep2_tsiz::DOEP2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doep2_tsiz::DOEP2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for DOEPMSK_SPEC

write(|w| ..) method takes doepmsk::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doepmsk::DOEPMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::doepmsk::DOEPMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for GAHBCFG_SPEC

write(|w| ..) method takes gahbcfg::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gahbcfg::GAHBCFG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gahbcfg::GAHBCFG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for GDFIFOCFG_SPEC

write(|w| ..) method takes gdfifocfg::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gdfifocfg::GDFIFOCFG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gdfifocfg::GDFIFOCFG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for GINTMSK_SPEC

write(|w| ..) method takes gintmsk::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gintmsk::GINTMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gintmsk::GINTMSK_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for GINTSTS_SPEC

write(|w| ..) method takes gintsts::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gintsts::GINTSTS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gintsts::GINTSTS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for GNPTXFSIZ_SPEC

write(|w| ..) method takes gnptxfsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gnptxfsiz::GNPTXFSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gnptxfsiz::GNPTXFSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for GRSTCTL_SPEC

write(|w| ..) method takes grstctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::grstctl::GRSTCTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::grstctl::GRSTCTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for GRXFSIZ_SPEC

write(|w| ..) method takes grxfsiz::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::grxfsiz::GRXFSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::grxfsiz::GRXFSIZ_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for GUSBCFG_SPEC

write(|w| ..) method takes gusbcfg::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gusbcfg::GUSBCFG_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::gusbcfg::GUSBCFG_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usb::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::usb::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for PCGCCTL_SPEC

write(|w| ..) method takes pcgcctl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::pcgcctl::PCGCCTL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::pcgcctl::PCGCCTL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes route::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::usb::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ien::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::vcmp::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::vcmp::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes inputsel::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::vcmp::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

impl Writable for efm32hg_pac::efm32hg350::wdog::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::wdog::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::wdog::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W

Source§

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

write(|w| ..) method takes ctrl::W writer structure

Source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::wdog::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32hg350::wdog::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

type Writer = W