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 Types§

source

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

Writer type argument to write, et al.

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

Implementors§

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::extifctrl::EXTIFCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::hysteresis0::HYSTERESIS0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::hysteresis1::HYSTERESIS1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::inputsel::INPUTSEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp0::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::extifctrl::EXTIFCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::hysteresis0::HYSTERESIS0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::hysteresis1::HYSTERESIS1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::inputsel::INPUTSEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp1::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::extifctrl::EXTIFCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::hysteresis0::HYSTERESIS0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::hysteresis1::HYSTERESIS1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::inputsel::INPUTSEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp2::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::extifctrl::EXTIFCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::hysteresis0::HYSTERESIS0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::hysteresis1::HYSTERESIS1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::inputsel::INPUTSEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::acmp3::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::acmp3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::aportmasterdis::APORTMASTERDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::biasprog::BIASPROG_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::cal::CAL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::cmpthr::CMPTHR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::scanctrl::SCANCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::scanctrlx::SCANCTRLX_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::scaninputsel::SCANINPUTSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::scanmask::SCANMASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::scannegsel::SCANNEGSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::singlectrl::SINGLECTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::singlectrlx::SINGLECTRLX_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::aportmasterdis::APORTMASTERDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::biasprog::BIASPROG_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::cal::CAL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::cmpthr::CMPTHR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::scanctrl::SCANCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::scanctrlx::SCANCTRLX_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::scanfifoclear::SCANFIFOCLEAR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::scaninputsel::SCANINPUTSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::scanmask::SCANMASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::scannegsel::SCANNEGSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::singlectrl::SINGLECTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::singlectrlx::SINGLECTRLX_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::adc1::singlefifoclear::SINGLEFIFOCLEAR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::adc1::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::bittiming::BITTIMING_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::brpe::BRPE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::config::CONFIG_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::if0ien::IF0IEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::if0ifc::IF0IFC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::if0ifs::IF0IFS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::if1ien::IF1IEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::if1ifc::IF1IFC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::if1ifs::IF1IFS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir0_arb::MIR0_ARB_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir0_ctrl::MIR0_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir0_datah::MIR0_DATAH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir0_datal::MIR0_DATAL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir0_mask::MIR0_MASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir1_arb::MIR1_ARB_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir1_ctrl::MIR1_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir1_datah::MIR1_DATAH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir1_datal::MIR1_DATAL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::mir1_mask::MIR1_MASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::route::ROUTE_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::status::STATUS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can0::test::TEST_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can0::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::bittiming::BITTIMING_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::brpe::BRPE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::config::CONFIG_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::if0ien::IF0IEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::if0ifc::IF0IFC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::if0ifs::IF0IFS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::if1ien::IF1IEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::if1ifc::IF1IFC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::if1ifs::IF1IFS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir0_arb::MIR0_ARB_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir0_cmdmask::MIR0_CMDMASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir0_cmdreq::MIR0_CMDREQ_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir0_ctrl::MIR0_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir0_datah::MIR0_DATAH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir0_datal::MIR0_DATAL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir0_mask::MIR0_MASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir1_arb::MIR1_ARB_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir1_cmdmask::MIR1_CMDMASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir1_cmdreq::MIR1_CMDREQ_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir1_ctrl::MIR1_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir1_datah::MIR1_DATAH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir1_datal::MIR1_DATAL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::mir1_mask::MIR1_MASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::route::ROUTE_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::status::STATUS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::can1::test::TEST_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::can1::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::adcctrl::ADCCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::adcctrl::ADCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::adcctrl::ADCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::calcnt::CALCNT_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::calctrl::CALCTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::dbgclksel::DBGCLKSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::dbgclksel::DBGCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::dbgclksel::DBGCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::dpllctrl1::DPLLCTRL1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::dpllctrl1::DPLLCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::dpllctrl1::DPLLCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::dpllctrl::DPLLCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::dpllctrl::DPLLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::dpllctrl::DPLLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::freeze::FREEZE_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfbusclken0::HFBUSCLKEN0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfbusclken0::HFBUSCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfbusclken0::HFBUSCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfbuspresc::HFBUSPRESC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfbuspresc::HFBUSPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfbuspresc::HFBUSPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfclksel::HFCLKSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfclksel::HFCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfclksel::HFCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfcorepresc::HFCOREPRESC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfcorepresc::HFCOREPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfcorepresc::HFCOREPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfexppresc::HFEXPPRESC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfexppresc::HFEXPPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfexppresc::HFEXPPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfperclken0::HFPERCLKEN0_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfperclken1::HFPERCLKEN1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfperclken1::HFPERCLKEN1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfperclken1::HFPERCLKEN1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfperpresc::HFPERPRESC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfperpresc::HFPERPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfperpresc::HFPERPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfperprescb::HFPERPRESCB_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfperprescb::HFPERPRESCB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfperprescb::HFPERPRESCB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfperprescc::HFPERPRESCC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfperprescc::HFPERPRESCC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfperprescc::HFPERPRESCC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfpresc::HFPRESC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfpresc::HFPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfpresc::HFPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfrcoctrl::HFRCOCTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfrcoss::HFRCOSS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfrcoss::HFRCOSS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfrcoss::HFRCOSS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfxoctrl1::HFXOCTRL1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxoctrl1::HFXOCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxoctrl1::HFXOCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfxoctrl::HFXOCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxoctrl::HFXOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxoctrl::HFXOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfaclken0::LFACLKEN0_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfaclksel::LFACLKSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfaclksel::LFACLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfaclksel::LFACLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfapresc0::LFAPRESC0_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfbclken0::LFBCLKEN0_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfbclksel::LFBCLKSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfbclksel::LFBCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfbclksel::LFBCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfbpresc0::LFBPRESC0_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfcclken0::LFCCLKEN0_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfcclksel::LFCCLKSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfcclksel::LFCCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfcclksel::LFCCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfeclken0::LFECLKEN0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfeclken0::LFECLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfeclken0::LFECLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfeclksel::LFECLKSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfeclksel::LFECLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfeclksel::LFECLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfepresc0::LFEPRESC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfepresc0::LFEPRESC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfepresc0::LFEPRESC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfrcoctrl::LFRCOCTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lfxoctrl::LFXOCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfxoctrl::LFXOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::lfxoctrl::LFXOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::lock::LOCK_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::oscencmd::OSCENCMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::pcntctrl::PCNTCTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::routeloc1::ROUTELOC1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cmu::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cryotimer::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cryotimer::em4wuen::EM4WUEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cryotimer::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cryotimer::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cryotimer::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::cryotimer::periodsel::PERIODSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cryotimer::periodsel::PERIODSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::cryotimer::periodsel::PERIODSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data0::DATA0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0::DATA0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0::DATA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data0byte12::DATA0BYTE12_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte12::DATA0BYTE12_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte12::DATA0BYTE12_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data0byte13::DATA0BYTE13_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte13::DATA0BYTE13_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte13::DATA0BYTE13_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data0byte14::DATA0BYTE14_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte14::DATA0BYTE14_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte14::DATA0BYTE14_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data0byte15::DATA0BYTE15_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte15::DATA0BYTE15_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte15::DATA0BYTE15_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data0byte::DATA0BYTE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte::DATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0byte::DATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data0xor::DATA0XOR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0xor::DATA0XOR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0xor::DATA0XOR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data0xorbyte::DATA0XORBYTE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0xorbyte::DATA0XORBYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data0xorbyte::DATA0XORBYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data1::DATA1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data1::DATA1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data1::DATA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data1byte::DATA1BYTE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data1byte::DATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data1byte::DATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data2::DATA2_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data2::DATA2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data2::DATA2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::data3::DATA3_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data3::DATA3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::data3::DATA3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata0::DDATA0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata0::DDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata0::DDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata0big::DDATA0BIG_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata0big::DDATA0BIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata0big::DDATA0BIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata0byte32::DDATA0BYTE32_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata0byte32::DDATA0BYTE32_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata0byte32::DDATA0BYTE32_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata0byte::DDATA0BYTE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata0byte::DDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata0byte::DDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata1::DDATA1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata1::DDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata1::DDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata1byte::DDATA1BYTE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata1byte::DDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata1byte::DDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata2::DDATA2_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata2::DDATA2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata2::DDATA2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata3::DDATA3_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata3::DDATA3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata3::DDATA3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ddata4::DDATA4_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata4::DDATA4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::ddata4::DDATA4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::key::KEY_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::key::KEY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::key::KEY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::keybuf::KEYBUF_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::keybuf::KEYBUF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::keybuf::KEYBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::qdata0::QDATA0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata0::QDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata0::QDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::qdata0byte::QDATA0BYTE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata0byte::QDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata0byte::QDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::qdata1::QDATA1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata1::QDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata1::QDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::qdata1big::QDATA1BIG_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata1big::QDATA1BIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata1big::QDATA1BIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::qdata1byte::QDATA1BYTE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata1byte::QDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::qdata1byte::QDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::seq0::SEQ0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq0::SEQ0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq0::SEQ0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::seq1::SEQ1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq1::SEQ1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq1::SEQ1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::seq2::SEQ2_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq2::SEQ2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq2::SEQ2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::seq3::SEQ3_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq3::SEQ3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq3::SEQ3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::seq4::SEQ4_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq4::SEQ4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seq4::SEQ4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::seqctrl::SEQCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::seqctrlb::SEQCTRLB_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seqctrlb::SEQCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::seqctrlb::SEQCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::crypto0::wac::WAC_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::wac::WAC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::crypto0::wac::WAC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::anactrl::ANACTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::anactrl::ANACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::anactrl::ANACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::cmpthr::CMPTHR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::data::DATA_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::dmbaseline::DMBASELINE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::dmbaseline::DMBASELINE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::dmbaseline::DMBASELINE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::dmcfg::DMCFG_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::dmcfg::DMCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::dmcfg::DMCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::ema::EMA_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::ema::EMA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::ema::EMA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::emactrl::EMACTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::emactrl::EMACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::emactrl::EMACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::prssel::PRSSEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::scaninputsel0::SCANINPUTSEL0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::scaninputsel0::SCANINPUTSEL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::scaninputsel0::SCANINPUTSEL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::scaninputsel1::SCANINPUTSEL1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::scaninputsel1::SCANINPUTSEL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::scaninputsel1::SCANINPUTSEL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::scanmask0::SCANMASK0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::scanmask0::SCANMASK0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::scanmask0::SCANMASK0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::scanmask1::SCANMASK1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::scanmask1::SCANMASK1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::scanmask1::SCANMASK1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::singlectrl::SINGLECTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::csen::timctrl::TIMCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::csen::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::addrtiming1::ADDRTIMING1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::addrtiming1::ADDRTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::addrtiming1::ADDRTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::addrtiming2::ADDRTIMING2_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::addrtiming2::ADDRTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::addrtiming2::ADDRTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::addrtiming3::ADDRTIMING3_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::addrtiming3::ADDRTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::addrtiming3::ADDRTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::addrtiming::ADDRTIMING_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::addrtiming::ADDRTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::addrtiming::ADDRTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::nandctrl::NANDCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::nandctrl::NANDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::nandctrl::NANDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::pagectrl::PAGECTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::pagectrl::PAGECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::pagectrl::PAGECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::polarity1::POLARITY1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::polarity1::POLARITY1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::polarity1::POLARITY1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::polarity2::POLARITY2_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::polarity2::POLARITY2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::polarity2::POLARITY2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::polarity3::POLARITY3_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::polarity3::POLARITY3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::polarity3::POLARITY3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::polarity::POLARITY_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::polarity::POLARITY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::polarity::POLARITY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::rdtiming1::RDTIMING1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::rdtiming1::RDTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::rdtiming1::RDTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::rdtiming2::RDTIMING2_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::rdtiming2::RDTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::rdtiming2::RDTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::rdtiming3::RDTIMING3_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::rdtiming3::RDTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::rdtiming3::RDTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::rdtiming::RDTIMING_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::rdtiming::RDTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::rdtiming::RDTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::routeloc1::ROUTELOC1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftalpha::TFTALPHA_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftalpha::TFTALPHA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftalpha::TFTALPHA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftcolorformat::TFTCOLORFORMAT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftcolorformat::TFTCOLORFORMAT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftcolorformat::TFTCOLORFORMAT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftctrl::TFTCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftctrl::TFTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftctrl::TFTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftdd::TFTDD_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftdd::TFTDD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftdd::TFTDD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftframebase::TFTFRAMEBASE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftframebase::TFTFRAMEBASE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftframebase::TFTFRAMEBASE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tfthporch::TFTHPORCH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tfthporch::TFTHPORCH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tfthporch::TFTHPORCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftmask::TFTMASK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftmask::TFTMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftmask::TFTMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftpixel0::TFTPIXEL0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftpixel0::TFTPIXEL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftpixel0::TFTPIXEL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftpixel1::TFTPIXEL1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftpixel1::TFTPIXEL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftpixel1::TFTPIXEL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftpolarity::TFTPOLARITY_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftpolarity::TFTPOLARITY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftpolarity::TFTPOLARITY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftsize::TFTSIZE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftsize::TFTSIZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftsize::TFTSIZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftstride::TFTSTRIDE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftstride::TFTSTRIDE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftstride::TFTSTRIDE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tfttiming::TFTTIMING_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tfttiming::TFTTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tfttiming::TFTTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::tftvporch::TFTVPORCH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftvporch::TFTVPORCH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::tftvporch::TFTVPORCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::wrtiming1::WRTIMING1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::wrtiming1::WRTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::wrtiming1::WRTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::wrtiming2::WRTIMING2_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::wrtiming2::WRTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::wrtiming2::WRTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::wrtiming3::WRTIMING3_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::wrtiming3::WRTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::wrtiming3::WRTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ebi::wrtiming::WRTIMING_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::wrtiming::WRTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ebi::wrtiming::WRTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::buctrl::BUCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::buctrl::BUCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::buctrl::BUCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdcctrl::DCDCCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdcctrl::DCDCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdcctrl::DCDCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdclpctrl::DCDCLPCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclpctrl::DCDCLPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclpctrl::DCDCLPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::em4ctrl::EM4CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::em4ctrl::EM4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::em4ctrl::EM4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::lock::LOCK_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::pwrctrl::PWRCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::pwrctrl::PWRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::pwrctrl::PWRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::pwrlock::PWRLOCK_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::pwrlock::PWRLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::pwrlock::PWRLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::r5vadcctrl::R5VADCCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::r5vadcctrl::R5VADCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::r5vadcctrl::R5VADCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::r5vctrl::R5VCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::r5vctrl::R5VCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::r5vctrl::R5VCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::r5vdetctrl::R5VDETCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::r5vdetctrl::R5VDETCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::r5vdetctrl::R5VDETCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::r5voutlevel::R5VOUTLEVEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::r5voutlevel::R5VOUTLEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::r5voutlevel::R5VOUTLEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::ram0ctrl::RAM0CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::ram0ctrl::RAM0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::ram0ctrl::RAM0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::ram1ctrl::RAM1CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::ram1ctrl::RAM1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::ram1ctrl::RAM1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::ram2ctrl::RAM2CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::ram2ctrl::RAM2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::ram2ctrl::RAM2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::templimits::TEMPLIMITS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::templimits::TEMPLIMITS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::templimits::TEMPLIMITS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::vmonavddctrl::VMONAVDDCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonavddctrl::VMONAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonavddctrl::VMONAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::vmondvddctrl::VMONDVDDCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmondvddctrl::VMONDVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmondvddctrl::VMONDVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::vmonio0ctrl::VMONIO0CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonio0ctrl::VMONIO0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonio0ctrl::VMONIO0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::emu::vmonio1ctrl::VMONIO1CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonio1ctrl::VMONIO1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::emu::vmonio1ctrl::VMONIO1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmclaimclr::ETMCLAIMCLR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmclaimclr::ETMCLAIMCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmclaimclr::ETMCLAIMCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmclaimset::ETMCLAIMSET_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmclaimset::ETMCLAIMSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmclaimset::ETMCLAIMSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmcntrldvr1::ETMCNTRLDVR1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmcntrldvr1::ETMCNTRLDVR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmcntrldvr1::ETMCNTRLDVR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmcr::ETMCR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmcr::ETMCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmcr::ETMCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmfflr::ETMFFLR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmfflr::ETMFFLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmfflr::ETMFFLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmiscin::ETMISCIN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmiscin::ETMISCIN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmiscin::ETMISCIN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmitatbctr0::ETMITATBCTR0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmitatbctr0::ETMITATBCTR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmitatbctr0::ETMITATBCTR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmitctrl::ETMITCTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmitctrl::ETMITCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmitctrl::ETMITCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmlar::ETMLAR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmlar::ETMLAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmlar::ETMLAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmpidr5::ETMPIDR5_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmpidr5::ETMPIDR5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmpidr5::ETMPIDR5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmpidr6::ETMPIDR6_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmpidr6::ETMPIDR6_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmpidr6::ETMPIDR6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmpidr7::ETMPIDR7_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmpidr7::ETMPIDR7_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmpidr7::ETMPIDR7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmsr::ETMSR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmsr::ETMSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmsr::ETMSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmsyncfr::ETMSYNCFR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmsyncfr::ETMSYNCFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmsyncfr::ETMSYNCFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmtecr1::ETMTECR1_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtecr1::ETMTECR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtecr1::ETMTECR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmteevr::ETMTEEVR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmteevr::ETMTEEVR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmteevr::ETMTEEVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmtesseicr::ETMTESSEICR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtesseicr::ETMTESSEICR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtesseicr::ETMTESSEICR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmtraceidr::ETMTRACEIDR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtraceidr::ETMTRACEIDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtraceidr::ETMTRACEIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmtrigger::ETMTRIGGER_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtrigger::ETMTRIGGER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtrigger::ETMTRIGGER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::etmtsevr::ETMTSEVR_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtsevr::ETMTSEVR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::etmtsevr::ETMTSEVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::etm::ittrigout::ITTRIGOUT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::ittrigout::ITTRIGOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::etm::ittrigout::ITTRIGOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::fpueh::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::fpueh::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::fpueh::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpcrc::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpcrc::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpcrc::init::INIT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::init::INIT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::init::INIT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpcrc::inputdata::INPUTDATA_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::inputdata::INPUTDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::inputdata::INPUTDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpcrc::poly::POLY_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::poly::POLY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpcrc::poly::POLY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::em4wuen::EM4WUEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::extifall::EXTIFALL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::extilevel::EXTILEVEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::extilevel::EXTILEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::extilevel::EXTILEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::extipinselh::EXTIPINSELH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::extipinselh::EXTIPINSELH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::extipinselh::EXTIPINSELH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::extipinsell::EXTIPINSELL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::extipinsell::EXTIPINSELL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::extipinsell::EXTIPINSELL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::extipselh::EXTIPSELH_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::extipsell::EXTIPSELL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::extirise::EXTIRISE_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::insense::INSENSE_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::lock::LOCK_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pa_ctrl::PA_CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pa_dout::PA_DOUT_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pa_douttgl::PA_DOUTTGL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pa_modeh::PA_MODEH_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pa_model::PA_MODEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pa_ovtdis::PA_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pa_ovtdis::PA_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pa_ovtdis::PA_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pa_pinlockn::PA_PINLOCKN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pb_ctrl::PB_CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pb_dout::PB_DOUT_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pb_douttgl::PB_DOUTTGL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pb_modeh::PB_MODEH_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pb_model::PB_MODEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pb_ovtdis::PB_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pb_ovtdis::PB_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pb_ovtdis::PB_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pb_pinlockn::PB_PINLOCKN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pc_ctrl::PC_CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pc_dout::PC_DOUT_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pc_douttgl::PC_DOUTTGL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pc_modeh::PC_MODEH_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pc_model::PC_MODEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pc_ovtdis::PC_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pc_ovtdis::PC_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pc_ovtdis::PC_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pc_pinlockn::PC_PINLOCKN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pd_ctrl::PD_CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pd_dout::PD_DOUT_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pd_douttgl::PD_DOUTTGL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pd_modeh::PD_MODEH_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pd_model::PD_MODEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pd_ovtdis::PD_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pd_ovtdis::PD_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pd_ovtdis::PD_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pd_pinlockn::PD_PINLOCKN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pe_ctrl::PE_CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pe_dout::PE_DOUT_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pe_douttgl::PE_DOUTTGL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pe_modeh::PE_MODEH_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pe_model::PE_MODEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pe_ovtdis::PE_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pe_ovtdis::PE_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pe_ovtdis::PE_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pe_pinlockn::PE_PINLOCKN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pf_ctrl::PF_CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pf_dout::PF_DOUT_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pf_douttgl::PF_DOUTTGL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pf_modeh::PF_MODEH_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pf_model::PF_MODEL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pf_ovtdis::PF_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pf_ovtdis::PF_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pf_ovtdis::PF_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pf_pinlockn::PF_PINLOCKN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pg_ctrl::PG_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_ctrl::PG_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_ctrl::PG_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pg_dout::PG_DOUT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_dout::PG_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_dout::PG_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pg_douttgl::PG_DOUTTGL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_douttgl::PG_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_douttgl::PG_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pg_modeh::PG_MODEH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_modeh::PG_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_modeh::PG_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pg_model::PG_MODEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_model::PG_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_model::PG_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pg_ovtdis::PG_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_ovtdis::PG_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_ovtdis::PG_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pg_pinlockn::PG_PINLOCKN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_pinlockn::PG_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pg_pinlockn::PG_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ph_ctrl::PH_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_ctrl::PH_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_ctrl::PH_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ph_dout::PH_DOUT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_dout::PH_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_dout::PH_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ph_douttgl::PH_DOUTTGL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_douttgl::PH_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_douttgl::PH_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ph_modeh::PH_MODEH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_modeh::PH_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_modeh::PH_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ph_model::PH_MODEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_model::PH_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_model::PH_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ph_ovtdis::PH_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_ovtdis::PH_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_ovtdis::PH_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::ph_pinlockn::PH_PINLOCKN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_pinlockn::PH_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::ph_pinlockn::PH_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pi_ctrl::PI_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_ctrl::PI_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_ctrl::PI_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pi_dout::PI_DOUT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_dout::PI_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_dout::PI_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pi_douttgl::PI_DOUTTGL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_douttgl::PI_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_douttgl::PI_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pi_modeh::PI_MODEH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_modeh::PI_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_modeh::PI_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pi_model::PI_MODEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_model::PI_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_model::PI_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pi_ovtdis::PI_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_ovtdis::PI_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_ovtdis::PI_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pi_pinlockn::PI_PINLOCKN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_pinlockn::PI_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pi_pinlockn::PI_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pj_ctrl::PJ_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_ctrl::PJ_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_ctrl::PJ_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pj_dout::PJ_DOUT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_dout::PJ_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_dout::PJ_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pj_douttgl::PJ_DOUTTGL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_douttgl::PJ_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_douttgl::PJ_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pj_modeh::PJ_MODEH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_modeh::PJ_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_modeh::PJ_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pj_model::PJ_MODEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_model::PJ_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_model::PJ_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pj_ovtdis::PJ_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_ovtdis::PJ_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_ovtdis::PJ_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pk_ctrl::PK_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_ctrl::PK_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_ctrl::PK_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pk_dout::PK_DOUT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_dout::PK_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_dout::PK_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pk_douttgl::PK_DOUTTGL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_douttgl::PK_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_douttgl::PK_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pk_modeh::PK_MODEH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_modeh::PK_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_modeh::PK_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pk_model::PK_MODEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_model::PK_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_model::PK_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pk_ovtdis::PK_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_ovtdis::PK_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_ovtdis::PK_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pk_pinlockn::PK_PINLOCKN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_pinlockn::PK_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pk_pinlockn::PK_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pl_ctrl::PL_CTRL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_ctrl::PL_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_ctrl::PL_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pl_dout::PL_DOUT_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_dout::PL_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_dout::PL_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pl_douttgl::PL_DOUTTGL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_douttgl::PL_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_douttgl::PL_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pl_modeh::PL_MODEH_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_modeh::PL_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_modeh::PL_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pl_model::PL_MODEL_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_model::PL_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_model::PL_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pl_ovtdis::PL_OVTDIS_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_ovtdis::PL_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_ovtdis::PL_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::pl_pinlockn::PL_PINLOCKN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_pinlockn::PL_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::pl_pinlockn::PL_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::gpio::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::gpio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::clkdiv::CLKDIV_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::saddr::SADDR_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::saddrmask::SADDRMASK_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::txdata::TXDATA_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c0::txdouble::TXDOUBLE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::clkdiv::CLKDIV_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::routeloc0::ROUTELOC0_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::routepen::ROUTEPEN_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::saddr::SADDR_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::saddrmask::SADDRMASK_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::txdata::TXDATA_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c1::txdouble::TXDOUBLE_SPEC

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

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::clkdiv::CLKDIV_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::cmd::CMD_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::ctrl::CTRL_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::ien::IEN_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::ifc::IFC_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::ifs::IFS_SPEC

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

§

type Writer = W

source§

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

source§

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

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::saddr::SADDR_SPEC

write(|w| ..) method takes saddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::saddrmask::SADDRMASK_SPEC

write(|w| ..) method takes saddrmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::i2c2::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::i2c2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::idac0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::idac0::curprog::CURPROG_SPEC

write(|w| ..) method takes curprog::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::curprog::CURPROG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::curprog::CURPROG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::idac0::dutyconfig::DUTYCONFIG_SPEC

write(|w| ..) method takes dutyconfig::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::dutyconfig::DUTYCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::dutyconfig::DUTYCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::idac0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::idac0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::idac0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::idac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch0_cfg::CH0_CFG_SPEC

write(|w| ..) method takes ch0_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_cfg::CH0_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_cfg::CH0_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch0_ctrl::CH0_CTRL_SPEC

write(|w| ..) method takes ch0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch0_dst::CH0_DST_SPEC

write(|w| ..) method takes ch0_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_dst::CH0_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_dst::CH0_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch0_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_link::CH0_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_link::CH0_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch0_loop::CH0_LOOP_SPEC

write(|w| ..) method takes ch0_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_loop::CH0_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_loop::CH0_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch0_reqsel::CH0_REQSEL_SPEC

write(|w| ..) method takes ch0_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_reqsel::CH0_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_reqsel::CH0_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch0_src::CH0_SRC_SPEC

write(|w| ..) method takes ch0_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_src::CH0_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch0_src::CH0_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch1_cfg::CH1_CFG_SPEC

write(|w| ..) method takes ch1_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_cfg::CH1_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_cfg::CH1_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch1_ctrl::CH1_CTRL_SPEC

write(|w| ..) method takes ch1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch1_dst::CH1_DST_SPEC

write(|w| ..) method takes ch1_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_dst::CH1_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_dst::CH1_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch1_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_link::CH1_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_link::CH1_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch1_loop::CH1_LOOP_SPEC

write(|w| ..) method takes ch1_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_loop::CH1_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_loop::CH1_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch1_reqsel::CH1_REQSEL_SPEC

write(|w| ..) method takes ch1_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_reqsel::CH1_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_reqsel::CH1_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch1_src::CH1_SRC_SPEC

write(|w| ..) method takes ch1_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_src::CH1_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch1_src::CH1_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch2_cfg::CH2_CFG_SPEC

write(|w| ..) method takes ch2_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_cfg::CH2_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_cfg::CH2_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch2_ctrl::CH2_CTRL_SPEC

write(|w| ..) method takes ch2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch2_dst::CH2_DST_SPEC

write(|w| ..) method takes ch2_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_dst::CH2_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_dst::CH2_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch2_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_link::CH2_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_link::CH2_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch2_loop::CH2_LOOP_SPEC

write(|w| ..) method takes ch2_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_loop::CH2_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_loop::CH2_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch2_reqsel::CH2_REQSEL_SPEC

write(|w| ..) method takes ch2_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_reqsel::CH2_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_reqsel::CH2_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch2_src::CH2_SRC_SPEC

write(|w| ..) method takes ch2_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_src::CH2_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch2_src::CH2_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch3_cfg::CH3_CFG_SPEC

write(|w| ..) method takes ch3_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_cfg::CH3_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_cfg::CH3_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch3_ctrl::CH3_CTRL_SPEC

write(|w| ..) method takes ch3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch3_dst::CH3_DST_SPEC

write(|w| ..) method takes ch3_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_dst::CH3_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_dst::CH3_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch3_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_link::CH3_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_link::CH3_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch3_loop::CH3_LOOP_SPEC

write(|w| ..) method takes ch3_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_loop::CH3_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_loop::CH3_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch3_reqsel::CH3_REQSEL_SPEC

write(|w| ..) method takes ch3_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_reqsel::CH3_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_reqsel::CH3_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch3_src::CH3_SRC_SPEC

write(|w| ..) method takes ch3_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_src::CH3_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch3_src::CH3_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch4_cfg::CH4_CFG_SPEC

write(|w| ..) method takes ch4_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_cfg::CH4_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_cfg::CH4_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch4_ctrl::CH4_CTRL_SPEC

write(|w| ..) method takes ch4_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch4_dst::CH4_DST_SPEC

write(|w| ..) method takes ch4_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_dst::CH4_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_dst::CH4_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch4_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_link::CH4_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_link::CH4_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch4_loop::CH4_LOOP_SPEC

write(|w| ..) method takes ch4_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_loop::CH4_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_loop::CH4_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch4_reqsel::CH4_REQSEL_SPEC

write(|w| ..) method takes ch4_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_reqsel::CH4_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_reqsel::CH4_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch4_src::CH4_SRC_SPEC

write(|w| ..) method takes ch4_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_src::CH4_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch4_src::CH4_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch5_cfg::CH5_CFG_SPEC

write(|w| ..) method takes ch5_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_cfg::CH5_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_cfg::CH5_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch5_ctrl::CH5_CTRL_SPEC

write(|w| ..) method takes ch5_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch5_dst::CH5_DST_SPEC

write(|w| ..) method takes ch5_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_dst::CH5_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_dst::CH5_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch5_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_link::CH5_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_link::CH5_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch5_loop::CH5_LOOP_SPEC

write(|w| ..) method takes ch5_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_loop::CH5_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_loop::CH5_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch5_reqsel::CH5_REQSEL_SPEC

write(|w| ..) method takes ch5_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_reqsel::CH5_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_reqsel::CH5_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch5_src::CH5_SRC_SPEC

write(|w| ..) method takes ch5_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_src::CH5_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch5_src::CH5_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch6_cfg::CH6_CFG_SPEC

write(|w| ..) method takes ch6_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_cfg::CH6_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_cfg::CH6_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch6_ctrl::CH6_CTRL_SPEC

write(|w| ..) method takes ch6_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch6_dst::CH6_DST_SPEC

write(|w| ..) method takes ch6_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_dst::CH6_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_dst::CH6_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch6_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_link::CH6_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_link::CH6_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch6_loop::CH6_LOOP_SPEC

write(|w| ..) method takes ch6_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_loop::CH6_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_loop::CH6_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch6_reqsel::CH6_REQSEL_SPEC

write(|w| ..) method takes ch6_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_reqsel::CH6_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_reqsel::CH6_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch6_src::CH6_SRC_SPEC

write(|w| ..) method takes ch6_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_src::CH6_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch6_src::CH6_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch7_cfg::CH7_CFG_SPEC

write(|w| ..) method takes ch7_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_cfg::CH7_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_cfg::CH7_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch7_ctrl::CH7_CTRL_SPEC

write(|w| ..) method takes ch7_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch7_dst::CH7_DST_SPEC

write(|w| ..) method takes ch7_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_dst::CH7_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_dst::CH7_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch7_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_link::CH7_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_link::CH7_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch7_loop::CH7_LOOP_SPEC

write(|w| ..) method takes ch7_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_loop::CH7_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_loop::CH7_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch7_reqsel::CH7_REQSEL_SPEC

write(|w| ..) method takes ch7_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_reqsel::CH7_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_reqsel::CH7_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch7_src::CH7_SRC_SPEC

write(|w| ..) method takes ch7_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_src::CH7_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch7_src::CH7_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch8_cfg::CH8_CFG_SPEC

write(|w| ..) method takes ch8_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_cfg::CH8_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_cfg::CH8_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch8_ctrl::CH8_CTRL_SPEC

write(|w| ..) method takes ch8_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_ctrl::CH8_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_ctrl::CH8_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch8_dst::CH8_DST_SPEC

write(|w| ..) method takes ch8_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_dst::CH8_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_dst::CH8_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch8_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_link::CH8_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_link::CH8_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch8_loop::CH8_LOOP_SPEC

write(|w| ..) method takes ch8_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_loop::CH8_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_loop::CH8_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch8_reqsel::CH8_REQSEL_SPEC

write(|w| ..) method takes ch8_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_reqsel::CH8_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_reqsel::CH8_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch8_src::CH8_SRC_SPEC

write(|w| ..) method takes ch8_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_src::CH8_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch8_src::CH8_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch9_cfg::CH9_CFG_SPEC

write(|w| ..) method takes ch9_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_cfg::CH9_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_cfg::CH9_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch9_ctrl::CH9_CTRL_SPEC

write(|w| ..) method takes ch9_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_ctrl::CH9_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_ctrl::CH9_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch9_dst::CH9_DST_SPEC

write(|w| ..) method takes ch9_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_dst::CH9_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_dst::CH9_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch9_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_link::CH9_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_link::CH9_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch9_loop::CH9_LOOP_SPEC

write(|w| ..) method takes ch9_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_loop::CH9_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_loop::CH9_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch9_reqsel::CH9_REQSEL_SPEC

write(|w| ..) method takes ch9_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_reqsel::CH9_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_reqsel::CH9_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch9_src::CH9_SRC_SPEC

write(|w| ..) method takes ch9_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_src::CH9_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch9_src::CH9_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch10_cfg::CH10_CFG_SPEC

write(|w| ..) method takes ch10_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_cfg::CH10_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_cfg::CH10_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch10_ctrl::CH10_CTRL_SPEC

write(|w| ..) method takes ch10_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_ctrl::CH10_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_ctrl::CH10_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch10_dst::CH10_DST_SPEC

write(|w| ..) method takes ch10_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_dst::CH10_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_dst::CH10_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch10_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_link::CH10_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_link::CH10_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch10_loop::CH10_LOOP_SPEC

write(|w| ..) method takes ch10_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_loop::CH10_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_loop::CH10_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch10_reqsel::CH10_REQSEL_SPEC

write(|w| ..) method takes ch10_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_reqsel::CH10_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_reqsel::CH10_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch10_src::CH10_SRC_SPEC

write(|w| ..) method takes ch10_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_src::CH10_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch10_src::CH10_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch11_cfg::CH11_CFG_SPEC

write(|w| ..) method takes ch11_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_cfg::CH11_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_cfg::CH11_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch11_ctrl::CH11_CTRL_SPEC

write(|w| ..) method takes ch11_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_ctrl::CH11_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_ctrl::CH11_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch11_dst::CH11_DST_SPEC

write(|w| ..) method takes ch11_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_dst::CH11_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_dst::CH11_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch11_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_link::CH11_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_link::CH11_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch11_loop::CH11_LOOP_SPEC

write(|w| ..) method takes ch11_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_loop::CH11_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_loop::CH11_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch11_reqsel::CH11_REQSEL_SPEC

write(|w| ..) method takes ch11_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_reqsel::CH11_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_reqsel::CH11_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch11_src::CH11_SRC_SPEC

write(|w| ..) method takes ch11_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_src::CH11_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch11_src::CH11_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch12_cfg::CH12_CFG_SPEC

write(|w| ..) method takes ch12_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_cfg::CH12_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_cfg::CH12_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch12_ctrl::CH12_CTRL_SPEC

write(|w| ..) method takes ch12_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_ctrl::CH12_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_ctrl::CH12_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch12_dst::CH12_DST_SPEC

write(|w| ..) method takes ch12_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_dst::CH12_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_dst::CH12_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch12_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_link::CH12_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_link::CH12_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch12_loop::CH12_LOOP_SPEC

write(|w| ..) method takes ch12_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_loop::CH12_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_loop::CH12_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch12_reqsel::CH12_REQSEL_SPEC

write(|w| ..) method takes ch12_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_reqsel::CH12_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_reqsel::CH12_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch12_src::CH12_SRC_SPEC

write(|w| ..) method takes ch12_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_src::CH12_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch12_src::CH12_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch13_cfg::CH13_CFG_SPEC

write(|w| ..) method takes ch13_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_cfg::CH13_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_cfg::CH13_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch13_ctrl::CH13_CTRL_SPEC

write(|w| ..) method takes ch13_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_ctrl::CH13_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_ctrl::CH13_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch13_dst::CH13_DST_SPEC

write(|w| ..) method takes ch13_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_dst::CH13_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_dst::CH13_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch13_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_link::CH13_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_link::CH13_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch13_loop::CH13_LOOP_SPEC

write(|w| ..) method takes ch13_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_loop::CH13_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_loop::CH13_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch13_reqsel::CH13_REQSEL_SPEC

write(|w| ..) method takes ch13_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_reqsel::CH13_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_reqsel::CH13_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch13_src::CH13_SRC_SPEC

write(|w| ..) method takes ch13_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_src::CH13_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch13_src::CH13_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch14_cfg::CH14_CFG_SPEC

write(|w| ..) method takes ch14_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_cfg::CH14_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_cfg::CH14_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch14_ctrl::CH14_CTRL_SPEC

write(|w| ..) method takes ch14_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_ctrl::CH14_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_ctrl::CH14_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch14_dst::CH14_DST_SPEC

write(|w| ..) method takes ch14_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_dst::CH14_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_dst::CH14_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch14_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_link::CH14_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_link::CH14_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch14_loop::CH14_LOOP_SPEC

write(|w| ..) method takes ch14_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_loop::CH14_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_loop::CH14_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch14_reqsel::CH14_REQSEL_SPEC

write(|w| ..) method takes ch14_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_reqsel::CH14_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_reqsel::CH14_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch14_src::CH14_SRC_SPEC

write(|w| ..) method takes ch14_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_src::CH14_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch14_src::CH14_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch15_cfg::CH15_CFG_SPEC

write(|w| ..) method takes ch15_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_cfg::CH15_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_cfg::CH15_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch15_ctrl::CH15_CTRL_SPEC

write(|w| ..) method takes ch15_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_ctrl::CH15_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_ctrl::CH15_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch15_dst::CH15_DST_SPEC

write(|w| ..) method takes ch15_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_dst::CH15_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_dst::CH15_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch15_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_link::CH15_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_link::CH15_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch15_loop::CH15_LOOP_SPEC

write(|w| ..) method takes ch15_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_loop::CH15_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_loop::CH15_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch15_reqsel::CH15_REQSEL_SPEC

write(|w| ..) method takes ch15_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_reqsel::CH15_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_reqsel::CH15_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch15_src::CH15_SRC_SPEC

write(|w| ..) method takes ch15_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_src::CH15_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch15_src::CH15_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch16_cfg::CH16_CFG_SPEC

write(|w| ..) method takes ch16_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_cfg::CH16_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_cfg::CH16_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch16_ctrl::CH16_CTRL_SPEC

write(|w| ..) method takes ch16_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_ctrl::CH16_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_ctrl::CH16_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch16_dst::CH16_DST_SPEC

write(|w| ..) method takes ch16_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_dst::CH16_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_dst::CH16_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch16_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_link::CH16_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_link::CH16_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch16_loop::CH16_LOOP_SPEC

write(|w| ..) method takes ch16_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_loop::CH16_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_loop::CH16_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch16_reqsel::CH16_REQSEL_SPEC

write(|w| ..) method takes ch16_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_reqsel::CH16_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_reqsel::CH16_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch16_src::CH16_SRC_SPEC

write(|w| ..) method takes ch16_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_src::CH16_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch16_src::CH16_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch17_cfg::CH17_CFG_SPEC

write(|w| ..) method takes ch17_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_cfg::CH17_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_cfg::CH17_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch17_ctrl::CH17_CTRL_SPEC

write(|w| ..) method takes ch17_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_ctrl::CH17_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_ctrl::CH17_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch17_dst::CH17_DST_SPEC

write(|w| ..) method takes ch17_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_dst::CH17_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_dst::CH17_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch17_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_link::CH17_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_link::CH17_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch17_loop::CH17_LOOP_SPEC

write(|w| ..) method takes ch17_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_loop::CH17_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_loop::CH17_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch17_reqsel::CH17_REQSEL_SPEC

write(|w| ..) method takes ch17_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_reqsel::CH17_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_reqsel::CH17_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch17_src::CH17_SRC_SPEC

write(|w| ..) method takes ch17_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_src::CH17_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch17_src::CH17_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch18_cfg::CH18_CFG_SPEC

write(|w| ..) method takes ch18_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_cfg::CH18_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_cfg::CH18_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch18_ctrl::CH18_CTRL_SPEC

write(|w| ..) method takes ch18_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_ctrl::CH18_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_ctrl::CH18_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch18_dst::CH18_DST_SPEC

write(|w| ..) method takes ch18_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_dst::CH18_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_dst::CH18_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch18_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_link::CH18_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_link::CH18_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch18_loop::CH18_LOOP_SPEC

write(|w| ..) method takes ch18_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_loop::CH18_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_loop::CH18_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch18_reqsel::CH18_REQSEL_SPEC

write(|w| ..) method takes ch18_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_reqsel::CH18_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_reqsel::CH18_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch18_src::CH18_SRC_SPEC

write(|w| ..) method takes ch18_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_src::CH18_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch18_src::CH18_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch19_cfg::CH19_CFG_SPEC

write(|w| ..) method takes ch19_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_cfg::CH19_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_cfg::CH19_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch19_ctrl::CH19_CTRL_SPEC

write(|w| ..) method takes ch19_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_ctrl::CH19_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_ctrl::CH19_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch19_dst::CH19_DST_SPEC

write(|w| ..) method takes ch19_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_dst::CH19_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_dst::CH19_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch19_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_link::CH19_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_link::CH19_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch19_loop::CH19_LOOP_SPEC

write(|w| ..) method takes ch19_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_loop::CH19_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_loop::CH19_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch19_reqsel::CH19_REQSEL_SPEC

write(|w| ..) method takes ch19_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_reqsel::CH19_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_reqsel::CH19_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch19_src::CH19_SRC_SPEC

write(|w| ..) method takes ch19_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_src::CH19_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch19_src::CH19_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch20_cfg::CH20_CFG_SPEC

write(|w| ..) method takes ch20_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_cfg::CH20_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_cfg::CH20_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch20_ctrl::CH20_CTRL_SPEC

write(|w| ..) method takes ch20_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_ctrl::CH20_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_ctrl::CH20_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch20_dst::CH20_DST_SPEC

write(|w| ..) method takes ch20_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_dst::CH20_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_dst::CH20_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch20_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_link::CH20_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_link::CH20_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch20_loop::CH20_LOOP_SPEC

write(|w| ..) method takes ch20_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_loop::CH20_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_loop::CH20_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch20_reqsel::CH20_REQSEL_SPEC

write(|w| ..) method takes ch20_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_reqsel::CH20_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_reqsel::CH20_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch20_src::CH20_SRC_SPEC

write(|w| ..) method takes ch20_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_src::CH20_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch20_src::CH20_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch21_cfg::CH21_CFG_SPEC

write(|w| ..) method takes ch21_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_cfg::CH21_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_cfg::CH21_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch21_ctrl::CH21_CTRL_SPEC

write(|w| ..) method takes ch21_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_ctrl::CH21_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_ctrl::CH21_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch21_dst::CH21_DST_SPEC

write(|w| ..) method takes ch21_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_dst::CH21_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_dst::CH21_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch21_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_link::CH21_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_link::CH21_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch21_loop::CH21_LOOP_SPEC

write(|w| ..) method takes ch21_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_loop::CH21_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_loop::CH21_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch21_reqsel::CH21_REQSEL_SPEC

write(|w| ..) method takes ch21_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_reqsel::CH21_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_reqsel::CH21_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch21_src::CH21_SRC_SPEC

write(|w| ..) method takes ch21_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_src::CH21_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch21_src::CH21_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch22_cfg::CH22_CFG_SPEC

write(|w| ..) method takes ch22_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_cfg::CH22_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_cfg::CH22_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch22_ctrl::CH22_CTRL_SPEC

write(|w| ..) method takes ch22_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_ctrl::CH22_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_ctrl::CH22_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch22_dst::CH22_DST_SPEC

write(|w| ..) method takes ch22_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_dst::CH22_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_dst::CH22_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch22_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_link::CH22_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_link::CH22_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch22_loop::CH22_LOOP_SPEC

write(|w| ..) method takes ch22_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_loop::CH22_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_loop::CH22_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch22_reqsel::CH22_REQSEL_SPEC

write(|w| ..) method takes ch22_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_reqsel::CH22_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_reqsel::CH22_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch22_src::CH22_SRC_SPEC

write(|w| ..) method takes ch22_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_src::CH22_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch22_src::CH22_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch23_cfg::CH23_CFG_SPEC

write(|w| ..) method takes ch23_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_cfg::CH23_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_cfg::CH23_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch23_ctrl::CH23_CTRL_SPEC

write(|w| ..) method takes ch23_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_ctrl::CH23_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_ctrl::CH23_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch23_dst::CH23_DST_SPEC

write(|w| ..) method takes ch23_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_dst::CH23_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_dst::CH23_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch23_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_link::CH23_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_link::CH23_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch23_loop::CH23_LOOP_SPEC

write(|w| ..) method takes ch23_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_loop::CH23_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_loop::CH23_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch23_reqsel::CH23_REQSEL_SPEC

write(|w| ..) method takes ch23_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_reqsel::CH23_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_reqsel::CH23_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ch23_src::CH23_SRC_SPEC

write(|w| ..) method takes ch23_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_src::CH23_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ch23_src::CH23_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::chdone::CHDONE_SPEC

write(|w| ..) method takes chdone::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::chdone::CHDONE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::chdone::CHDONE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::chen::CHEN_SPEC

write(|w| ..) method takes chen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::dbghalt::DBGHALT_SPEC

write(|w| ..) method takes dbghalt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::dbghalt::DBGHALT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::dbghalt::DBGHALT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::linkload::LINKLOAD_SPEC

write(|w| ..) method takes linkload::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::linkload::LINKLOAD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::linkload::LINKLOAD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::reqclear::REQCLEAR_SPEC

write(|w| ..) method takes reqclear::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::reqclear::REQCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::reqclear::REQCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::reqdis::REQDIS_SPEC

write(|w| ..) method takes reqdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::reqdis::REQDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::reqdis::REQDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::swreq::SWREQ_SPEC

write(|w| ..) method takes swreq::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::swreq::SWREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::swreq::SWREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::ldma::sync::SYNC_SPEC

write(|w| ..) method takes sync::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::sync::SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::ldma::sync::SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::altexconf::ALTEXCONF_SPEC

write(|w| ..) method takes altexconf::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::altexconf::ALTEXCONF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::altexconf::ALTEXCONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::biasctrl::BIASCTRL_SPEC

write(|w| ..) method takes biasctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf0_data::BUF0_DATA_SPEC

write(|w| ..) method takes buf0_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf0_data::BUF0_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf0_data::BUF0_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf1_data::BUF1_DATA_SPEC

write(|w| ..) method takes buf1_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf1_data::BUF1_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf1_data::BUF1_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf2_data::BUF2_DATA_SPEC

write(|w| ..) method takes buf2_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf2_data::BUF2_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf2_data::BUF2_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf3_data::BUF3_DATA_SPEC

write(|w| ..) method takes buf3_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf3_data::BUF3_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf3_data::BUF3_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf4_data::BUF4_DATA_SPEC

write(|w| ..) method takes buf4_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf4_data::BUF4_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf4_data::BUF4_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf5_data::BUF5_DATA_SPEC

write(|w| ..) method takes buf5_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf5_data::BUF5_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf5_data::BUF5_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf6_data::BUF6_DATA_SPEC

write(|w| ..) method takes buf6_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf6_data::BUF6_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf6_data::BUF6_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf7_data::BUF7_DATA_SPEC

write(|w| ..) method takes buf7_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf7_data::BUF7_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf7_data::BUF7_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf8_data::BUF8_DATA_SPEC

write(|w| ..) method takes buf8_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf8_data::BUF8_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf8_data::BUF8_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf9_data::BUF9_DATA_SPEC

write(|w| ..) method takes buf9_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf9_data::BUF9_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf9_data::BUF9_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf10_data::BUF10_DATA_SPEC

write(|w| ..) method takes buf10_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf10_data::BUF10_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf10_data::BUF10_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf11_data::BUF11_DATA_SPEC

write(|w| ..) method takes buf11_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf11_data::BUF11_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf11_data::BUF11_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf12_data::BUF12_DATA_SPEC

write(|w| ..) method takes buf12_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf12_data::BUF12_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf12_data::BUF12_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf13_data::BUF13_DATA_SPEC

write(|w| ..) method takes buf13_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf13_data::BUF13_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf13_data::BUF13_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf14_data::BUF14_DATA_SPEC

write(|w| ..) method takes buf14_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf14_data::BUF14_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf14_data::BUF14_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::buf15_data::BUF15_DATA_SPEC

write(|w| ..) method takes buf15_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf15_data::BUF15_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::buf15_data::BUF15_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch0_eval::CH0_EVAL_SPEC

write(|w| ..) method takes ch0_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch0_eval::CH0_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch0_eval::CH0_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch0_interact::CH0_INTERACT_SPEC

write(|w| ..) method takes ch0_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch0_interact::CH0_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch0_interact::CH0_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch0_timing::CH0_TIMING_SPEC

write(|w| ..) method takes ch0_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch0_timing::CH0_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch0_timing::CH0_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch1_eval::CH1_EVAL_SPEC

write(|w| ..) method takes ch1_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch1_eval::CH1_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch1_eval::CH1_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch1_interact::CH1_INTERACT_SPEC

write(|w| ..) method takes ch1_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch1_interact::CH1_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch1_interact::CH1_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch1_timing::CH1_TIMING_SPEC

write(|w| ..) method takes ch1_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch1_timing::CH1_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch1_timing::CH1_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch2_eval::CH2_EVAL_SPEC

write(|w| ..) method takes ch2_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch2_eval::CH2_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch2_eval::CH2_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch2_interact::CH2_INTERACT_SPEC

write(|w| ..) method takes ch2_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch2_interact::CH2_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch2_interact::CH2_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch2_timing::CH2_TIMING_SPEC

write(|w| ..) method takes ch2_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch2_timing::CH2_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch2_timing::CH2_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch3_eval::CH3_EVAL_SPEC

write(|w| ..) method takes ch3_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch3_eval::CH3_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch3_eval::CH3_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch3_interact::CH3_INTERACT_SPEC

write(|w| ..) method takes ch3_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch3_interact::CH3_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch3_interact::CH3_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch3_timing::CH3_TIMING_SPEC

write(|w| ..) method takes ch3_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch3_timing::CH3_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch3_timing::CH3_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch4_eval::CH4_EVAL_SPEC

write(|w| ..) method takes ch4_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch4_eval::CH4_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch4_eval::CH4_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch4_interact::CH4_INTERACT_SPEC

write(|w| ..) method takes ch4_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch4_interact::CH4_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch4_interact::CH4_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch4_timing::CH4_TIMING_SPEC

write(|w| ..) method takes ch4_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch4_timing::CH4_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch4_timing::CH4_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch5_eval::CH5_EVAL_SPEC

write(|w| ..) method takes ch5_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch5_eval::CH5_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch5_eval::CH5_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch5_interact::CH5_INTERACT_SPEC

write(|w| ..) method takes ch5_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch5_interact::CH5_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch5_interact::CH5_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch5_timing::CH5_TIMING_SPEC

write(|w| ..) method takes ch5_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch5_timing::CH5_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch5_timing::CH5_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch6_eval::CH6_EVAL_SPEC

write(|w| ..) method takes ch6_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch6_eval::CH6_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch6_eval::CH6_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch6_interact::CH6_INTERACT_SPEC

write(|w| ..) method takes ch6_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch6_interact::CH6_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch6_interact::CH6_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch6_timing::CH6_TIMING_SPEC

write(|w| ..) method takes ch6_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch6_timing::CH6_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch6_timing::CH6_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch7_eval::CH7_EVAL_SPEC

write(|w| ..) method takes ch7_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch7_eval::CH7_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch7_eval::CH7_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch7_interact::CH7_INTERACT_SPEC

write(|w| ..) method takes ch7_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch7_interact::CH7_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch7_interact::CH7_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch7_timing::CH7_TIMING_SPEC

write(|w| ..) method takes ch7_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch7_timing::CH7_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch7_timing::CH7_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch8_eval::CH8_EVAL_SPEC

write(|w| ..) method takes ch8_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch8_eval::CH8_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch8_eval::CH8_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch8_interact::CH8_INTERACT_SPEC

write(|w| ..) method takes ch8_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch8_interact::CH8_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch8_interact::CH8_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch8_timing::CH8_TIMING_SPEC

write(|w| ..) method takes ch8_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch8_timing::CH8_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch8_timing::CH8_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch9_eval::CH9_EVAL_SPEC

write(|w| ..) method takes ch9_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch9_eval::CH9_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch9_eval::CH9_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch9_interact::CH9_INTERACT_SPEC

write(|w| ..) method takes ch9_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch9_interact::CH9_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch9_interact::CH9_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch9_timing::CH9_TIMING_SPEC

write(|w| ..) method takes ch9_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch9_timing::CH9_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch9_timing::CH9_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch10_eval::CH10_EVAL_SPEC

write(|w| ..) method takes ch10_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch10_eval::CH10_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch10_eval::CH10_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch10_interact::CH10_INTERACT_SPEC

write(|w| ..) method takes ch10_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch10_interact::CH10_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch10_interact::CH10_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch10_timing::CH10_TIMING_SPEC

write(|w| ..) method takes ch10_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch10_timing::CH10_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch10_timing::CH10_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch11_eval::CH11_EVAL_SPEC

write(|w| ..) method takes ch11_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch11_eval::CH11_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch11_eval::CH11_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch11_interact::CH11_INTERACT_SPEC

write(|w| ..) method takes ch11_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch11_interact::CH11_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch11_interact::CH11_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch11_timing::CH11_TIMING_SPEC

write(|w| ..) method takes ch11_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch11_timing::CH11_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch11_timing::CH11_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch12_eval::CH12_EVAL_SPEC

write(|w| ..) method takes ch12_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch12_eval::CH12_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch12_eval::CH12_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch12_interact::CH12_INTERACT_SPEC

write(|w| ..) method takes ch12_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch12_interact::CH12_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch12_interact::CH12_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch12_timing::CH12_TIMING_SPEC

write(|w| ..) method takes ch12_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch12_timing::CH12_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch12_timing::CH12_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch13_eval::CH13_EVAL_SPEC

write(|w| ..) method takes ch13_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch13_eval::CH13_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch13_eval::CH13_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch13_interact::CH13_INTERACT_SPEC

write(|w| ..) method takes ch13_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch13_interact::CH13_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch13_interact::CH13_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch13_timing::CH13_TIMING_SPEC

write(|w| ..) method takes ch13_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch13_timing::CH13_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch13_timing::CH13_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch14_eval::CH14_EVAL_SPEC

write(|w| ..) method takes ch14_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch14_eval::CH14_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch14_eval::CH14_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch14_interact::CH14_INTERACT_SPEC

write(|w| ..) method takes ch14_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch14_interact::CH14_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch14_interact::CH14_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch14_timing::CH14_TIMING_SPEC

write(|w| ..) method takes ch14_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch14_timing::CH14_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch14_timing::CH14_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch15_eval::CH15_EVAL_SPEC

write(|w| ..) method takes ch15_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch15_eval::CH15_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch15_eval::CH15_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch15_interact::CH15_INTERACT_SPEC

write(|w| ..) method takes ch15_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch15_interact::CH15_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch15_interact::CH15_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ch15_timing::CH15_TIMING_SPEC

write(|w| ..) method takes ch15_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch15_timing::CH15_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ch15_timing::CH15_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::chen::CHEN_SPEC

write(|w| ..) method takes chen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::decctrl::DECCTRL_SPEC

write(|w| ..) method takes decctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::decctrl::DECCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::decctrl::DECCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::decstate::DECSTATE_SPEC

write(|w| ..) method takes decstate::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::decstate::DECSTATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::decstate::DECSTATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::evalctrl::EVALCTRL_SPEC

write(|w| ..) method takes evalctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::evalctrl::EVALCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::evalctrl::EVALCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::idleconf::IDLECONF_SPEC

write(|w| ..) method takes idleconf::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::idleconf::IDLECONF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::idleconf::IDLECONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::perctrl::PERCTRL_SPEC

write(|w| ..) method takes perctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::perctrl::PERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::perctrl::PERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::prsctrl::PRSCTRL_SPEC

write(|w| ..) method takes prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::prsctrl::PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::prsctrl::PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::scanres::SCANRES_SPEC

write(|w| ..) method takes scanres::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::scanres::SCANRES_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::scanres::SCANRES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::sensorstate::SENSORSTATE_SPEC

write(|w| ..) method takes sensorstate::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::sensorstate::SENSORSTATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::sensorstate::SENSORSTATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st0_tconfa::ST0_TCONFA_SPEC

write(|w| ..) method takes st0_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st0_tconfa::ST0_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st0_tconfa::ST0_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st0_tconfb::ST0_TCONFB_SPEC

write(|w| ..) method takes st0_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st0_tconfb::ST0_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st0_tconfb::ST0_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st1_tconfa::ST1_TCONFA_SPEC

write(|w| ..) method takes st1_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st1_tconfa::ST1_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st1_tconfa::ST1_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st1_tconfb::ST1_TCONFB_SPEC

write(|w| ..) method takes st1_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st1_tconfb::ST1_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st1_tconfb::ST1_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st2_tconfa::ST2_TCONFA_SPEC

write(|w| ..) method takes st2_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st2_tconfa::ST2_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st2_tconfa::ST2_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st2_tconfb::ST2_TCONFB_SPEC

write(|w| ..) method takes st2_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st2_tconfb::ST2_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st2_tconfb::ST2_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st3_tconfa::ST3_TCONFA_SPEC

write(|w| ..) method takes st3_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st3_tconfa::ST3_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st3_tconfa::ST3_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st3_tconfb::ST3_TCONFB_SPEC

write(|w| ..) method takes st3_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st3_tconfb::ST3_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st3_tconfb::ST3_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st4_tconfa::ST4_TCONFA_SPEC

write(|w| ..) method takes st4_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st4_tconfa::ST4_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st4_tconfa::ST4_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st4_tconfb::ST4_TCONFB_SPEC

write(|w| ..) method takes st4_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st4_tconfb::ST4_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st4_tconfb::ST4_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st5_tconfa::ST5_TCONFA_SPEC

write(|w| ..) method takes st5_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st5_tconfa::ST5_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st5_tconfa::ST5_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st5_tconfb::ST5_TCONFB_SPEC

write(|w| ..) method takes st5_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st5_tconfb::ST5_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st5_tconfb::ST5_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st6_tconfa::ST6_TCONFA_SPEC

write(|w| ..) method takes st6_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st6_tconfa::ST6_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st6_tconfa::ST6_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st6_tconfb::ST6_TCONFB_SPEC

write(|w| ..) method takes st6_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st6_tconfb::ST6_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st6_tconfb::ST6_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st7_tconfa::ST7_TCONFA_SPEC

write(|w| ..) method takes st7_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st7_tconfa::ST7_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st7_tconfa::ST7_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st7_tconfb::ST7_TCONFB_SPEC

write(|w| ..) method takes st7_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st7_tconfb::ST7_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st7_tconfb::ST7_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st8_tconfa::ST8_TCONFA_SPEC

write(|w| ..) method takes st8_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st8_tconfa::ST8_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st8_tconfa::ST8_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st8_tconfb::ST8_TCONFB_SPEC

write(|w| ..) method takes st8_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st8_tconfb::ST8_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st8_tconfb::ST8_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st9_tconfa::ST9_TCONFA_SPEC

write(|w| ..) method takes st9_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st9_tconfa::ST9_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st9_tconfa::ST9_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st9_tconfb::ST9_TCONFB_SPEC

write(|w| ..) method takes st9_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st9_tconfb::ST9_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st9_tconfb::ST9_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st10_tconfa::ST10_TCONFA_SPEC

write(|w| ..) method takes st10_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st10_tconfa::ST10_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st10_tconfa::ST10_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st10_tconfb::ST10_TCONFB_SPEC

write(|w| ..) method takes st10_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st10_tconfb::ST10_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st10_tconfb::ST10_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st11_tconfa::ST11_TCONFA_SPEC

write(|w| ..) method takes st11_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st11_tconfa::ST11_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st11_tconfa::ST11_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st11_tconfb::ST11_TCONFB_SPEC

write(|w| ..) method takes st11_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st11_tconfb::ST11_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st11_tconfb::ST11_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st12_tconfa::ST12_TCONFA_SPEC

write(|w| ..) method takes st12_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st12_tconfa::ST12_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st12_tconfa::ST12_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st12_tconfb::ST12_TCONFB_SPEC

write(|w| ..) method takes st12_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st12_tconfb::ST12_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st12_tconfb::ST12_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st13_tconfa::ST13_TCONFA_SPEC

write(|w| ..) method takes st13_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st13_tconfa::ST13_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st13_tconfa::ST13_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st13_tconfb::ST13_TCONFB_SPEC

write(|w| ..) method takes st13_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st13_tconfb::ST13_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st13_tconfb::ST13_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st14_tconfa::ST14_TCONFA_SPEC

write(|w| ..) method takes st14_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st14_tconfa::ST14_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st14_tconfa::ST14_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st14_tconfb::ST14_TCONFB_SPEC

write(|w| ..) method takes st14_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st14_tconfb::ST14_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st14_tconfb::ST14_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st15_tconfa::ST15_TCONFA_SPEC

write(|w| ..) method takes st15_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st15_tconfa::ST15_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st15_tconfa::ST15_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st15_tconfb::ST15_TCONFB_SPEC

write(|w| ..) method takes st15_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st15_tconfb::ST15_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st15_tconfb::ST15_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st16_tconfa::ST16_TCONFA_SPEC

write(|w| ..) method takes st16_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st16_tconfa::ST16_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st16_tconfa::ST16_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st16_tconfb::ST16_TCONFB_SPEC

write(|w| ..) method takes st16_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st16_tconfb::ST16_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st16_tconfb::ST16_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st17_tconfa::ST17_TCONFA_SPEC

write(|w| ..) method takes st17_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st17_tconfa::ST17_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st17_tconfa::ST17_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st17_tconfb::ST17_TCONFB_SPEC

write(|w| ..) method takes st17_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st17_tconfb::ST17_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st17_tconfb::ST17_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st18_tconfa::ST18_TCONFA_SPEC

write(|w| ..) method takes st18_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st18_tconfa::ST18_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st18_tconfa::ST18_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st18_tconfb::ST18_TCONFB_SPEC

write(|w| ..) method takes st18_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st18_tconfb::ST18_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st18_tconfb::ST18_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st19_tconfa::ST19_TCONFA_SPEC

write(|w| ..) method takes st19_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st19_tconfa::ST19_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st19_tconfa::ST19_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st19_tconfb::ST19_TCONFB_SPEC

write(|w| ..) method takes st19_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st19_tconfb::ST19_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st19_tconfb::ST19_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st20_tconfa::ST20_TCONFA_SPEC

write(|w| ..) method takes st20_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st20_tconfa::ST20_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st20_tconfa::ST20_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st20_tconfb::ST20_TCONFB_SPEC

write(|w| ..) method takes st20_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st20_tconfb::ST20_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st20_tconfb::ST20_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st21_tconfa::ST21_TCONFA_SPEC

write(|w| ..) method takes st21_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st21_tconfa::ST21_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st21_tconfa::ST21_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st21_tconfb::ST21_TCONFB_SPEC

write(|w| ..) method takes st21_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st21_tconfb::ST21_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st21_tconfb::ST21_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st22_tconfa::ST22_TCONFA_SPEC

write(|w| ..) method takes st22_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st22_tconfa::ST22_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st22_tconfa::ST22_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st22_tconfb::ST22_TCONFB_SPEC

write(|w| ..) method takes st22_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st22_tconfb::ST22_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st22_tconfb::ST22_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st23_tconfa::ST23_TCONFA_SPEC

write(|w| ..) method takes st23_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st23_tconfa::ST23_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st23_tconfa::ST23_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st23_tconfb::ST23_TCONFB_SPEC

write(|w| ..) method takes st23_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st23_tconfb::ST23_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st23_tconfb::ST23_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st24_tconfa::ST24_TCONFA_SPEC

write(|w| ..) method takes st24_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st24_tconfa::ST24_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st24_tconfa::ST24_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st24_tconfb::ST24_TCONFB_SPEC

write(|w| ..) method takes st24_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st24_tconfb::ST24_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st24_tconfb::ST24_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st25_tconfa::ST25_TCONFA_SPEC

write(|w| ..) method takes st25_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st25_tconfa::ST25_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st25_tconfa::ST25_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st25_tconfb::ST25_TCONFB_SPEC

write(|w| ..) method takes st25_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st25_tconfb::ST25_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st25_tconfb::ST25_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st26_tconfa::ST26_TCONFA_SPEC

write(|w| ..) method takes st26_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st26_tconfa::ST26_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st26_tconfa::ST26_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st26_tconfb::ST26_TCONFB_SPEC

write(|w| ..) method takes st26_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st26_tconfb::ST26_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st26_tconfb::ST26_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st27_tconfa::ST27_TCONFA_SPEC

write(|w| ..) method takes st27_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st27_tconfa::ST27_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st27_tconfa::ST27_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st27_tconfb::ST27_TCONFB_SPEC

write(|w| ..) method takes st27_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st27_tconfb::ST27_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st27_tconfb::ST27_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st28_tconfa::ST28_TCONFA_SPEC

write(|w| ..) method takes st28_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st28_tconfa::ST28_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st28_tconfa::ST28_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st28_tconfb::ST28_TCONFB_SPEC

write(|w| ..) method takes st28_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st28_tconfb::ST28_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st28_tconfb::ST28_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st29_tconfa::ST29_TCONFA_SPEC

write(|w| ..) method takes st29_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st29_tconfa::ST29_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st29_tconfa::ST29_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st29_tconfb::ST29_TCONFB_SPEC

write(|w| ..) method takes st29_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st29_tconfb::ST29_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st29_tconfb::ST29_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st30_tconfa::ST30_TCONFA_SPEC

write(|w| ..) method takes st30_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st30_tconfa::ST30_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st30_tconfa::ST30_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st30_tconfb::ST30_TCONFB_SPEC

write(|w| ..) method takes st30_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st30_tconfb::ST30_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st30_tconfb::ST30_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st31_tconfa::ST31_TCONFA_SPEC

write(|w| ..) method takes st31_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st31_tconfa::ST31_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st31_tconfa::ST31_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::st31_tconfb::ST31_TCONFB_SPEC

write(|w| ..) method takes st31_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st31_tconfb::ST31_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::st31_tconfb::ST31_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::lesense::timctrl::TIMCTRL_SPEC

write(|w| ..) method takes timctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::lesense::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::comp0::COMP0_SPEC

write(|w| ..) method takes comp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::comp1::COMP1_SPEC

write(|w| ..) method takes comp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::prssel::PRSSEL_SPEC

write(|w| ..) method takes prssel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::rep0::REP0_SPEC

write(|w| ..) method takes rep0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::rep1::REP1_SPEC

write(|w| ..) method takes rep1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::comp0::COMP0_SPEC

write(|w| ..) method takes comp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::comp1::COMP1_SPEC

write(|w| ..) method takes comp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::prssel::PRSSEL_SPEC

write(|w| ..) method takes prssel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::rep0::REP0_SPEC

write(|w| ..) method takes rep0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::rep1::REP1_SPEC

write(|w| ..) method takes rep1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::letimer1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::letimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::pulsectrl::PULSECTRL_SPEC

write(|w| ..) method takes pulsectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::sigframe::SIGFRAME_SPEC

write(|w| ..) method takes sigframe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::startframe::STARTFRAME_SPEC

write(|w| ..) method takes startframe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::pulsectrl::PULSECTRL_SPEC

write(|w| ..) method takes pulsectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::sigframe::SIGFRAME_SPEC

write(|w| ..) method takes sigframe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::startframe::STARTFRAME_SPEC

write(|w| ..) method takes startframe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::leuart1::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::leuart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC

write(|w| ..) method takes aapunlockcmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::addrb::ADDRB_SPEC

write(|w| ..) method takes addrb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::bankswitchlock::BANKSWITCHLOCK_SPEC

write(|w| ..) method takes bankswitchlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::bankswitchlock::BANKSWITCHLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::bankswitchlock::BANKSWITCHLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC

write(|w| ..) method takes bootloaderctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::cachecmd::CACHECMD_SPEC

write(|w| ..) method takes cachecmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::cachecmd::CACHECMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::cachecmd::CACHECMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::cacheconfig0::CACHECONFIG0_SPEC

write(|w| ..) method takes cacheconfig0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::cacheconfig0::CACHECONFIG0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::cacheconfig0::CACHECONFIG0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::eccctrl::ECCCTRL_SPEC

write(|w| ..) method takes eccctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::eccctrl::ECCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::eccctrl::ECCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::masslock::MASSLOCK_SPEC

write(|w| ..) method takes masslock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::ramctrl::RAMCTRL_SPEC

write(|w| ..) method takes ramctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ramctrl::RAMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::ramctrl::RAMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::readctrl::READCTRL_SPEC

write(|w| ..) method takes readctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::startup::STARTUP_SPEC

write(|w| ..) method takes startup::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::startup::STARTUP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::startup::STARTUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::wdata::WDATA_SPEC

write(|w| ..) method takes wdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::writecmd::WRITECMD_SPEC

write(|w| ..) method takes writecmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::msc::writectrl::WRITECTRL_SPEC

write(|w| ..) method takes writectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::ovscfg::OVSCFG_SPEC

write(|w| ..) method takes ovscfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt0::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::ovscfg::OVSCFG_SPEC

write(|w| ..) method takes ovscfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt1::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::ovscfg::OVSCFG_SPEC

write(|w| ..) method takes ovscfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::pcnt2::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::pcnt2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch0_ctrl::CH0_CTRL_SPEC

write(|w| ..) method takes ch0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch1_ctrl::CH1_CTRL_SPEC

write(|w| ..) method takes ch1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch2_ctrl::CH2_CTRL_SPEC

write(|w| ..) method takes ch2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch3_ctrl::CH3_CTRL_SPEC

write(|w| ..) method takes ch3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch4_ctrl::CH4_CTRL_SPEC

write(|w| ..) method takes ch4_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch5_ctrl::CH5_CTRL_SPEC

write(|w| ..) method takes ch5_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch6_ctrl::CH6_CTRL_SPEC

write(|w| ..) method takes ch6_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch7_ctrl::CH7_CTRL_SPEC

write(|w| ..) method takes ch7_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch8_ctrl::CH8_CTRL_SPEC

write(|w| ..) method takes ch8_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch8_ctrl::CH8_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch8_ctrl::CH8_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch9_ctrl::CH9_CTRL_SPEC

write(|w| ..) method takes ch9_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch9_ctrl::CH9_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch9_ctrl::CH9_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch10_ctrl::CH10_CTRL_SPEC

write(|w| ..) method takes ch10_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch10_ctrl::CH10_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch10_ctrl::CH10_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch11_ctrl::CH11_CTRL_SPEC

write(|w| ..) method takes ch11_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch11_ctrl::CH11_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch11_ctrl::CH11_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch12_ctrl::CH12_CTRL_SPEC

write(|w| ..) method takes ch12_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch12_ctrl::CH12_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch12_ctrl::CH12_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch13_ctrl::CH13_CTRL_SPEC

write(|w| ..) method takes ch13_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch13_ctrl::CH13_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch13_ctrl::CH13_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch14_ctrl::CH14_CTRL_SPEC

write(|w| ..) method takes ch14_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch14_ctrl::CH14_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch14_ctrl::CH14_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch15_ctrl::CH15_CTRL_SPEC

write(|w| ..) method takes ch15_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch15_ctrl::CH15_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch15_ctrl::CH15_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch16_ctrl::CH16_CTRL_SPEC

write(|w| ..) method takes ch16_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch16_ctrl::CH16_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch16_ctrl::CH16_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch17_ctrl::CH17_CTRL_SPEC

write(|w| ..) method takes ch17_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch17_ctrl::CH17_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch17_ctrl::CH17_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch18_ctrl::CH18_CTRL_SPEC

write(|w| ..) method takes ch18_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch18_ctrl::CH18_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch18_ctrl::CH18_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch19_ctrl::CH19_CTRL_SPEC

write(|w| ..) method takes ch19_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch19_ctrl::CH19_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch19_ctrl::CH19_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch20_ctrl::CH20_CTRL_SPEC

write(|w| ..) method takes ch20_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch20_ctrl::CH20_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch20_ctrl::CH20_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch21_ctrl::CH21_CTRL_SPEC

write(|w| ..) method takes ch21_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch21_ctrl::CH21_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch21_ctrl::CH21_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch22_ctrl::CH22_CTRL_SPEC

write(|w| ..) method takes ch22_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch22_ctrl::CH22_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch22_ctrl::CH22_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ch23_ctrl::CH23_CTRL_SPEC

write(|w| ..) method takes ch23_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch23_ctrl::CH23_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ch23_ctrl::CH23_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::dmareq0::DMAREQ0_SPEC

write(|w| ..) method takes dmareq0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::dmareq0::DMAREQ0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::dmareq0::DMAREQ0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::dmareq1::DMAREQ1_SPEC

write(|w| ..) method takes dmareq1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::dmareq1::DMAREQ1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::dmareq1::DMAREQ1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::routeloc3::ROUTELOC3_SPEC

write(|w| ..) method takes routeloc3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc3::ROUTELOC3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc3::ROUTELOC3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::routeloc4::ROUTELOC4_SPEC

write(|w| ..) method takes routeloc4::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc4::ROUTELOC4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc4::ROUTELOC4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::routeloc5::ROUTELOC5_SPEC

write(|w| ..) method takes routeloc5::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc5::ROUTELOC5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routeloc5::ROUTELOC5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::swlevel::SWLEVEL_SPEC

write(|w| ..) method takes swlevel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::prs::swpulse::SWPULSE_SPEC

write(|w| ..) method takes swpulse::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rmu::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rmu::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rmu::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rmu::rst::RST_SPEC

write(|w| ..) method takes rst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rmu::rst::RST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rmu::rst::RST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::compa_comp::COMPA_COMP_SPEC

write(|w| ..) method takes compa_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compa_comp::COMPA_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compa_comp::COMPA_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::compb_comp::COMPB_COMP_SPEC

write(|w| ..) method takes compb_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compb_comp::COMPB_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compb_comp::COMPB_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::compc_comp::COMPC_COMP_SPEC

write(|w| ..) method takes compc_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compc_comp::COMPC_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compc_comp::COMPC_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::compd_comp::COMPD_COMP_SPEC

write(|w| ..) method takes compd_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compd_comp::COMPD_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compd_comp::COMPD_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::compe_comp::COMPE_COMP_SPEC

write(|w| ..) method takes compe_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compe_comp::COMPE_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compe_comp::COMPE_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::compf_comp::COMPF_COMP_SPEC

write(|w| ..) method takes compf_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compf_comp::COMPF_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::compf_comp::COMPF_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc0_date::CC0_DATE_SPEC

write(|w| ..) method takes cc0_date::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc0_date::CC0_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc0_date::CC0_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc0_time::CC0_TIME_SPEC

write(|w| ..) method takes cc0_time::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc0_time::CC0_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc0_time::CC0_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc1_date::CC1_DATE_SPEC

write(|w| ..) method takes cc1_date::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc1_date::CC1_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc1_date::CC1_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc1_time::CC1_TIME_SPEC

write(|w| ..) method takes cc1_time::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc1_time::CC1_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc1_time::CC1_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc2_date::CC2_DATE_SPEC

write(|w| ..) method takes cc2_date::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc2_date::CC2_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc2_date::CC2_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cc2_time::CC2_TIME_SPEC

write(|w| ..) method takes cc2_time::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc2_time::CC2_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cc2_time::CC2_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::date::DATE_SPEC

write(|w| ..) method takes date::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::date::DATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::date::DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::em4wuen::EM4WUEN_SPEC

write(|w| ..) method takes em4wuen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::powerdown::POWERDOWN_SPEC

write(|w| ..) method takes powerdown::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::powerdown::POWERDOWN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::powerdown::POWERDOWN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::precnt::PRECNT_SPEC

write(|w| ..) method takes precnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::precnt::PRECNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::precnt::PRECNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret0_reg::RET0_REG_SPEC

write(|w| ..) method takes ret0_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret0_reg::RET0_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret0_reg::RET0_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret1_reg::RET1_REG_SPEC

write(|w| ..) method takes ret1_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret1_reg::RET1_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret1_reg::RET1_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret2_reg::RET2_REG_SPEC

write(|w| ..) method takes ret2_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret2_reg::RET2_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret2_reg::RET2_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret3_reg::RET3_REG_SPEC

write(|w| ..) method takes ret3_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret3_reg::RET3_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret3_reg::RET3_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret4_reg::RET4_REG_SPEC

write(|w| ..) method takes ret4_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret4_reg::RET4_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret4_reg::RET4_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret5_reg::RET5_REG_SPEC

write(|w| ..) method takes ret5_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret5_reg::RET5_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret5_reg::RET5_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret6_reg::RET6_REG_SPEC

write(|w| ..) method takes ret6_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret6_reg::RET6_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret6_reg::RET6_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret7_reg::RET7_REG_SPEC

write(|w| ..) method takes ret7_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret7_reg::RET7_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret7_reg::RET7_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret8_reg::RET8_REG_SPEC

write(|w| ..) method takes ret8_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret8_reg::RET8_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret8_reg::RET8_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret9_reg::RET9_REG_SPEC

write(|w| ..) method takes ret9_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret9_reg::RET9_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret9_reg::RET9_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret10_reg::RET10_REG_SPEC

write(|w| ..) method takes ret10_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret10_reg::RET10_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret10_reg::RET10_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret11_reg::RET11_REG_SPEC

write(|w| ..) method takes ret11_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret11_reg::RET11_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret11_reg::RET11_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret12_reg::RET12_REG_SPEC

write(|w| ..) method takes ret12_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret12_reg::RET12_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret12_reg::RET12_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret13_reg::RET13_REG_SPEC

write(|w| ..) method takes ret13_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret13_reg::RET13_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret13_reg::RET13_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret14_reg::RET14_REG_SPEC

write(|w| ..) method takes ret14_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret14_reg::RET14_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret14_reg::RET14_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret15_reg::RET15_REG_SPEC

write(|w| ..) method takes ret15_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret15_reg::RET15_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret15_reg::RET15_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret16_reg::RET16_REG_SPEC

write(|w| ..) method takes ret16_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret16_reg::RET16_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret16_reg::RET16_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret17_reg::RET17_REG_SPEC

write(|w| ..) method takes ret17_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret17_reg::RET17_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret17_reg::RET17_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret18_reg::RET18_REG_SPEC

write(|w| ..) method takes ret18_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret18_reg::RET18_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret18_reg::RET18_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret19_reg::RET19_REG_SPEC

write(|w| ..) method takes ret19_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret19_reg::RET19_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret19_reg::RET19_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret20_reg::RET20_REG_SPEC

write(|w| ..) method takes ret20_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret20_reg::RET20_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret20_reg::RET20_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret21_reg::RET21_REG_SPEC

write(|w| ..) method takes ret21_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret21_reg::RET21_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret21_reg::RET21_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret22_reg::RET22_REG_SPEC

write(|w| ..) method takes ret22_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret22_reg::RET22_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret22_reg::RET22_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret23_reg::RET23_REG_SPEC

write(|w| ..) method takes ret23_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret23_reg::RET23_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret23_reg::RET23_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret24_reg::RET24_REG_SPEC

write(|w| ..) method takes ret24_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret24_reg::RET24_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret24_reg::RET24_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret25_reg::RET25_REG_SPEC

write(|w| ..) method takes ret25_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret25_reg::RET25_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret25_reg::RET25_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret26_reg::RET26_REG_SPEC

write(|w| ..) method takes ret26_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret26_reg::RET26_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret26_reg::RET26_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret27_reg::RET27_REG_SPEC

write(|w| ..) method takes ret27_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret27_reg::RET27_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret27_reg::RET27_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret28_reg::RET28_REG_SPEC

write(|w| ..) method takes ret28_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret28_reg::RET28_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret28_reg::RET28_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret29_reg::RET29_REG_SPEC

write(|w| ..) method takes ret29_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret29_reg::RET29_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret29_reg::RET29_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret30_reg::RET30_REG_SPEC

write(|w| ..) method takes ret30_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret30_reg::RET30_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret30_reg::RET30_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::ret31_reg::RET31_REG_SPEC

write(|w| ..) method takes ret31_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret31_reg::RET31_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::ret31_reg::RET31_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::rtcc::time::TIME_SPEC

write(|w| ..) method takes time::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::time::TIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::rtcc::time::TIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::smu::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::smu::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::smu::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::smu::ppuctrl::PPUCTRL_SPEC

write(|w| ..) method takes ppuctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ppuctrl::PPUCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ppuctrl::PPUCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::smu::ppupatd0::PPUPATD0_SPEC

write(|w| ..) method takes ppupatd0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ppupatd0::PPUPATD0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ppupatd0::PPUPATD0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::smu::ppupatd1::PPUPATD1_SPEC

write(|w| ..) method takes ppupatd1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ppupatd1::PPUPATD1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ppupatd1::PPUPATD1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::smu::ppupatd2::PPUPATD2_SPEC

write(|w| ..) method takes ppupatd2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ppupatd2::PPUPATD2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::smu::ppupatd2::PPUPATD2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer0::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer1::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer2::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer3::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer3::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer4::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer4::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer5::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer5::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::timer6::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::timer6::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::trng0::control::CONTROL_SPEC

write(|w| ..) method takes control::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::trng0::initwaitval::INITWAITVAL_SPEC

write(|w| ..) method takes initwaitval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::initwaitval::INITWAITVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::initwaitval::INITWAITVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::trng0::key0::KEY0_SPEC

write(|w| ..) method takes key0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::key0::KEY0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::key0::KEY0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::trng0::key1::KEY1_SPEC

write(|w| ..) method takes key1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::trng0::key2::KEY2_SPEC

write(|w| ..) method takes key2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::trng0::key3::KEY3_SPEC

write(|w| ..) method takes key3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::key3::KEY3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::key3::KEY3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::trng0::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::trng0::testdata::TESTDATA_SPEC

write(|w| ..) method takes testdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::testdata::TESTDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::trng0::testdata::TESTDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart0::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::uart1::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::uart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart0::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart1::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart2::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart2::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart3::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart3::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart4::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart4::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::usart5::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::usart5::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::cal::CAL_SPEC

write(|w| ..) method takes cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::ch0ctrl::CH0CTRL_SPEC

write(|w| ..) method takes ch0ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ch0ctrl::CH0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ch0ctrl::CH0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::ch0data::CH0DATA_SPEC

write(|w| ..) method takes ch0data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ch0data::CH0DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ch0data::CH0DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::ch1ctrl::CH1CTRL_SPEC

write(|w| ..) method takes ch1ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ch1ctrl::CH1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ch1ctrl::CH1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::ch1data::CH1DATA_SPEC

write(|w| ..) method takes ch1data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ch1data::CH1DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ch1data::CH1DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::combdata::COMBDATA_SPEC

write(|w| ..) method takes combdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::combdata::COMBDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::combdata::COMBDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa0_cal::OPA0_CAL_SPEC

write(|w| ..) method takes opa0_cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_cal::OPA0_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_cal::OPA0_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa0_ctrl::OPA0_CTRL_SPEC

write(|w| ..) method takes opa0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_ctrl::OPA0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_ctrl::OPA0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa0_mux::OPA0_MUX_SPEC

write(|w| ..) method takes opa0_mux::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_mux::OPA0_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_mux::OPA0_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa0_out::OPA0_OUT_SPEC

write(|w| ..) method takes opa0_out::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_out::OPA0_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_out::OPA0_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa0_timer::OPA0_TIMER_SPEC

write(|w| ..) method takes opa0_timer::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_timer::OPA0_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa0_timer::OPA0_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa1_cal::OPA1_CAL_SPEC

write(|w| ..) method takes opa1_cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_cal::OPA1_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_cal::OPA1_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa1_ctrl::OPA1_CTRL_SPEC

write(|w| ..) method takes opa1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_ctrl::OPA1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_ctrl::OPA1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa1_mux::OPA1_MUX_SPEC

write(|w| ..) method takes opa1_mux::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_mux::OPA1_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_mux::OPA1_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa1_out::OPA1_OUT_SPEC

write(|w| ..) method takes opa1_out::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_out::OPA1_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_out::OPA1_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa1_timer::OPA1_TIMER_SPEC

write(|w| ..) method takes opa1_timer::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_timer::OPA1_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa1_timer::OPA1_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa2_cal::OPA2_CAL_SPEC

write(|w| ..) method takes opa2_cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_cal::OPA2_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_cal::OPA2_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa2_ctrl::OPA2_CTRL_SPEC

write(|w| ..) method takes opa2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_ctrl::OPA2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_ctrl::OPA2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa2_mux::OPA2_MUX_SPEC

write(|w| ..) method takes opa2_mux::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_mux::OPA2_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_mux::OPA2_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa2_out::OPA2_OUT_SPEC

write(|w| ..) method takes opa2_out::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_out::OPA2_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_out::OPA2_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa2_timer::OPA2_TIMER_SPEC

write(|w| ..) method takes opa2_timer::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_timer::OPA2_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa2_timer::OPA2_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa3_cal::OPA3_CAL_SPEC

write(|w| ..) method takes opa3_cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_cal::OPA3_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_cal::OPA3_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa3_ctrl::OPA3_CTRL_SPEC

write(|w| ..) method takes opa3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_ctrl::OPA3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_ctrl::OPA3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa3_mux::OPA3_MUX_SPEC

write(|w| ..) method takes opa3_mux::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_mux::OPA3_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_mux::OPA3_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa3_out::OPA3_OUT_SPEC

write(|w| ..) method takes opa3_out::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_out::OPA3_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_out::OPA3_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::vdac0::opa3_timer::OPA3_TIMER_SPEC

write(|w| ..) method takes opa3_timer::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_timer::OPA3_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::vdac0::opa3_timer::OPA3_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC

write(|w| ..) method takes pch0_prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC

write(|w| ..) method takes pch1_prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog1::pch0_prsctrl::PCH0_PRSCTRL_SPEC

write(|w| ..) method takes pch0_prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wdog1::pch1_prsctrl::PCH1_PRSCTRL_SPEC

write(|w| ..) method takes pch1_prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wdog1::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer0::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer1::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer2::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b110::wtimer3::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b110::wtimer3::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::extifctrl::EXTIFCTRL_SPEC

write(|w| ..) method takes extifctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::hysteresis0::HYSTERESIS0_SPEC

write(|w| ..) method takes hysteresis0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::hysteresis1::HYSTERESIS1_SPEC

write(|w| ..) method takes hysteresis1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::inputsel::INPUTSEL_SPEC

write(|w| ..) method takes inputsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::extifctrl::EXTIFCTRL_SPEC

write(|w| ..) method takes extifctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::hysteresis0::HYSTERESIS0_SPEC

write(|w| ..) method takes hysteresis0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::hysteresis1::HYSTERESIS1_SPEC

write(|w| ..) method takes hysteresis1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::inputsel::INPUTSEL_SPEC

write(|w| ..) method takes inputsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::extifctrl::EXTIFCTRL_SPEC

write(|w| ..) method takes extifctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::hysteresis0::HYSTERESIS0_SPEC

write(|w| ..) method takes hysteresis0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::hysteresis1::HYSTERESIS1_SPEC

write(|w| ..) method takes hysteresis1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::inputsel::INPUTSEL_SPEC

write(|w| ..) method takes inputsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::extifctrl::EXTIFCTRL_SPEC

write(|w| ..) method takes extifctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::hysteresis0::HYSTERESIS0_SPEC

write(|w| ..) method takes hysteresis0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::hysteresis1::HYSTERESIS1_SPEC

write(|w| ..) method takes hysteresis1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::inputsel::INPUTSEL_SPEC

write(|w| ..) method takes inputsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::acmp3::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::acmp3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::aportmasterdis::APORTMASTERDIS_SPEC

write(|w| ..) method takes aportmasterdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::biasprog::BIASPROG_SPEC

write(|w| ..) method takes biasprog::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::cal::CAL_SPEC

write(|w| ..) method takes cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::cmpthr::CMPTHR_SPEC

write(|w| ..) method takes cmpthr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::scanctrl::SCANCTRL_SPEC

write(|w| ..) method takes scanctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::scanctrlx::SCANCTRLX_SPEC

write(|w| ..) method takes scanctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC

write(|w| ..) method takes scanfifoclear::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::scaninputsel::SCANINPUTSEL_SPEC

write(|w| ..) method takes scaninputsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::scanmask::SCANMASK_SPEC

write(|w| ..) method takes scanmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::scannegsel::SCANNEGSEL_SPEC

write(|w| ..) method takes scannegsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::singlectrl::SINGLECTRL_SPEC

write(|w| ..) method takes singlectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::singlectrlx::SINGLECTRLX_SPEC

write(|w| ..) method takes singlectrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC

write(|w| ..) method takes singlefifoclear::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::aportmasterdis::APORTMASTERDIS_SPEC

write(|w| ..) method takes aportmasterdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::biasprog::BIASPROG_SPEC

write(|w| ..) method takes biasprog::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::cal::CAL_SPEC

write(|w| ..) method takes cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::cmpthr::CMPTHR_SPEC

write(|w| ..) method takes cmpthr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::scanctrl::SCANCTRL_SPEC

write(|w| ..) method takes scanctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::scanctrlx::SCANCTRLX_SPEC

write(|w| ..) method takes scanctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::scanfifoclear::SCANFIFOCLEAR_SPEC

write(|w| ..) method takes scanfifoclear::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::scaninputsel::SCANINPUTSEL_SPEC

write(|w| ..) method takes scaninputsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::scanmask::SCANMASK_SPEC

write(|w| ..) method takes scanmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::scannegsel::SCANNEGSEL_SPEC

write(|w| ..) method takes scannegsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::singlectrl::SINGLECTRL_SPEC

write(|w| ..) method takes singlectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::singlectrlx::SINGLECTRLX_SPEC

write(|w| ..) method takes singlectrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::adc1::singlefifoclear::SINGLEFIFOCLEAR_SPEC

write(|w| ..) method takes singlefifoclear::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::adc1::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::bittiming::BITTIMING_SPEC

write(|w| ..) method takes bittiming::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::brpe::BRPE_SPEC

write(|w| ..) method takes brpe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::if0ien::IF0IEN_SPEC

write(|w| ..) method takes if0ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::if0ifc::IF0IFC_SPEC

write(|w| ..) method takes if0ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::if0ifs::IF0IFS_SPEC

write(|w| ..) method takes if0ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::if1ien::IF1IEN_SPEC

write(|w| ..) method takes if1ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::if1ifc::IF1IFC_SPEC

write(|w| ..) method takes if1ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::if1ifs::IF1IFS_SPEC

write(|w| ..) method takes if1ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir0_arb::MIR0_ARB_SPEC

write(|w| ..) method takes mir0_arb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC

write(|w| ..) method takes mir0_cmdmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC

write(|w| ..) method takes mir0_cmdreq::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir0_ctrl::MIR0_CTRL_SPEC

write(|w| ..) method takes mir0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir0_datah::MIR0_DATAH_SPEC

write(|w| ..) method takes mir0_datah::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir0_datal::MIR0_DATAL_SPEC

write(|w| ..) method takes mir0_datal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir0_mask::MIR0_MASK_SPEC

write(|w| ..) method takes mir0_mask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir1_arb::MIR1_ARB_SPEC

write(|w| ..) method takes mir1_arb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC

write(|w| ..) method takes mir1_cmdmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC

write(|w| ..) method takes mir1_cmdreq::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir1_ctrl::MIR1_CTRL_SPEC

write(|w| ..) method takes mir1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir1_datah::MIR1_DATAH_SPEC

write(|w| ..) method takes mir1_datah::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir1_datal::MIR1_DATAL_SPEC

write(|w| ..) method takes mir1_datal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::mir1_mask::MIR1_MASK_SPEC

write(|w| ..) method takes mir1_mask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::route::ROUTE_SPEC

write(|w| ..) method takes route::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can0::test::TEST_SPEC

write(|w| ..) method takes test::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can0::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::bittiming::BITTIMING_SPEC

write(|w| ..) method takes bittiming::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::brpe::BRPE_SPEC

write(|w| ..) method takes brpe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::if0ien::IF0IEN_SPEC

write(|w| ..) method takes if0ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::if0ifc::IF0IFC_SPEC

write(|w| ..) method takes if0ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::if0ifs::IF0IFS_SPEC

write(|w| ..) method takes if0ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::if1ien::IF1IEN_SPEC

write(|w| ..) method takes if1ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::if1ifc::IF1IFC_SPEC

write(|w| ..) method takes if1ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::if1ifs::IF1IFS_SPEC

write(|w| ..) method takes if1ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir0_arb::MIR0_ARB_SPEC

write(|w| ..) method takes mir0_arb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir0_cmdmask::MIR0_CMDMASK_SPEC

write(|w| ..) method takes mir0_cmdmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir0_cmdreq::MIR0_CMDREQ_SPEC

write(|w| ..) method takes mir0_cmdreq::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir0_ctrl::MIR0_CTRL_SPEC

write(|w| ..) method takes mir0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir0_datah::MIR0_DATAH_SPEC

write(|w| ..) method takes mir0_datah::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir0_datal::MIR0_DATAL_SPEC

write(|w| ..) method takes mir0_datal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir0_mask::MIR0_MASK_SPEC

write(|w| ..) method takes mir0_mask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir1_arb::MIR1_ARB_SPEC

write(|w| ..) method takes mir1_arb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir1_cmdmask::MIR1_CMDMASK_SPEC

write(|w| ..) method takes mir1_cmdmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir1_cmdreq::MIR1_CMDREQ_SPEC

write(|w| ..) method takes mir1_cmdreq::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir1_ctrl::MIR1_CTRL_SPEC

write(|w| ..) method takes mir1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir1_datah::MIR1_DATAH_SPEC

write(|w| ..) method takes mir1_datah::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir1_datal::MIR1_DATAL_SPEC

write(|w| ..) method takes mir1_datal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::mir1_mask::MIR1_MASK_SPEC

write(|w| ..) method takes mir1_mask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::route::ROUTE_SPEC

write(|w| ..) method takes route::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::can1::test::TEST_SPEC

write(|w| ..) method takes test::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::can1::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::adcctrl::ADCCTRL_SPEC

write(|w| ..) method takes adcctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::adcctrl::ADCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::adcctrl::ADCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC

write(|w| ..) method takes auxhfrcoctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::calcnt::CALCNT_SPEC

write(|w| ..) method takes calcnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::calctrl::CALCTRL_SPEC

write(|w| ..) method takes calctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::dbgclksel::DBGCLKSEL_SPEC

write(|w| ..) method takes dbgclksel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::dbgclksel::DBGCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::dbgclksel::DBGCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::dpllctrl1::DPLLCTRL1_SPEC

write(|w| ..) method takes dpllctrl1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::dpllctrl1::DPLLCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::dpllctrl1::DPLLCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::dpllctrl::DPLLCTRL_SPEC

write(|w| ..) method takes dpllctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::dpllctrl::DPLLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::dpllctrl::DPLLCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfbusclken0::HFBUSCLKEN0_SPEC

write(|w| ..) method takes hfbusclken0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfbusclken0::HFBUSCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfbusclken0::HFBUSCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfbuspresc::HFBUSPRESC_SPEC

write(|w| ..) method takes hfbuspresc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfbuspresc::HFBUSPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfbuspresc::HFBUSPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfclksel::HFCLKSEL_SPEC

write(|w| ..) method takes hfclksel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfclksel::HFCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfclksel::HFCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfcorepresc::HFCOREPRESC_SPEC

write(|w| ..) method takes hfcorepresc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfcorepresc::HFCOREPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfcorepresc::HFCOREPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfexppresc::HFEXPPRESC_SPEC

write(|w| ..) method takes hfexppresc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfexppresc::HFEXPPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfexppresc::HFEXPPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfperclken0::HFPERCLKEN0_SPEC

write(|w| ..) method takes hfperclken0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfperclken1::HFPERCLKEN1_SPEC

write(|w| ..) method takes hfperclken1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperclken1::HFPERCLKEN1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperclken1::HFPERCLKEN1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfperpresc::HFPERPRESC_SPEC

write(|w| ..) method takes hfperpresc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperpresc::HFPERPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperpresc::HFPERPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfperprescb::HFPERPRESCB_SPEC

write(|w| ..) method takes hfperprescb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperprescb::HFPERPRESCB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperprescb::HFPERPRESCB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfperprescc::HFPERPRESCC_SPEC

write(|w| ..) method takes hfperprescc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperprescc::HFPERPRESCC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfperprescc::HFPERPRESCC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfpresc::HFPRESC_SPEC

write(|w| ..) method takes hfpresc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfpresc::HFPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfpresc::HFPRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfrcoctrl::HFRCOCTRL_SPEC

write(|w| ..) method takes hfrcoctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfrcoss::HFRCOSS_SPEC

write(|w| ..) method takes hfrcoss::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfrcoss::HFRCOSS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfrcoss::HFRCOSS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfxoctrl1::HFXOCTRL1_SPEC

write(|w| ..) method takes hfxoctrl1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxoctrl1::HFXOCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxoctrl1::HFXOCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfxoctrl::HFXOCTRL_SPEC

write(|w| ..) method takes hfxoctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxoctrl::HFXOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxoctrl::HFXOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC

write(|w| ..) method takes hfxostartupctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC

write(|w| ..) method takes hfxosteadystatectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC

write(|w| ..) method takes hfxotimeoutctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfaclken0::LFACLKEN0_SPEC

write(|w| ..) method takes lfaclken0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfaclksel::LFACLKSEL_SPEC

write(|w| ..) method takes lfaclksel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfaclksel::LFACLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfaclksel::LFACLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfapresc0::LFAPRESC0_SPEC

write(|w| ..) method takes lfapresc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfbclken0::LFBCLKEN0_SPEC

write(|w| ..) method takes lfbclken0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfbclksel::LFBCLKSEL_SPEC

write(|w| ..) method takes lfbclksel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfbclksel::LFBCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfbclksel::LFBCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfbpresc0::LFBPRESC0_SPEC

write(|w| ..) method takes lfbpresc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfcclken0::LFCCLKEN0_SPEC

write(|w| ..) method takes lfcclken0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfcclken0::LFCCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfcclken0::LFCCLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfcclksel::LFCCLKSEL_SPEC

write(|w| ..) method takes lfcclksel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfcclksel::LFCCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfcclksel::LFCCLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfeclken0::LFECLKEN0_SPEC

write(|w| ..) method takes lfeclken0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfeclken0::LFECLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfeclken0::LFECLKEN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfeclksel::LFECLKSEL_SPEC

write(|w| ..) method takes lfeclksel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfeclksel::LFECLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfeclksel::LFECLKSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfepresc0::LFEPRESC0_SPEC

write(|w| ..) method takes lfepresc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfepresc0::LFEPRESC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfepresc0::LFEPRESC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfrcoctrl::LFRCOCTRL_SPEC

write(|w| ..) method takes lfrcoctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lfxoctrl::LFXOCTRL_SPEC

write(|w| ..) method takes lfxoctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfxoctrl::LFXOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lfxoctrl::LFXOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::oscencmd::OSCENCMD_SPEC

write(|w| ..) method takes oscencmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::pcntctrl::PCNTCTRL_SPEC

write(|w| ..) method takes pcntctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for QSPICTRL_SPEC

write(|w| ..) method takes qspictrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::qspictrl::QSPICTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::qspictrl::QSPICTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SDIOCTRL_SPEC

write(|w| ..) method takes sdioctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::sdioctrl::SDIOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::sdioctrl::SDIOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for USBCRCTRL_SPEC

write(|w| ..) method takes usbcrctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::usbcrctrl::USBCRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::usbcrctrl::USBCRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for USBCTRL_SPEC

write(|w| ..) method takes usbctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::usbctrl::USBCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::usbctrl::USBCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC

write(|w| ..) method takes ushfrcoctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cmu::ushfrcoctrl::USHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cryotimer::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cryotimer::em4wuen::EM4WUEN_SPEC

write(|w| ..) method takes em4wuen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cryotimer::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cryotimer::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cryotimer::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::cryotimer::periodsel::PERIODSEL_SPEC

write(|w| ..) method takes periodsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::periodsel::PERIODSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::cryotimer::periodsel::PERIODSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data0::DATA0_SPEC

write(|w| ..) method takes data0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0::DATA0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0::DATA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data0byte12::DATA0BYTE12_SPEC

write(|w| ..) method takes data0byte12::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte12::DATA0BYTE12_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte12::DATA0BYTE12_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data0byte13::DATA0BYTE13_SPEC

write(|w| ..) method takes data0byte13::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte13::DATA0BYTE13_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte13::DATA0BYTE13_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data0byte14::DATA0BYTE14_SPEC

write(|w| ..) method takes data0byte14::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte14::DATA0BYTE14_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte14::DATA0BYTE14_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data0byte15::DATA0BYTE15_SPEC

write(|w| ..) method takes data0byte15::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte15::DATA0BYTE15_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte15::DATA0BYTE15_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data0byte::DATA0BYTE_SPEC

write(|w| ..) method takes data0byte::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte::DATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0byte::DATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data0xor::DATA0XOR_SPEC

write(|w| ..) method takes data0xor::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0xor::DATA0XOR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0xor::DATA0XOR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data0xorbyte::DATA0XORBYTE_SPEC

write(|w| ..) method takes data0xorbyte::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0xorbyte::DATA0XORBYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data0xorbyte::DATA0XORBYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data1::DATA1_SPEC

write(|w| ..) method takes data1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data1::DATA1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data1::DATA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data1byte::DATA1BYTE_SPEC

write(|w| ..) method takes data1byte::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data1byte::DATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data1byte::DATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data2::DATA2_SPEC

write(|w| ..) method takes data2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data2::DATA2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data2::DATA2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::data3::DATA3_SPEC

write(|w| ..) method takes data3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data3::DATA3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::data3::DATA3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata0::DDATA0_SPEC

write(|w| ..) method takes ddata0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata0::DDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata0::DDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata0big::DDATA0BIG_SPEC

write(|w| ..) method takes ddata0big::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata0big::DDATA0BIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata0big::DDATA0BIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata0byte32::DDATA0BYTE32_SPEC

write(|w| ..) method takes ddata0byte32::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata0byte32::DDATA0BYTE32_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata0byte32::DDATA0BYTE32_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata0byte::DDATA0BYTE_SPEC

write(|w| ..) method takes ddata0byte::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata0byte::DDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata0byte::DDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata1::DDATA1_SPEC

write(|w| ..) method takes ddata1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata1::DDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata1::DDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata1byte::DDATA1BYTE_SPEC

write(|w| ..) method takes ddata1byte::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata1byte::DDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata1byte::DDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata2::DDATA2_SPEC

write(|w| ..) method takes ddata2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata2::DDATA2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata2::DDATA2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata3::DDATA3_SPEC

write(|w| ..) method takes ddata3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata3::DDATA3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata3::DDATA3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ddata4::DDATA4_SPEC

write(|w| ..) method takes ddata4::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata4::DDATA4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ddata4::DDATA4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::key::KEY_SPEC

write(|w| ..) method takes key::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::key::KEY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::key::KEY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::keybuf::KEYBUF_SPEC

write(|w| ..) method takes keybuf::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::keybuf::KEYBUF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::keybuf::KEYBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::qdata0::QDATA0_SPEC

write(|w| ..) method takes qdata0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata0::QDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata0::QDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::qdata0byte::QDATA0BYTE_SPEC

write(|w| ..) method takes qdata0byte::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata0byte::QDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata0byte::QDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::qdata1::QDATA1_SPEC

write(|w| ..) method takes qdata1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata1::QDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata1::QDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::qdata1big::QDATA1BIG_SPEC

write(|w| ..) method takes qdata1big::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata1big::QDATA1BIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata1big::QDATA1BIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::qdata1byte::QDATA1BYTE_SPEC

write(|w| ..) method takes qdata1byte::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata1byte::QDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::qdata1byte::QDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::seq0::SEQ0_SPEC

write(|w| ..) method takes seq0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq0::SEQ0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq0::SEQ0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::seq1::SEQ1_SPEC

write(|w| ..) method takes seq1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq1::SEQ1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq1::SEQ1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::seq2::SEQ2_SPEC

write(|w| ..) method takes seq2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq2::SEQ2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq2::SEQ2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::seq3::SEQ3_SPEC

write(|w| ..) method takes seq3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq3::SEQ3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq3::SEQ3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::seq4::SEQ4_SPEC

write(|w| ..) method takes seq4::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq4::SEQ4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seq4::SEQ4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::seqctrl::SEQCTRL_SPEC

write(|w| ..) method takes seqctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::seqctrlb::SEQCTRLB_SPEC

write(|w| ..) method takes seqctrlb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seqctrlb::SEQCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::seqctrlb::SEQCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::crypto0::wac::WAC_SPEC

write(|w| ..) method takes wac::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::wac::WAC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::crypto0::wac::WAC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::anactrl::ANACTRL_SPEC

write(|w| ..) method takes anactrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::anactrl::ANACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::anactrl::ANACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::cmpthr::CMPTHR_SPEC

write(|w| ..) method takes cmpthr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::data::DATA_SPEC

write(|w| ..) method takes data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::dmbaseline::DMBASELINE_SPEC

write(|w| ..) method takes dmbaseline::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::dmbaseline::DMBASELINE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::dmbaseline::DMBASELINE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::dmcfg::DMCFG_SPEC

write(|w| ..) method takes dmcfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::dmcfg::DMCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::dmcfg::DMCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::ema::EMA_SPEC

write(|w| ..) method takes ema::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ema::EMA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ema::EMA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::emactrl::EMACTRL_SPEC

write(|w| ..) method takes emactrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::emactrl::EMACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::emactrl::EMACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::prssel::PRSSEL_SPEC

write(|w| ..) method takes prssel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::scaninputsel0::SCANINPUTSEL0_SPEC

write(|w| ..) method takes scaninputsel0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::scaninputsel0::SCANINPUTSEL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::scaninputsel0::SCANINPUTSEL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::scaninputsel1::SCANINPUTSEL1_SPEC

write(|w| ..) method takes scaninputsel1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::scaninputsel1::SCANINPUTSEL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::scaninputsel1::SCANINPUTSEL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::scanmask0::SCANMASK0_SPEC

write(|w| ..) method takes scanmask0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::scanmask0::SCANMASK0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::scanmask0::SCANMASK0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::scanmask1::SCANMASK1_SPEC

write(|w| ..) method takes scanmask1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::scanmask1::SCANMASK1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::scanmask1::SCANMASK1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::singlectrl::SINGLECTRL_SPEC

write(|w| ..) method takes singlectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::csen::timctrl::TIMCTRL_SPEC

write(|w| ..) method takes timctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::csen::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::addrtiming1::ADDRTIMING1_SPEC

write(|w| ..) method takes addrtiming1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::addrtiming1::ADDRTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::addrtiming1::ADDRTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::addrtiming2::ADDRTIMING2_SPEC

write(|w| ..) method takes addrtiming2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::addrtiming2::ADDRTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::addrtiming2::ADDRTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::addrtiming3::ADDRTIMING3_SPEC

write(|w| ..) method takes addrtiming3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::addrtiming3::ADDRTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::addrtiming3::ADDRTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::addrtiming::ADDRTIMING_SPEC

write(|w| ..) method takes addrtiming::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::addrtiming::ADDRTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::addrtiming::ADDRTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::nandctrl::NANDCTRL_SPEC

write(|w| ..) method takes nandctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::nandctrl::NANDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::nandctrl::NANDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::pagectrl::PAGECTRL_SPEC

write(|w| ..) method takes pagectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::pagectrl::PAGECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::pagectrl::PAGECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::polarity1::POLARITY1_SPEC

write(|w| ..) method takes polarity1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::polarity1::POLARITY1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::polarity1::POLARITY1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::polarity2::POLARITY2_SPEC

write(|w| ..) method takes polarity2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::polarity2::POLARITY2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::polarity2::POLARITY2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::polarity3::POLARITY3_SPEC

write(|w| ..) method takes polarity3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::polarity3::POLARITY3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::polarity3::POLARITY3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::polarity::POLARITY_SPEC

write(|w| ..) method takes polarity::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::polarity::POLARITY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::polarity::POLARITY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::rdtiming1::RDTIMING1_SPEC

write(|w| ..) method takes rdtiming1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::rdtiming1::RDTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::rdtiming1::RDTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::rdtiming2::RDTIMING2_SPEC

write(|w| ..) method takes rdtiming2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::rdtiming2::RDTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::rdtiming2::RDTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::rdtiming3::RDTIMING3_SPEC

write(|w| ..) method takes rdtiming3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::rdtiming3::RDTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::rdtiming3::RDTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::rdtiming::RDTIMING_SPEC

write(|w| ..) method takes rdtiming::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::rdtiming::RDTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::rdtiming::RDTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftalpha::TFTALPHA_SPEC

write(|w| ..) method takes tftalpha::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftalpha::TFTALPHA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftalpha::TFTALPHA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftcolorformat::TFTCOLORFORMAT_SPEC

write(|w| ..) method takes tftcolorformat::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftcolorformat::TFTCOLORFORMAT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftcolorformat::TFTCOLORFORMAT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftctrl::TFTCTRL_SPEC

write(|w| ..) method takes tftctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftctrl::TFTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftctrl::TFTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftdd::TFTDD_SPEC

write(|w| ..) method takes tftdd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftdd::TFTDD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftdd::TFTDD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftframebase::TFTFRAMEBASE_SPEC

write(|w| ..) method takes tftframebase::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftframebase::TFTFRAMEBASE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftframebase::TFTFRAMEBASE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tfthporch::TFTHPORCH_SPEC

write(|w| ..) method takes tfthporch::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tfthporch::TFTHPORCH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tfthporch::TFTHPORCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftmask::TFTMASK_SPEC

write(|w| ..) method takes tftmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftmask::TFTMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftmask::TFTMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftpixel0::TFTPIXEL0_SPEC

write(|w| ..) method takes tftpixel0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftpixel0::TFTPIXEL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftpixel0::TFTPIXEL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftpixel1::TFTPIXEL1_SPEC

write(|w| ..) method takes tftpixel1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftpixel1::TFTPIXEL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftpixel1::TFTPIXEL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftpolarity::TFTPOLARITY_SPEC

write(|w| ..) method takes tftpolarity::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftpolarity::TFTPOLARITY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftpolarity::TFTPOLARITY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftsize::TFTSIZE_SPEC

write(|w| ..) method takes tftsize::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftsize::TFTSIZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftsize::TFTSIZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftstride::TFTSTRIDE_SPEC

write(|w| ..) method takes tftstride::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftstride::TFTSTRIDE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftstride::TFTSTRIDE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tfttiming::TFTTIMING_SPEC

write(|w| ..) method takes tfttiming::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tfttiming::TFTTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tfttiming::TFTTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::tftvporch::TFTVPORCH_SPEC

write(|w| ..) method takes tftvporch::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftvporch::TFTVPORCH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::tftvporch::TFTVPORCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::wrtiming1::WRTIMING1_SPEC

write(|w| ..) method takes wrtiming1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::wrtiming1::WRTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::wrtiming1::WRTIMING1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::wrtiming2::WRTIMING2_SPEC

write(|w| ..) method takes wrtiming2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::wrtiming2::WRTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::wrtiming2::WRTIMING2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::wrtiming3::WRTIMING3_SPEC

write(|w| ..) method takes wrtiming3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::wrtiming3::WRTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::wrtiming3::WRTIMING3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ebi::wrtiming::WRTIMING_SPEC

write(|w| ..) method takes wrtiming::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::wrtiming::WRTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ebi::wrtiming::WRTIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::buctrl::BUCTRL_SPEC

write(|w| ..) method takes buctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::buctrl::BUCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::buctrl::BUCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC

write(|w| ..) method takes dcdcclimctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdcctrl::DCDCCTRL_SPEC

write(|w| ..) method takes dcdcctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdcctrl::DCDCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdcctrl::DCDCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC

write(|w| ..) method takes dcdclncompctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC

write(|w| ..) method takes dcdclnfreqctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC

write(|w| ..) method takes dcdclnvctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdclpctrl::DCDCLPCTRL_SPEC

write(|w| ..) method takes dcdclpctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclpctrl::DCDCLPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclpctrl::DCDCLPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC

write(|w| ..) method takes dcdclpem01cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC

write(|w| ..) method takes dcdclpvctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC

write(|w| ..) method takes dcdcmiscctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC

write(|w| ..) method takes dcdczdetctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::em4ctrl::EM4CTRL_SPEC

write(|w| ..) method takes em4ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::em4ctrl::EM4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::em4ctrl::EM4CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC

write(|w| ..) method takes em23pernoretaincmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC

write(|w| ..) method takes em23pernoretainctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::pwrctrl::PWRCTRL_SPEC

write(|w| ..) method takes pwrctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::pwrctrl::PWRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::pwrctrl::PWRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::pwrlock::PWRLOCK_SPEC

write(|w| ..) method takes pwrlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::pwrlock::PWRLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::pwrlock::PWRLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::r5vadcctrl::R5VADCCTRL_SPEC

write(|w| ..) method takes r5vadcctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::r5vadcctrl::R5VADCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::r5vadcctrl::R5VADCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::r5vctrl::R5VCTRL_SPEC

write(|w| ..) method takes r5vctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::r5vctrl::R5VCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::r5vctrl::R5VCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::r5vdetctrl::R5VDETCTRL_SPEC

write(|w| ..) method takes r5vdetctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::r5vdetctrl::R5VDETCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::r5vdetctrl::R5VDETCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::r5voutlevel::R5VOUTLEVEL_SPEC

write(|w| ..) method takes r5voutlevel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::r5voutlevel::R5VOUTLEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::r5voutlevel::R5VOUTLEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::ram0ctrl::RAM0CTRL_SPEC

write(|w| ..) method takes ram0ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ram0ctrl::RAM0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ram0ctrl::RAM0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::ram1ctrl::RAM1CTRL_SPEC

write(|w| ..) method takes ram1ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ram1ctrl::RAM1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ram1ctrl::RAM1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::ram2ctrl::RAM2CTRL_SPEC

write(|w| ..) method takes ram2ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ram2ctrl::RAM2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::ram2ctrl::RAM2CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::templimits::TEMPLIMITS_SPEC

write(|w| ..) method takes templimits::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::templimits::TEMPLIMITS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::templimits::TEMPLIMITS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC

write(|w| ..) method takes vmonaltavddctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::vmonavddctrl::VMONAVDDCTRL_SPEC

write(|w| ..) method takes vmonavddctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonavddctrl::VMONAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonavddctrl::VMONAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC

write(|w| ..) method takes vmonbuvddctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::vmondvddctrl::VMONDVDDCTRL_SPEC

write(|w| ..) method takes vmondvddctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmondvddctrl::VMONDVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmondvddctrl::VMONDVDDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::vmonio0ctrl::VMONIO0CTRL_SPEC

write(|w| ..) method takes vmonio0ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonio0ctrl::VMONIO0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonio0ctrl::VMONIO0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::emu::vmonio1ctrl::VMONIO1CTRL_SPEC

write(|w| ..) method takes vmonio1ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonio1ctrl::VMONIO1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::emu::vmonio1ctrl::VMONIO1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for ALIGNERRS_SPEC

write(|w| ..) method takes alignerrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::alignerrs::ALIGNERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::alignerrs::ALIGNERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for AUTOFLUSHEDPKTS_SPEC

write(|w| ..) method takes autoflushedpkts::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::autoflushedpkts::AUTOFLUSHEDPKTS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::autoflushedpkts::AUTOFLUSHEDPKTS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for BROADCASTRXED_SPEC

write(|w| ..) method takes broadcastrxed::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::broadcastrxed::BROADCASTRXED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::broadcastrxed::BROADCASTRXED_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for BROADCASTTXED_SPEC

write(|w| ..) method takes broadcasttxed::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::broadcasttxed::BROADCASTTXED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::broadcasttxed::BROADCASTTXED_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CRSERRS_SPEC

write(|w| ..) method takes crserrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::crserrs::CRSERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::crserrs::CRSERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::eth::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DEFERREDFRAMES_SPEC

write(|w| ..) method takes deferredframes::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::deferredframes::DEFERREDFRAMES_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::deferredframes::DEFERREDFRAMES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DMACFG_SPEC

write(|w| ..) method takes dmacfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::dmacfg::DMACFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::dmacfg::DMACFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for EXCESSCOLS_SPEC

write(|w| ..) method takes excesscols::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::excesscols::EXCESSCOLS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::excesscols::EXCESSCOLS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for EXCESSIVERXLEN_SPEC

write(|w| ..) method takes excessiverxlen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::excessiverxlen::EXCESSIVERXLEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::excessiverxlen::EXCESSIVERXLEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FCSERRS_SPEC

write(|w| ..) method takes fcserrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::fcserrs::FCSERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::fcserrs::FCSERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESRXED64_SPEC

write(|w| ..) method takes framesrxed64::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed64::FRAMESRXED64_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed64::FRAMESRXED64_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESRXED65_SPEC

write(|w| ..) method takes framesrxed65::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed65::FRAMESRXED65_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed65::FRAMESRXED65_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESRXED128_SPEC

write(|w| ..) method takes framesrxed128::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed128::FRAMESRXED128_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed128::FRAMESRXED128_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESRXED256_SPEC

write(|w| ..) method takes framesrxed256::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed256::FRAMESRXED256_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed256::FRAMESRXED256_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESRXED512_SPEC

write(|w| ..) method takes framesrxed512::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed512::FRAMESRXED512_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed512::FRAMESRXED512_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESRXED1024_SPEC

write(|w| ..) method takes framesrxed1024::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed1024::FRAMESRXED1024_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed1024::FRAMESRXED1024_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESRXED1519_SPEC

write(|w| ..) method takes framesrxed1519::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed1519::FRAMESRXED1519_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxed1519::FRAMESRXED1519_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESRXEDOK_SPEC

write(|w| ..) method takes framesrxedok::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxedok::FRAMESRXEDOK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framesrxedok::FRAMESRXEDOK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESTXED64_SPEC

write(|w| ..) method takes framestxed64::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed64::FRAMESTXED64_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed64::FRAMESTXED64_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESTXED65_SPEC

write(|w| ..) method takes framestxed65::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed65::FRAMESTXED65_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed65::FRAMESTXED65_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESTXED128_SPEC

write(|w| ..) method takes framestxed128::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed128::FRAMESTXED128_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed128::FRAMESTXED128_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESTXED256_SPEC

write(|w| ..) method takes framestxed256::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed256::FRAMESTXED256_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed256::FRAMESTXED256_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESTXED512_SPEC

write(|w| ..) method takes framestxed512::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed512::FRAMESTXED512_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed512::FRAMESTXED512_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESTXED1024_SPEC

write(|w| ..) method takes framestxed1024::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed1024::FRAMESTXED1024_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed1024::FRAMESTXED1024_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESTXED1519_SPEC

write(|w| ..) method takes framestxed1519::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed1519::FRAMESTXED1519_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxed1519::FRAMESTXED1519_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMESTXEDOK_SPEC

write(|w| ..) method takes framestxedok::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxedok::FRAMESTXEDOK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::framestxedok::FRAMESTXEDOK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HASHBOTTOM_SPEC

write(|w| ..) method takes hashbottom::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::hashbottom::HASHBOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::hashbottom::HASHBOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HASHTOP_SPEC

write(|w| ..) method takes hashtop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::hashtop::HASHTOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::hashtop::HASHTOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for IENC_SPEC

write(|w| ..) method takes ienc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::ienc::IENC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::ienc::IENC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for IENRO_SPEC

write(|w| ..) method takes ienro::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::ienro::IENRO_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::ienro::IENRO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for IENS_SPEC

write(|w| ..) method takes iens::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::iens::IENS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::iens::IENS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::eth::ifcr::IFCR_SPEC

write(|w| ..) method takes ifcr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::ifcr::IFCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::ifcr::IFCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for IMOD_SPEC

write(|w| ..) method takes imod::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::imod::IMOD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::imod::IMOD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for JUMBOMAXLEN_SPEC

write(|w| ..) method takes jumbomaxlen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::jumbomaxlen::JUMBOMAXLEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::jumbomaxlen::JUMBOMAXLEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for LATECOLS_SPEC

write(|w| ..) method takes latecols::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::latecols::LATECOLS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::latecols::LATECOLS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for MASKADD1BOTTOM_SPEC

write(|w| ..) method takes maskadd1bottom::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::maskadd1bottom::MASKADD1BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::maskadd1bottom::MASKADD1BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for MASKADD1TOP_SPEC

write(|w| ..) method takes maskadd1top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::maskadd1top::MASKADD1TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::maskadd1top::MASKADD1TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for MULTICASTRXED_SPEC

write(|w| ..) method takes multicastrxed::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::multicastrxed::MULTICASTRXED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::multicastrxed::MULTICASTRXED_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for MULTICASTTXED_SPEC

write(|w| ..) method takes multicasttxed::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::multicasttxed::MULTICASTTXED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::multicasttxed::MULTICASTTXED_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for MULTICOLS_SPEC

write(|w| ..) method takes multicols::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::multicols::MULTICOLS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::multicols::MULTICOLS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for NETWORKCFG_SPEC

write(|w| ..) method takes networkcfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::networkcfg::NETWORKCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::networkcfg::NETWORKCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for NETWORKCTRL_SPEC

write(|w| ..) method takes networkctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::networkctrl::NETWORKCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::networkctrl::NETWORKCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for OCTETSRXEDBOTTOM_SPEC

write(|w| ..) method takes octetsrxedbottom::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::octetsrxedbottom::OCTETSRXEDBOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::octetsrxedbottom::OCTETSRXEDBOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for OCTETSRXEDTOP_SPEC

write(|w| ..) method takes octetsrxedtop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::octetsrxedtop::OCTETSRXEDTOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::octetsrxedtop::OCTETSRXEDTOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for OCTETSTXEDBOTTOM_SPEC

write(|w| ..) method takes octetstxedbottom::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::octetstxedbottom::OCTETSTXEDBOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::octetstxedbottom::OCTETSTXEDBOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for OCTETSTXEDTOP_SPEC

write(|w| ..) method takes octetstxedtop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::octetstxedtop::OCTETSTXEDTOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::octetstxedtop::OCTETSTXEDTOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for PBUFRXCUTTHRU_SPEC

write(|w| ..) method takes pbufrxcutthru::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::pbufrxcutthru::PBUFRXCUTTHRU_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::pbufrxcutthru::PBUFRXCUTTHRU_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for PBUFTXCUTTHRU_SPEC

write(|w| ..) method takes pbuftxcutthru::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::pbuftxcutthru::PBUFTXCUTTHRU_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::pbuftxcutthru::PBUFTXCUTTHRU_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for PFRAMESRXED_SPEC

write(|w| ..) method takes pframesrxed::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::pframesrxed::PFRAMESRXED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::pframesrxed::PFRAMESRXED_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for PFRAMESTXED_SPEC

write(|w| ..) method takes pframestxed::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::pframestxed::PFRAMESTXED_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::pframestxed::PFRAMESTXED_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for PHYMNGMNT_SPEC

write(|w| ..) method takes phymngmnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::phymngmnt::PHYMNGMNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::phymngmnt::PHYMNGMNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::eth::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::eth::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::eth::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXBDCTRL_SPEC

write(|w| ..) method takes rxbdctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxbdctrl::RXBDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxbdctrl::RXBDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXIPCKERRS_SPEC

write(|w| ..) method takes rxipckerrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxipckerrs::RXIPCKERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxipckerrs::RXIPCKERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXJABBERS_SPEC

write(|w| ..) method takes rxjabbers::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxjabbers::RXJABBERS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxjabbers::RXJABBERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXLENERRS_SPEC

write(|w| ..) method takes rxlenerrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxlenerrs::RXLENERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxlenerrs::RXLENERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXLPI_SPEC

write(|w| ..) method takes rxlpi::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxlpi::RXLPI_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxlpi::RXLPI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXLPITIME_SPEC

write(|w| ..) method takes rxlpitime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxlpitime::RXLPITIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxlpitime::RXLPITIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXOVERRUNS_SPEC

write(|w| ..) method takes rxoverruns::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxoverruns::RXOVERRUNS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxoverruns::RXOVERRUNS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXPTPUNICAST_SPEC

write(|w| ..) method takes rxptpunicast::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxptpunicast::RXPTPUNICAST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxptpunicast::RXPTPUNICAST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXQPTR_SPEC

write(|w| ..) method takes rxqptr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxqptr::RXQPTR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxqptr::RXQPTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXRESOURCEERRS_SPEC

write(|w| ..) method takes rxresourceerrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxresourceerrs::RXRESOURCEERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxresourceerrs::RXRESOURCEERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXSTATUS_SPEC

write(|w| ..) method takes rxstatus::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxstatus::RXSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxstatus::RXSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXSYMBOLERRS_SPEC

write(|w| ..) method takes rxsymbolerrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxsymbolerrs::RXSYMBOLERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxsymbolerrs::RXSYMBOLERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXTCPCKERRS_SPEC

write(|w| ..) method takes rxtcpckerrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxtcpckerrs::RXTCPCKERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxtcpckerrs::RXTCPCKERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXUDPCKERRS_SPEC

write(|w| ..) method takes rxudpckerrs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxudpckerrs::RXUDPCKERRS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::rxudpckerrs::RXUDPCKERRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SINGLECOLS_SPEC

write(|w| ..) method takes singlecols::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::singlecols::SINGLECOLS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::singlecols::SINGLECOLS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECADDR1BOTTOM_SPEC

write(|w| ..) method takes specaddr1bottom::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr1bottom::SPECADDR1BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr1bottom::SPECADDR1BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECADDR1TOP_SPEC

write(|w| ..) method takes specaddr1top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr1top::SPECADDR1TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr1top::SPECADDR1TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECADDR2BOTTOM_SPEC

write(|w| ..) method takes specaddr2bottom::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr2bottom::SPECADDR2BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr2bottom::SPECADDR2BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECADDR2TOP_SPEC

write(|w| ..) method takes specaddr2top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr2top::SPECADDR2TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr2top::SPECADDR2TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECADDR3BOTTOM_SPEC

write(|w| ..) method takes specaddr3bottom::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr3bottom::SPECADDR3BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr3bottom::SPECADDR3BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECADDR3TOP_SPEC

write(|w| ..) method takes specaddr3top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr3top::SPECADDR3TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr3top::SPECADDR3TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECADDR4BOTTOM_SPEC

write(|w| ..) method takes specaddr4bottom::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr4bottom::SPECADDR4BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr4bottom::SPECADDR4BOTTOM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECADDR4TOP_SPEC

write(|w| ..) method takes specaddr4top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr4top::SPECADDR4TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::specaddr4top::SPECADDR4TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECTYPE1_SPEC

write(|w| ..) method takes spectype1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::spectype1::SPECTYPE1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::spectype1::SPECTYPE1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECTYPE2_SPEC

write(|w| ..) method takes spectype2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::spectype2::SPECTYPE2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::spectype2::SPECTYPE2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECTYPE3_SPEC

write(|w| ..) method takes spectype3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::spectype3::SPECTYPE3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::spectype3::SPECTYPE3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SPECTYPE4_SPEC

write(|w| ..) method takes spectype4::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::spectype4::SPECTYPE4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::spectype4::SPECTYPE4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for STACKEDVLAN_SPEC

write(|w| ..) method takes stackedvlan::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::stackedvlan::STACKEDVLAN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::stackedvlan::STACKEDVLAN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for STRETCHRATIO_SPEC

write(|w| ..) method takes stretchratio::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::stretchratio::STRETCHRATIO_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::stretchratio::STRETCHRATIO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SYSWAKETIME_SPEC

write(|w| ..) method takes syswaketime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::syswaketime::SYSWAKETIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::syswaketime::SYSWAKETIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUMSBSECCMP_SPEC

write(|w| ..) method takes tsumsbseccmp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsumsbseccmp::TSUMSBSECCMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsumsbseccmp::TSUMSBSECCMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUNSECCMP_SPEC

write(|w| ..) method takes tsunseccmp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsunseccmp::TSUNSECCMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsunseccmp::TSUNSECCMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUSECCMP_SPEC

write(|w| ..) method takes tsuseccmp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsuseccmp::TSUSECCMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsuseccmp::TSUSECCMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUTIMERADJUST_SPEC

write(|w| ..) method takes tsutimeradjust::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimeradjust::TSUTIMERADJUST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimeradjust::TSUTIMERADJUST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUTIMERINCR_SPEC

write(|w| ..) method takes tsutimerincr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimerincr::TSUTIMERINCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimerincr::TSUTIMERINCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUTIMERINCRSUBNSEC_SPEC

write(|w| ..) method takes tsutimerincrsubnsec::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimerincrsubnsec::TSUTIMERINCRSUBNSEC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimerincrsubnsec::TSUTIMERINCRSUBNSEC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUTIMERMSBSEC_SPEC

write(|w| ..) method takes tsutimermsbsec::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimermsbsec::TSUTIMERMSBSEC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimermsbsec::TSUTIMERMSBSEC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUTIMERNSEC_SPEC

write(|w| ..) method takes tsutimernsec::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimernsec::TSUTIMERNSEC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimernsec::TSUTIMERNSEC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TSUTIMERSEC_SPEC

write(|w| ..) method takes tsutimersec::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimersec::TSUTIMERSEC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::tsutimersec::TSUTIMERSEC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXBDCTRL_SPEC

write(|w| ..) method takes txbdctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txbdctrl::TXBDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txbdctrl::TXBDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXLPI_SPEC

write(|w| ..) method takes txlpi::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txlpi::TXLPI_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txlpi::TXLPI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXLPITIME_SPEC

write(|w| ..) method takes txlpitime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txlpitime::TXLPITIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txlpitime::TXLPITIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXPAUSEQUANT1_SPEC

write(|w| ..) method takes txpausequant1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpausequant1::TXPAUSEQUANT1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpausequant1::TXPAUSEQUANT1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXPAUSEQUANT2_SPEC

write(|w| ..) method takes txpausequant2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpausequant2::TXPAUSEQUANT2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpausequant2::TXPAUSEQUANT2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXPAUSEQUANT3_SPEC

write(|w| ..) method takes txpausequant3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpausequant3::TXPAUSEQUANT3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpausequant3::TXPAUSEQUANT3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXPAUSEQUANT_SPEC

write(|w| ..) method takes txpausequant::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpausequant::TXPAUSEQUANT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpausequant::TXPAUSEQUANT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXPFCPAUSE_SPEC

write(|w| ..) method takes txpfcpause::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpfcpause::TXPFCPAUSE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txpfcpause::TXPFCPAUSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXPTPUNICAST_SPEC

write(|w| ..) method takes txptpunicast::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txptpunicast::TXPTPUNICAST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txptpunicast::TXPTPUNICAST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXQPTR_SPEC

write(|w| ..) method takes txqptr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txqptr::TXQPTR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txqptr::TXQPTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXSTATUS_SPEC

write(|w| ..) method takes txstatus::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txstatus::TXSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txstatus::TXSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXUNDERRUNS_SPEC

write(|w| ..) method takes txunderruns::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txunderruns::TXUNDERRUNS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::txunderruns::TXUNDERRUNS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for UNDERSIZEFRAMES_SPEC

write(|w| ..) method takes undersizeframes::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::undersizeframes::UNDERSIZEFRAMES_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::undersizeframes::UNDERSIZEFRAMES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for WOLREG_SPEC

write(|w| ..) method takes wolreg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::wolreg::WOLREG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::eth::wolreg::WOLREG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmclaimclr::ETMCLAIMCLR_SPEC

write(|w| ..) method takes etmclaimclr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmclaimclr::ETMCLAIMCLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmclaimclr::ETMCLAIMCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmclaimset::ETMCLAIMSET_SPEC

write(|w| ..) method takes etmclaimset::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmclaimset::ETMCLAIMSET_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmclaimset::ETMCLAIMSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmcntrldvr1::ETMCNTRLDVR1_SPEC

write(|w| ..) method takes etmcntrldvr1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmcntrldvr1::ETMCNTRLDVR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmcntrldvr1::ETMCNTRLDVR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmcr::ETMCR_SPEC

write(|w| ..) method takes etmcr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmcr::ETMCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmcr::ETMCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmfflr::ETMFFLR_SPEC

write(|w| ..) method takes etmfflr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmfflr::ETMFFLR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmfflr::ETMFFLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmiscin::ETMISCIN_SPEC

write(|w| ..) method takes etmiscin::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmiscin::ETMISCIN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmiscin::ETMISCIN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmitatbctr0::ETMITATBCTR0_SPEC

write(|w| ..) method takes etmitatbctr0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmitatbctr0::ETMITATBCTR0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmitatbctr0::ETMITATBCTR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmitctrl::ETMITCTRL_SPEC

write(|w| ..) method takes etmitctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmitctrl::ETMITCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmitctrl::ETMITCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmlar::ETMLAR_SPEC

write(|w| ..) method takes etmlar::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmlar::ETMLAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmlar::ETMLAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmpidr5::ETMPIDR5_SPEC

write(|w| ..) method takes etmpidr5::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmpidr5::ETMPIDR5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmpidr5::ETMPIDR5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmpidr6::ETMPIDR6_SPEC

write(|w| ..) method takes etmpidr6::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmpidr6::ETMPIDR6_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmpidr6::ETMPIDR6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmpidr7::ETMPIDR7_SPEC

write(|w| ..) method takes etmpidr7::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmpidr7::ETMPIDR7_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmpidr7::ETMPIDR7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmsr::ETMSR_SPEC

write(|w| ..) method takes etmsr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmsr::ETMSR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmsr::ETMSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmsyncfr::ETMSYNCFR_SPEC

write(|w| ..) method takes etmsyncfr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmsyncfr::ETMSYNCFR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmsyncfr::ETMSYNCFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmtecr1::ETMTECR1_SPEC

write(|w| ..) method takes etmtecr1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtecr1::ETMTECR1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtecr1::ETMTECR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmteevr::ETMTEEVR_SPEC

write(|w| ..) method takes etmteevr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmteevr::ETMTEEVR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmteevr::ETMTEEVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmtesseicr::ETMTESSEICR_SPEC

write(|w| ..) method takes etmtesseicr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtesseicr::ETMTESSEICR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtesseicr::ETMTESSEICR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmtraceidr::ETMTRACEIDR_SPEC

write(|w| ..) method takes etmtraceidr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtraceidr::ETMTRACEIDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtraceidr::ETMTRACEIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmtrigger::ETMTRIGGER_SPEC

write(|w| ..) method takes etmtrigger::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtrigger::ETMTRIGGER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtrigger::ETMTRIGGER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::etmtsevr::ETMTSEVR_SPEC

write(|w| ..) method takes etmtsevr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtsevr::ETMTSEVR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::etmtsevr::ETMTSEVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::etm::ittrigout::ITTRIGOUT_SPEC

write(|w| ..) method takes ittrigout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::ittrigout::ITTRIGOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::etm::ittrigout::ITTRIGOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::fpueh::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::fpueh::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::fpueh::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::fpueh::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::fpueh::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::fpueh::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::fpueh::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::fpueh::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::fpueh::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpcrc::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpcrc::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpcrc::init::INIT_SPEC

write(|w| ..) method takes init::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::init::INIT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::init::INIT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpcrc::inputdata::INPUTDATA_SPEC

write(|w| ..) method takes inputdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::inputdata::INPUTDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::inputdata::INPUTDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC

write(|w| ..) method takes inputdatabyte::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC

write(|w| ..) method takes inputdatahword::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpcrc::poly::POLY_SPEC

write(|w| ..) method takes poly::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::poly::POLY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpcrc::poly::POLY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::em4wuen::EM4WUEN_SPEC

write(|w| ..) method takes em4wuen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::extifall::EXTIFALL_SPEC

write(|w| ..) method takes extifall::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::extilevel::EXTILEVEL_SPEC

write(|w| ..) method takes extilevel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extilevel::EXTILEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extilevel::EXTILEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::extipinselh::EXTIPINSELH_SPEC

write(|w| ..) method takes extipinselh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extipinselh::EXTIPINSELH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extipinselh::EXTIPINSELH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::extipinsell::EXTIPINSELL_SPEC

write(|w| ..) method takes extipinsell::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extipinsell::EXTIPINSELL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extipinsell::EXTIPINSELL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::extipselh::EXTIPSELH_SPEC

write(|w| ..) method takes extipselh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::extipsell::EXTIPSELL_SPEC

write(|w| ..) method takes extipsell::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::extirise::EXTIRISE_SPEC

write(|w| ..) method takes extirise::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::insense::INSENSE_SPEC

write(|w| ..) method takes insense::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pa_ctrl::PA_CTRL_SPEC

write(|w| ..) method takes pa_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pa_dout::PA_DOUT_SPEC

write(|w| ..) method takes pa_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pa_douttgl::PA_DOUTTGL_SPEC

write(|w| ..) method takes pa_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pa_modeh::PA_MODEH_SPEC

write(|w| ..) method takes pa_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pa_model::PA_MODEL_SPEC

write(|w| ..) method takes pa_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pa_ovtdis::PA_OVTDIS_SPEC

write(|w| ..) method takes pa_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_ovtdis::PA_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_ovtdis::PA_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pa_pinlockn::PA_PINLOCKN_SPEC

write(|w| ..) method takes pa_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pb_ctrl::PB_CTRL_SPEC

write(|w| ..) method takes pb_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pb_dout::PB_DOUT_SPEC

write(|w| ..) method takes pb_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pb_douttgl::PB_DOUTTGL_SPEC

write(|w| ..) method takes pb_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pb_modeh::PB_MODEH_SPEC

write(|w| ..) method takes pb_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pb_model::PB_MODEL_SPEC

write(|w| ..) method takes pb_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pb_ovtdis::PB_OVTDIS_SPEC

write(|w| ..) method takes pb_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_ovtdis::PB_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_ovtdis::PB_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pb_pinlockn::PB_PINLOCKN_SPEC

write(|w| ..) method takes pb_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pc_ctrl::PC_CTRL_SPEC

write(|w| ..) method takes pc_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pc_dout::PC_DOUT_SPEC

write(|w| ..) method takes pc_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pc_douttgl::PC_DOUTTGL_SPEC

write(|w| ..) method takes pc_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pc_modeh::PC_MODEH_SPEC

write(|w| ..) method takes pc_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pc_model::PC_MODEL_SPEC

write(|w| ..) method takes pc_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pc_ovtdis::PC_OVTDIS_SPEC

write(|w| ..) method takes pc_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_ovtdis::PC_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_ovtdis::PC_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pc_pinlockn::PC_PINLOCKN_SPEC

write(|w| ..) method takes pc_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pd_ctrl::PD_CTRL_SPEC

write(|w| ..) method takes pd_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pd_dout::PD_DOUT_SPEC

write(|w| ..) method takes pd_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pd_douttgl::PD_DOUTTGL_SPEC

write(|w| ..) method takes pd_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pd_modeh::PD_MODEH_SPEC

write(|w| ..) method takes pd_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pd_model::PD_MODEL_SPEC

write(|w| ..) method takes pd_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pd_ovtdis::PD_OVTDIS_SPEC

write(|w| ..) method takes pd_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_ovtdis::PD_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_ovtdis::PD_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pd_pinlockn::PD_PINLOCKN_SPEC

write(|w| ..) method takes pd_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pe_ctrl::PE_CTRL_SPEC

write(|w| ..) method takes pe_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pe_dout::PE_DOUT_SPEC

write(|w| ..) method takes pe_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pe_douttgl::PE_DOUTTGL_SPEC

write(|w| ..) method takes pe_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pe_modeh::PE_MODEH_SPEC

write(|w| ..) method takes pe_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pe_model::PE_MODEL_SPEC

write(|w| ..) method takes pe_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pe_ovtdis::PE_OVTDIS_SPEC

write(|w| ..) method takes pe_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_ovtdis::PE_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_ovtdis::PE_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pe_pinlockn::PE_PINLOCKN_SPEC

write(|w| ..) method takes pe_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pf_ctrl::PF_CTRL_SPEC

write(|w| ..) method takes pf_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pf_dout::PF_DOUT_SPEC

write(|w| ..) method takes pf_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pf_douttgl::PF_DOUTTGL_SPEC

write(|w| ..) method takes pf_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pf_modeh::PF_MODEH_SPEC

write(|w| ..) method takes pf_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pf_model::PF_MODEL_SPEC

write(|w| ..) method takes pf_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pf_ovtdis::PF_OVTDIS_SPEC

write(|w| ..) method takes pf_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_ovtdis::PF_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_ovtdis::PF_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pf_pinlockn::PF_PINLOCKN_SPEC

write(|w| ..) method takes pf_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pg_ctrl::PG_CTRL_SPEC

write(|w| ..) method takes pg_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_ctrl::PG_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_ctrl::PG_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pg_dout::PG_DOUT_SPEC

write(|w| ..) method takes pg_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_dout::PG_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_dout::PG_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pg_douttgl::PG_DOUTTGL_SPEC

write(|w| ..) method takes pg_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_douttgl::PG_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_douttgl::PG_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pg_modeh::PG_MODEH_SPEC

write(|w| ..) method takes pg_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_modeh::PG_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_modeh::PG_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pg_model::PG_MODEL_SPEC

write(|w| ..) method takes pg_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_model::PG_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_model::PG_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pg_ovtdis::PG_OVTDIS_SPEC

write(|w| ..) method takes pg_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_ovtdis::PG_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_ovtdis::PG_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pg_pinlockn::PG_PINLOCKN_SPEC

write(|w| ..) method takes pg_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_pinlockn::PG_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pg_pinlockn::PG_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ph_ctrl::PH_CTRL_SPEC

write(|w| ..) method takes ph_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_ctrl::PH_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_ctrl::PH_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ph_dout::PH_DOUT_SPEC

write(|w| ..) method takes ph_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_dout::PH_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_dout::PH_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ph_douttgl::PH_DOUTTGL_SPEC

write(|w| ..) method takes ph_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_douttgl::PH_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_douttgl::PH_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ph_modeh::PH_MODEH_SPEC

write(|w| ..) method takes ph_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_modeh::PH_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_modeh::PH_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ph_model::PH_MODEL_SPEC

write(|w| ..) method takes ph_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_model::PH_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_model::PH_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ph_ovtdis::PH_OVTDIS_SPEC

write(|w| ..) method takes ph_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_ovtdis::PH_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_ovtdis::PH_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::ph_pinlockn::PH_PINLOCKN_SPEC

write(|w| ..) method takes ph_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_pinlockn::PH_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::ph_pinlockn::PH_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pi_ctrl::PI_CTRL_SPEC

write(|w| ..) method takes pi_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_ctrl::PI_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_ctrl::PI_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pi_dout::PI_DOUT_SPEC

write(|w| ..) method takes pi_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_dout::PI_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_dout::PI_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pi_douttgl::PI_DOUTTGL_SPEC

write(|w| ..) method takes pi_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_douttgl::PI_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_douttgl::PI_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pi_modeh::PI_MODEH_SPEC

write(|w| ..) method takes pi_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_modeh::PI_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_modeh::PI_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pi_model::PI_MODEL_SPEC

write(|w| ..) method takes pi_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_model::PI_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_model::PI_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pi_ovtdis::PI_OVTDIS_SPEC

write(|w| ..) method takes pi_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_ovtdis::PI_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_ovtdis::PI_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pi_pinlockn::PI_PINLOCKN_SPEC

write(|w| ..) method takes pi_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_pinlockn::PI_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pi_pinlockn::PI_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pj_ctrl::PJ_CTRL_SPEC

write(|w| ..) method takes pj_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_ctrl::PJ_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_ctrl::PJ_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pj_dout::PJ_DOUT_SPEC

write(|w| ..) method takes pj_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_dout::PJ_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_dout::PJ_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pj_douttgl::PJ_DOUTTGL_SPEC

write(|w| ..) method takes pj_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_douttgl::PJ_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_douttgl::PJ_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pj_modeh::PJ_MODEH_SPEC

write(|w| ..) method takes pj_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_modeh::PJ_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_modeh::PJ_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pj_model::PJ_MODEL_SPEC

write(|w| ..) method takes pj_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_model::PJ_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_model::PJ_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pj_ovtdis::PJ_OVTDIS_SPEC

write(|w| ..) method takes pj_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_ovtdis::PJ_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_ovtdis::PJ_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC

write(|w| ..) method takes pj_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pk_ctrl::PK_CTRL_SPEC

write(|w| ..) method takes pk_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_ctrl::PK_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_ctrl::PK_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pk_dout::PK_DOUT_SPEC

write(|w| ..) method takes pk_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_dout::PK_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_dout::PK_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pk_douttgl::PK_DOUTTGL_SPEC

write(|w| ..) method takes pk_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_douttgl::PK_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_douttgl::PK_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pk_modeh::PK_MODEH_SPEC

write(|w| ..) method takes pk_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_modeh::PK_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_modeh::PK_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pk_model::PK_MODEL_SPEC

write(|w| ..) method takes pk_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_model::PK_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_model::PK_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pk_ovtdis::PK_OVTDIS_SPEC

write(|w| ..) method takes pk_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_ovtdis::PK_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_ovtdis::PK_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pk_pinlockn::PK_PINLOCKN_SPEC

write(|w| ..) method takes pk_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_pinlockn::PK_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pk_pinlockn::PK_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pl_ctrl::PL_CTRL_SPEC

write(|w| ..) method takes pl_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_ctrl::PL_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_ctrl::PL_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pl_dout::PL_DOUT_SPEC

write(|w| ..) method takes pl_dout::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_dout::PL_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_dout::PL_DOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pl_douttgl::PL_DOUTTGL_SPEC

write(|w| ..) method takes pl_douttgl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_douttgl::PL_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_douttgl::PL_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pl_modeh::PL_MODEH_SPEC

write(|w| ..) method takes pl_modeh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_modeh::PL_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_modeh::PL_MODEH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pl_model::PL_MODEL_SPEC

write(|w| ..) method takes pl_model::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_model::PL_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_model::PL_MODEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pl_ovtdis::PL_OVTDIS_SPEC

write(|w| ..) method takes pl_ovtdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_ovtdis::PL_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_ovtdis::PL_OVTDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::pl_pinlockn::PL_PINLOCKN_SPEC

write(|w| ..) method takes pl_pinlockn::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_pinlockn::PL_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::pl_pinlockn::PL_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::gpio::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::gpio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::saddr::SADDR_SPEC

write(|w| ..) method takes saddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::saddrmask::SADDRMASK_SPEC

write(|w| ..) method takes saddrmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c0::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::saddr::SADDR_SPEC

write(|w| ..) method takes saddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::saddrmask::SADDRMASK_SPEC

write(|w| ..) method takes saddrmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c1::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::saddr::SADDR_SPEC

write(|w| ..) method takes saddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::saddrmask::SADDRMASK_SPEC

write(|w| ..) method takes saddrmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::i2c2::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::i2c2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::idac0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::idac0::curprog::CURPROG_SPEC

write(|w| ..) method takes curprog::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::curprog::CURPROG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::curprog::CURPROG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::idac0::dutyconfig::DUTYCONFIG_SPEC

write(|w| ..) method takes dutyconfig::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::dutyconfig::DUTYCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::dutyconfig::DUTYCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::idac0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::idac0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::idac0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::idac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for AREGA_SPEC

write(|w| ..) method takes arega::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::arega::AREGA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::arega::AREGA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for AREGB_SPEC

write(|w| ..) method takes aregb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::aregb::AREGB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::aregb::AREGB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for BACTRL_SPEC

write(|w| ..) method takes bactrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::bactrl::BACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::bactrl::BACTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lcd::biasctrl::BIASCTRL_SPEC

write(|w| ..) method takes biasctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lcd::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DISPCTRL_SPEC

write(|w| ..) method takes dispctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::dispctrl::DISPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::dispctrl::DISPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FRAMERATE_SPEC

write(|w| ..) method takes framerate::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::framerate::FRAMERATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::framerate::FRAMERATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lcd::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lcd::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lcd::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lcd::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD0H_SPEC

write(|w| ..) method takes segd0h::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd0h::SEGD0H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd0h::SEGD0H_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD0L_SPEC

write(|w| ..) method takes segd0l::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd0l::SEGD0L_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd0l::SEGD0L_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD1H_SPEC

write(|w| ..) method takes segd1h::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd1h::SEGD1H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd1h::SEGD1H_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD1L_SPEC

write(|w| ..) method takes segd1l::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd1l::SEGD1L_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd1l::SEGD1L_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD2H_SPEC

write(|w| ..) method takes segd2h::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd2h::SEGD2H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd2h::SEGD2H_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD2L_SPEC

write(|w| ..) method takes segd2l::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd2l::SEGD2L_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd2l::SEGD2L_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD3H_SPEC

write(|w| ..) method takes segd3h::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd3h::SEGD3H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd3h::SEGD3H_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD3L_SPEC

write(|w| ..) method takes segd3l::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd3l::SEGD3L_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd3l::SEGD3L_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD4H_SPEC

write(|w| ..) method takes segd4h::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd4h::SEGD4H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd4h::SEGD4H_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD4L_SPEC

write(|w| ..) method takes segd4l::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd4l::SEGD4L_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd4l::SEGD4L_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD5H_SPEC

write(|w| ..) method takes segd5h::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd5h::SEGD5H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd5h::SEGD5H_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD5L_SPEC

write(|w| ..) method takes segd5l::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd5l::SEGD5L_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd5l::SEGD5L_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD6H_SPEC

write(|w| ..) method takes segd6h::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd6h::SEGD6H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd6h::SEGD6H_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD6L_SPEC

write(|w| ..) method takes segd6l::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd6l::SEGD6L_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd6l::SEGD6L_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD7H_SPEC

write(|w| ..) method takes segd7h::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd7h::SEGD7H_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd7h::SEGD7H_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGD7L_SPEC

write(|w| ..) method takes segd7l::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd7l::SEGD7L_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segd7l::SEGD7L_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGEN2_SPEC

write(|w| ..) method takes segen2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segen2::SEGEN2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segen2::SEGEN2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SEGEN_SPEC

write(|w| ..) method takes segen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segen::SEGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lcd::segen::SEGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch0_cfg::CH0_CFG_SPEC

write(|w| ..) method takes ch0_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_cfg::CH0_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_cfg::CH0_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch0_ctrl::CH0_CTRL_SPEC

write(|w| ..) method takes ch0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch0_dst::CH0_DST_SPEC

write(|w| ..) method takes ch0_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_dst::CH0_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_dst::CH0_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch0_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_link::CH0_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_link::CH0_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch0_loop::CH0_LOOP_SPEC

write(|w| ..) method takes ch0_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_loop::CH0_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_loop::CH0_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch0_reqsel::CH0_REQSEL_SPEC

write(|w| ..) method takes ch0_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_reqsel::CH0_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_reqsel::CH0_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch0_src::CH0_SRC_SPEC

write(|w| ..) method takes ch0_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_src::CH0_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch0_src::CH0_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch1_cfg::CH1_CFG_SPEC

write(|w| ..) method takes ch1_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_cfg::CH1_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_cfg::CH1_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch1_ctrl::CH1_CTRL_SPEC

write(|w| ..) method takes ch1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch1_dst::CH1_DST_SPEC

write(|w| ..) method takes ch1_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_dst::CH1_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_dst::CH1_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch1_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_link::CH1_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_link::CH1_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch1_loop::CH1_LOOP_SPEC

write(|w| ..) method takes ch1_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_loop::CH1_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_loop::CH1_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch1_reqsel::CH1_REQSEL_SPEC

write(|w| ..) method takes ch1_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_reqsel::CH1_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_reqsel::CH1_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch1_src::CH1_SRC_SPEC

write(|w| ..) method takes ch1_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_src::CH1_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch1_src::CH1_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch2_cfg::CH2_CFG_SPEC

write(|w| ..) method takes ch2_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_cfg::CH2_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_cfg::CH2_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch2_ctrl::CH2_CTRL_SPEC

write(|w| ..) method takes ch2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch2_dst::CH2_DST_SPEC

write(|w| ..) method takes ch2_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_dst::CH2_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_dst::CH2_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch2_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_link::CH2_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_link::CH2_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch2_loop::CH2_LOOP_SPEC

write(|w| ..) method takes ch2_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_loop::CH2_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_loop::CH2_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch2_reqsel::CH2_REQSEL_SPEC

write(|w| ..) method takes ch2_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_reqsel::CH2_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_reqsel::CH2_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch2_src::CH2_SRC_SPEC

write(|w| ..) method takes ch2_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_src::CH2_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch2_src::CH2_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch3_cfg::CH3_CFG_SPEC

write(|w| ..) method takes ch3_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_cfg::CH3_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_cfg::CH3_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch3_ctrl::CH3_CTRL_SPEC

write(|w| ..) method takes ch3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch3_dst::CH3_DST_SPEC

write(|w| ..) method takes ch3_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_dst::CH3_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_dst::CH3_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch3_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_link::CH3_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_link::CH3_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch3_loop::CH3_LOOP_SPEC

write(|w| ..) method takes ch3_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_loop::CH3_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_loop::CH3_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch3_reqsel::CH3_REQSEL_SPEC

write(|w| ..) method takes ch3_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_reqsel::CH3_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_reqsel::CH3_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch3_src::CH3_SRC_SPEC

write(|w| ..) method takes ch3_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_src::CH3_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch3_src::CH3_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch4_cfg::CH4_CFG_SPEC

write(|w| ..) method takes ch4_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_cfg::CH4_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_cfg::CH4_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch4_ctrl::CH4_CTRL_SPEC

write(|w| ..) method takes ch4_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch4_dst::CH4_DST_SPEC

write(|w| ..) method takes ch4_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_dst::CH4_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_dst::CH4_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch4_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_link::CH4_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_link::CH4_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch4_loop::CH4_LOOP_SPEC

write(|w| ..) method takes ch4_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_loop::CH4_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_loop::CH4_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch4_reqsel::CH4_REQSEL_SPEC

write(|w| ..) method takes ch4_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_reqsel::CH4_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_reqsel::CH4_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch4_src::CH4_SRC_SPEC

write(|w| ..) method takes ch4_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_src::CH4_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch4_src::CH4_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch5_cfg::CH5_CFG_SPEC

write(|w| ..) method takes ch5_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_cfg::CH5_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_cfg::CH5_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch5_ctrl::CH5_CTRL_SPEC

write(|w| ..) method takes ch5_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch5_dst::CH5_DST_SPEC

write(|w| ..) method takes ch5_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_dst::CH5_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_dst::CH5_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch5_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_link::CH5_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_link::CH5_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch5_loop::CH5_LOOP_SPEC

write(|w| ..) method takes ch5_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_loop::CH5_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_loop::CH5_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch5_reqsel::CH5_REQSEL_SPEC

write(|w| ..) method takes ch5_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_reqsel::CH5_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_reqsel::CH5_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch5_src::CH5_SRC_SPEC

write(|w| ..) method takes ch5_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_src::CH5_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch5_src::CH5_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch6_cfg::CH6_CFG_SPEC

write(|w| ..) method takes ch6_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_cfg::CH6_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_cfg::CH6_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch6_ctrl::CH6_CTRL_SPEC

write(|w| ..) method takes ch6_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch6_dst::CH6_DST_SPEC

write(|w| ..) method takes ch6_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_dst::CH6_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_dst::CH6_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch6_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_link::CH6_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_link::CH6_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch6_loop::CH6_LOOP_SPEC

write(|w| ..) method takes ch6_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_loop::CH6_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_loop::CH6_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch6_reqsel::CH6_REQSEL_SPEC

write(|w| ..) method takes ch6_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_reqsel::CH6_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_reqsel::CH6_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch6_src::CH6_SRC_SPEC

write(|w| ..) method takes ch6_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_src::CH6_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch6_src::CH6_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch7_cfg::CH7_CFG_SPEC

write(|w| ..) method takes ch7_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_cfg::CH7_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_cfg::CH7_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch7_ctrl::CH7_CTRL_SPEC

write(|w| ..) method takes ch7_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch7_dst::CH7_DST_SPEC

write(|w| ..) method takes ch7_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_dst::CH7_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_dst::CH7_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch7_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_link::CH7_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_link::CH7_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch7_loop::CH7_LOOP_SPEC

write(|w| ..) method takes ch7_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_loop::CH7_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_loop::CH7_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch7_reqsel::CH7_REQSEL_SPEC

write(|w| ..) method takes ch7_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_reqsel::CH7_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_reqsel::CH7_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch7_src::CH7_SRC_SPEC

write(|w| ..) method takes ch7_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_src::CH7_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch7_src::CH7_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch8_cfg::CH8_CFG_SPEC

write(|w| ..) method takes ch8_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_cfg::CH8_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_cfg::CH8_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch8_ctrl::CH8_CTRL_SPEC

write(|w| ..) method takes ch8_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_ctrl::CH8_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_ctrl::CH8_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch8_dst::CH8_DST_SPEC

write(|w| ..) method takes ch8_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_dst::CH8_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_dst::CH8_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch8_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_link::CH8_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_link::CH8_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch8_loop::CH8_LOOP_SPEC

write(|w| ..) method takes ch8_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_loop::CH8_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_loop::CH8_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch8_reqsel::CH8_REQSEL_SPEC

write(|w| ..) method takes ch8_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_reqsel::CH8_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_reqsel::CH8_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch8_src::CH8_SRC_SPEC

write(|w| ..) method takes ch8_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_src::CH8_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch8_src::CH8_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch9_cfg::CH9_CFG_SPEC

write(|w| ..) method takes ch9_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_cfg::CH9_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_cfg::CH9_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch9_ctrl::CH9_CTRL_SPEC

write(|w| ..) method takes ch9_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_ctrl::CH9_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_ctrl::CH9_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch9_dst::CH9_DST_SPEC

write(|w| ..) method takes ch9_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_dst::CH9_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_dst::CH9_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch9_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_link::CH9_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_link::CH9_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch9_loop::CH9_LOOP_SPEC

write(|w| ..) method takes ch9_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_loop::CH9_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_loop::CH9_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch9_reqsel::CH9_REQSEL_SPEC

write(|w| ..) method takes ch9_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_reqsel::CH9_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_reqsel::CH9_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch9_src::CH9_SRC_SPEC

write(|w| ..) method takes ch9_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_src::CH9_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch9_src::CH9_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch10_cfg::CH10_CFG_SPEC

write(|w| ..) method takes ch10_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_cfg::CH10_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_cfg::CH10_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch10_ctrl::CH10_CTRL_SPEC

write(|w| ..) method takes ch10_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_ctrl::CH10_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_ctrl::CH10_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch10_dst::CH10_DST_SPEC

write(|w| ..) method takes ch10_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_dst::CH10_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_dst::CH10_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch10_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_link::CH10_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_link::CH10_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch10_loop::CH10_LOOP_SPEC

write(|w| ..) method takes ch10_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_loop::CH10_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_loop::CH10_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch10_reqsel::CH10_REQSEL_SPEC

write(|w| ..) method takes ch10_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_reqsel::CH10_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_reqsel::CH10_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch10_src::CH10_SRC_SPEC

write(|w| ..) method takes ch10_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_src::CH10_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch10_src::CH10_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch11_cfg::CH11_CFG_SPEC

write(|w| ..) method takes ch11_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_cfg::CH11_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_cfg::CH11_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch11_ctrl::CH11_CTRL_SPEC

write(|w| ..) method takes ch11_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_ctrl::CH11_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_ctrl::CH11_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch11_dst::CH11_DST_SPEC

write(|w| ..) method takes ch11_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_dst::CH11_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_dst::CH11_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch11_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_link::CH11_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_link::CH11_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch11_loop::CH11_LOOP_SPEC

write(|w| ..) method takes ch11_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_loop::CH11_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_loop::CH11_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch11_reqsel::CH11_REQSEL_SPEC

write(|w| ..) method takes ch11_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_reqsel::CH11_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_reqsel::CH11_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch11_src::CH11_SRC_SPEC

write(|w| ..) method takes ch11_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_src::CH11_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch11_src::CH11_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch12_cfg::CH12_CFG_SPEC

write(|w| ..) method takes ch12_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_cfg::CH12_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_cfg::CH12_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch12_ctrl::CH12_CTRL_SPEC

write(|w| ..) method takes ch12_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_ctrl::CH12_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_ctrl::CH12_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch12_dst::CH12_DST_SPEC

write(|w| ..) method takes ch12_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_dst::CH12_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_dst::CH12_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch12_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_link::CH12_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_link::CH12_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch12_loop::CH12_LOOP_SPEC

write(|w| ..) method takes ch12_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_loop::CH12_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_loop::CH12_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch12_reqsel::CH12_REQSEL_SPEC

write(|w| ..) method takes ch12_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_reqsel::CH12_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_reqsel::CH12_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch12_src::CH12_SRC_SPEC

write(|w| ..) method takes ch12_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_src::CH12_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch12_src::CH12_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch13_cfg::CH13_CFG_SPEC

write(|w| ..) method takes ch13_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_cfg::CH13_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_cfg::CH13_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch13_ctrl::CH13_CTRL_SPEC

write(|w| ..) method takes ch13_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_ctrl::CH13_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_ctrl::CH13_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch13_dst::CH13_DST_SPEC

write(|w| ..) method takes ch13_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_dst::CH13_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_dst::CH13_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch13_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_link::CH13_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_link::CH13_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch13_loop::CH13_LOOP_SPEC

write(|w| ..) method takes ch13_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_loop::CH13_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_loop::CH13_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch13_reqsel::CH13_REQSEL_SPEC

write(|w| ..) method takes ch13_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_reqsel::CH13_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_reqsel::CH13_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch13_src::CH13_SRC_SPEC

write(|w| ..) method takes ch13_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_src::CH13_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch13_src::CH13_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch14_cfg::CH14_CFG_SPEC

write(|w| ..) method takes ch14_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_cfg::CH14_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_cfg::CH14_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch14_ctrl::CH14_CTRL_SPEC

write(|w| ..) method takes ch14_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_ctrl::CH14_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_ctrl::CH14_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch14_dst::CH14_DST_SPEC

write(|w| ..) method takes ch14_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_dst::CH14_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_dst::CH14_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch14_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_link::CH14_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_link::CH14_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch14_loop::CH14_LOOP_SPEC

write(|w| ..) method takes ch14_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_loop::CH14_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_loop::CH14_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch14_reqsel::CH14_REQSEL_SPEC

write(|w| ..) method takes ch14_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_reqsel::CH14_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_reqsel::CH14_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch14_src::CH14_SRC_SPEC

write(|w| ..) method takes ch14_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_src::CH14_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch14_src::CH14_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch15_cfg::CH15_CFG_SPEC

write(|w| ..) method takes ch15_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_cfg::CH15_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_cfg::CH15_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch15_ctrl::CH15_CTRL_SPEC

write(|w| ..) method takes ch15_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_ctrl::CH15_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_ctrl::CH15_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch15_dst::CH15_DST_SPEC

write(|w| ..) method takes ch15_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_dst::CH15_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_dst::CH15_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch15_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_link::CH15_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_link::CH15_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch15_loop::CH15_LOOP_SPEC

write(|w| ..) method takes ch15_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_loop::CH15_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_loop::CH15_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch15_reqsel::CH15_REQSEL_SPEC

write(|w| ..) method takes ch15_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_reqsel::CH15_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_reqsel::CH15_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch15_src::CH15_SRC_SPEC

write(|w| ..) method takes ch15_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_src::CH15_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch15_src::CH15_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch16_cfg::CH16_CFG_SPEC

write(|w| ..) method takes ch16_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_cfg::CH16_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_cfg::CH16_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch16_ctrl::CH16_CTRL_SPEC

write(|w| ..) method takes ch16_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_ctrl::CH16_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_ctrl::CH16_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch16_dst::CH16_DST_SPEC

write(|w| ..) method takes ch16_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_dst::CH16_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_dst::CH16_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch16_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_link::CH16_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_link::CH16_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch16_loop::CH16_LOOP_SPEC

write(|w| ..) method takes ch16_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_loop::CH16_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_loop::CH16_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch16_reqsel::CH16_REQSEL_SPEC

write(|w| ..) method takes ch16_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_reqsel::CH16_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_reqsel::CH16_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch16_src::CH16_SRC_SPEC

write(|w| ..) method takes ch16_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_src::CH16_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch16_src::CH16_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch17_cfg::CH17_CFG_SPEC

write(|w| ..) method takes ch17_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_cfg::CH17_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_cfg::CH17_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch17_ctrl::CH17_CTRL_SPEC

write(|w| ..) method takes ch17_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_ctrl::CH17_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_ctrl::CH17_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch17_dst::CH17_DST_SPEC

write(|w| ..) method takes ch17_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_dst::CH17_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_dst::CH17_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch17_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_link::CH17_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_link::CH17_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch17_loop::CH17_LOOP_SPEC

write(|w| ..) method takes ch17_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_loop::CH17_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_loop::CH17_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch17_reqsel::CH17_REQSEL_SPEC

write(|w| ..) method takes ch17_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_reqsel::CH17_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_reqsel::CH17_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch17_src::CH17_SRC_SPEC

write(|w| ..) method takes ch17_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_src::CH17_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch17_src::CH17_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch18_cfg::CH18_CFG_SPEC

write(|w| ..) method takes ch18_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_cfg::CH18_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_cfg::CH18_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch18_ctrl::CH18_CTRL_SPEC

write(|w| ..) method takes ch18_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_ctrl::CH18_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_ctrl::CH18_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch18_dst::CH18_DST_SPEC

write(|w| ..) method takes ch18_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_dst::CH18_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_dst::CH18_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch18_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_link::CH18_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_link::CH18_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch18_loop::CH18_LOOP_SPEC

write(|w| ..) method takes ch18_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_loop::CH18_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_loop::CH18_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch18_reqsel::CH18_REQSEL_SPEC

write(|w| ..) method takes ch18_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_reqsel::CH18_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_reqsel::CH18_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch18_src::CH18_SRC_SPEC

write(|w| ..) method takes ch18_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_src::CH18_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch18_src::CH18_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch19_cfg::CH19_CFG_SPEC

write(|w| ..) method takes ch19_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_cfg::CH19_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_cfg::CH19_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch19_ctrl::CH19_CTRL_SPEC

write(|w| ..) method takes ch19_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_ctrl::CH19_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_ctrl::CH19_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch19_dst::CH19_DST_SPEC

write(|w| ..) method takes ch19_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_dst::CH19_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_dst::CH19_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch19_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_link::CH19_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_link::CH19_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch19_loop::CH19_LOOP_SPEC

write(|w| ..) method takes ch19_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_loop::CH19_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_loop::CH19_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch19_reqsel::CH19_REQSEL_SPEC

write(|w| ..) method takes ch19_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_reqsel::CH19_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_reqsel::CH19_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch19_src::CH19_SRC_SPEC

write(|w| ..) method takes ch19_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_src::CH19_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch19_src::CH19_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch20_cfg::CH20_CFG_SPEC

write(|w| ..) method takes ch20_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_cfg::CH20_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_cfg::CH20_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch20_ctrl::CH20_CTRL_SPEC

write(|w| ..) method takes ch20_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_ctrl::CH20_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_ctrl::CH20_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch20_dst::CH20_DST_SPEC

write(|w| ..) method takes ch20_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_dst::CH20_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_dst::CH20_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch20_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_link::CH20_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_link::CH20_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch20_loop::CH20_LOOP_SPEC

write(|w| ..) method takes ch20_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_loop::CH20_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_loop::CH20_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch20_reqsel::CH20_REQSEL_SPEC

write(|w| ..) method takes ch20_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_reqsel::CH20_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_reqsel::CH20_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch20_src::CH20_SRC_SPEC

write(|w| ..) method takes ch20_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_src::CH20_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch20_src::CH20_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch21_cfg::CH21_CFG_SPEC

write(|w| ..) method takes ch21_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_cfg::CH21_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_cfg::CH21_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch21_ctrl::CH21_CTRL_SPEC

write(|w| ..) method takes ch21_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_ctrl::CH21_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_ctrl::CH21_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch21_dst::CH21_DST_SPEC

write(|w| ..) method takes ch21_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_dst::CH21_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_dst::CH21_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch21_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_link::CH21_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_link::CH21_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch21_loop::CH21_LOOP_SPEC

write(|w| ..) method takes ch21_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_loop::CH21_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_loop::CH21_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch21_reqsel::CH21_REQSEL_SPEC

write(|w| ..) method takes ch21_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_reqsel::CH21_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_reqsel::CH21_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch21_src::CH21_SRC_SPEC

write(|w| ..) method takes ch21_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_src::CH21_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch21_src::CH21_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch22_cfg::CH22_CFG_SPEC

write(|w| ..) method takes ch22_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_cfg::CH22_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_cfg::CH22_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch22_ctrl::CH22_CTRL_SPEC

write(|w| ..) method takes ch22_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_ctrl::CH22_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_ctrl::CH22_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch22_dst::CH22_DST_SPEC

write(|w| ..) method takes ch22_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_dst::CH22_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_dst::CH22_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch22_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_link::CH22_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_link::CH22_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch22_loop::CH22_LOOP_SPEC

write(|w| ..) method takes ch22_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_loop::CH22_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_loop::CH22_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch22_reqsel::CH22_REQSEL_SPEC

write(|w| ..) method takes ch22_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_reqsel::CH22_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_reqsel::CH22_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch22_src::CH22_SRC_SPEC

write(|w| ..) method takes ch22_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_src::CH22_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch22_src::CH22_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch23_cfg::CH23_CFG_SPEC

write(|w| ..) method takes ch23_cfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_cfg::CH23_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_cfg::CH23_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch23_ctrl::CH23_CTRL_SPEC

write(|w| ..) method takes ch23_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_ctrl::CH23_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_ctrl::CH23_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch23_dst::CH23_DST_SPEC

write(|w| ..) method takes ch23_dst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_dst::CH23_DST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_dst::CH23_DST_SPEC as generic::RegisterSpec>::Ux}

write(|w| ..) method takes ch23_link::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_link::CH23_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_link::CH23_LINK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch23_loop::CH23_LOOP_SPEC

write(|w| ..) method takes ch23_loop::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_loop::CH23_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_loop::CH23_LOOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch23_reqsel::CH23_REQSEL_SPEC

write(|w| ..) method takes ch23_reqsel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_reqsel::CH23_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_reqsel::CH23_REQSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ch23_src::CH23_SRC_SPEC

write(|w| ..) method takes ch23_src::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_src::CH23_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ch23_src::CH23_SRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::chdone::CHDONE_SPEC

write(|w| ..) method takes chdone::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::chdone::CHDONE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::chdone::CHDONE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::chen::CHEN_SPEC

write(|w| ..) method takes chen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::dbghalt::DBGHALT_SPEC

write(|w| ..) method takes dbghalt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::dbghalt::DBGHALT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::dbghalt::DBGHALT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::linkload::LINKLOAD_SPEC

write(|w| ..) method takes linkload::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::linkload::LINKLOAD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::linkload::LINKLOAD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::reqclear::REQCLEAR_SPEC

write(|w| ..) method takes reqclear::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::reqclear::REQCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::reqclear::REQCLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::reqdis::REQDIS_SPEC

write(|w| ..) method takes reqdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::reqdis::REQDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::reqdis::REQDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::swreq::SWREQ_SPEC

write(|w| ..) method takes swreq::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::swreq::SWREQ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::swreq::SWREQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::ldma::sync::SYNC_SPEC

write(|w| ..) method takes sync::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::sync::SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::ldma::sync::SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::altexconf::ALTEXCONF_SPEC

write(|w| ..) method takes altexconf::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::altexconf::ALTEXCONF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::altexconf::ALTEXCONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::biasctrl::BIASCTRL_SPEC

write(|w| ..) method takes biasctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf0_data::BUF0_DATA_SPEC

write(|w| ..) method takes buf0_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf0_data::BUF0_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf0_data::BUF0_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf1_data::BUF1_DATA_SPEC

write(|w| ..) method takes buf1_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf1_data::BUF1_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf1_data::BUF1_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf2_data::BUF2_DATA_SPEC

write(|w| ..) method takes buf2_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf2_data::BUF2_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf2_data::BUF2_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf3_data::BUF3_DATA_SPEC

write(|w| ..) method takes buf3_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf3_data::BUF3_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf3_data::BUF3_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf4_data::BUF4_DATA_SPEC

write(|w| ..) method takes buf4_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf4_data::BUF4_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf4_data::BUF4_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf5_data::BUF5_DATA_SPEC

write(|w| ..) method takes buf5_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf5_data::BUF5_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf5_data::BUF5_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf6_data::BUF6_DATA_SPEC

write(|w| ..) method takes buf6_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf6_data::BUF6_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf6_data::BUF6_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf7_data::BUF7_DATA_SPEC

write(|w| ..) method takes buf7_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf7_data::BUF7_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf7_data::BUF7_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf8_data::BUF8_DATA_SPEC

write(|w| ..) method takes buf8_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf8_data::BUF8_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf8_data::BUF8_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf9_data::BUF9_DATA_SPEC

write(|w| ..) method takes buf9_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf9_data::BUF9_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf9_data::BUF9_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf10_data::BUF10_DATA_SPEC

write(|w| ..) method takes buf10_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf10_data::BUF10_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf10_data::BUF10_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf11_data::BUF11_DATA_SPEC

write(|w| ..) method takes buf11_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf11_data::BUF11_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf11_data::BUF11_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf12_data::BUF12_DATA_SPEC

write(|w| ..) method takes buf12_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf12_data::BUF12_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf12_data::BUF12_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf13_data::BUF13_DATA_SPEC

write(|w| ..) method takes buf13_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf13_data::BUF13_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf13_data::BUF13_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf14_data::BUF14_DATA_SPEC

write(|w| ..) method takes buf14_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf14_data::BUF14_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf14_data::BUF14_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::buf15_data::BUF15_DATA_SPEC

write(|w| ..) method takes buf15_data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf15_data::BUF15_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::buf15_data::BUF15_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch0_eval::CH0_EVAL_SPEC

write(|w| ..) method takes ch0_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch0_eval::CH0_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch0_eval::CH0_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch0_interact::CH0_INTERACT_SPEC

write(|w| ..) method takes ch0_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch0_interact::CH0_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch0_interact::CH0_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch0_timing::CH0_TIMING_SPEC

write(|w| ..) method takes ch0_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch0_timing::CH0_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch0_timing::CH0_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch1_eval::CH1_EVAL_SPEC

write(|w| ..) method takes ch1_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch1_eval::CH1_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch1_eval::CH1_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch1_interact::CH1_INTERACT_SPEC

write(|w| ..) method takes ch1_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch1_interact::CH1_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch1_interact::CH1_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch1_timing::CH1_TIMING_SPEC

write(|w| ..) method takes ch1_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch1_timing::CH1_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch1_timing::CH1_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch2_eval::CH2_EVAL_SPEC

write(|w| ..) method takes ch2_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch2_eval::CH2_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch2_eval::CH2_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch2_interact::CH2_INTERACT_SPEC

write(|w| ..) method takes ch2_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch2_interact::CH2_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch2_interact::CH2_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch2_timing::CH2_TIMING_SPEC

write(|w| ..) method takes ch2_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch2_timing::CH2_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch2_timing::CH2_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch3_eval::CH3_EVAL_SPEC

write(|w| ..) method takes ch3_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch3_eval::CH3_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch3_eval::CH3_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch3_interact::CH3_INTERACT_SPEC

write(|w| ..) method takes ch3_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch3_interact::CH3_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch3_interact::CH3_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch3_timing::CH3_TIMING_SPEC

write(|w| ..) method takes ch3_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch3_timing::CH3_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch3_timing::CH3_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch4_eval::CH4_EVAL_SPEC

write(|w| ..) method takes ch4_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch4_eval::CH4_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch4_eval::CH4_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch4_interact::CH4_INTERACT_SPEC

write(|w| ..) method takes ch4_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch4_interact::CH4_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch4_interact::CH4_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch4_timing::CH4_TIMING_SPEC

write(|w| ..) method takes ch4_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch4_timing::CH4_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch4_timing::CH4_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch5_eval::CH5_EVAL_SPEC

write(|w| ..) method takes ch5_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch5_eval::CH5_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch5_eval::CH5_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch5_interact::CH5_INTERACT_SPEC

write(|w| ..) method takes ch5_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch5_interact::CH5_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch5_interact::CH5_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch5_timing::CH5_TIMING_SPEC

write(|w| ..) method takes ch5_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch5_timing::CH5_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch5_timing::CH5_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch6_eval::CH6_EVAL_SPEC

write(|w| ..) method takes ch6_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch6_eval::CH6_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch6_eval::CH6_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch6_interact::CH6_INTERACT_SPEC

write(|w| ..) method takes ch6_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch6_interact::CH6_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch6_interact::CH6_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch6_timing::CH6_TIMING_SPEC

write(|w| ..) method takes ch6_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch6_timing::CH6_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch6_timing::CH6_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch7_eval::CH7_EVAL_SPEC

write(|w| ..) method takes ch7_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch7_eval::CH7_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch7_eval::CH7_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch7_interact::CH7_INTERACT_SPEC

write(|w| ..) method takes ch7_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch7_interact::CH7_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch7_interact::CH7_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch7_timing::CH7_TIMING_SPEC

write(|w| ..) method takes ch7_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch7_timing::CH7_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch7_timing::CH7_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch8_eval::CH8_EVAL_SPEC

write(|w| ..) method takes ch8_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch8_eval::CH8_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch8_eval::CH8_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch8_interact::CH8_INTERACT_SPEC

write(|w| ..) method takes ch8_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch8_interact::CH8_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch8_interact::CH8_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch8_timing::CH8_TIMING_SPEC

write(|w| ..) method takes ch8_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch8_timing::CH8_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch8_timing::CH8_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch9_eval::CH9_EVAL_SPEC

write(|w| ..) method takes ch9_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch9_eval::CH9_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch9_eval::CH9_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch9_interact::CH9_INTERACT_SPEC

write(|w| ..) method takes ch9_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch9_interact::CH9_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch9_interact::CH9_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch9_timing::CH9_TIMING_SPEC

write(|w| ..) method takes ch9_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch9_timing::CH9_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch9_timing::CH9_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch10_eval::CH10_EVAL_SPEC

write(|w| ..) method takes ch10_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch10_eval::CH10_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch10_eval::CH10_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch10_interact::CH10_INTERACT_SPEC

write(|w| ..) method takes ch10_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch10_interact::CH10_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch10_interact::CH10_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch10_timing::CH10_TIMING_SPEC

write(|w| ..) method takes ch10_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch10_timing::CH10_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch10_timing::CH10_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch11_eval::CH11_EVAL_SPEC

write(|w| ..) method takes ch11_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch11_eval::CH11_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch11_eval::CH11_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch11_interact::CH11_INTERACT_SPEC

write(|w| ..) method takes ch11_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch11_interact::CH11_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch11_interact::CH11_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch11_timing::CH11_TIMING_SPEC

write(|w| ..) method takes ch11_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch11_timing::CH11_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch11_timing::CH11_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch12_eval::CH12_EVAL_SPEC

write(|w| ..) method takes ch12_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch12_eval::CH12_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch12_eval::CH12_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch12_interact::CH12_INTERACT_SPEC

write(|w| ..) method takes ch12_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch12_interact::CH12_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch12_interact::CH12_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch12_timing::CH12_TIMING_SPEC

write(|w| ..) method takes ch12_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch12_timing::CH12_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch12_timing::CH12_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch13_eval::CH13_EVAL_SPEC

write(|w| ..) method takes ch13_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch13_eval::CH13_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch13_eval::CH13_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch13_interact::CH13_INTERACT_SPEC

write(|w| ..) method takes ch13_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch13_interact::CH13_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch13_interact::CH13_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch13_timing::CH13_TIMING_SPEC

write(|w| ..) method takes ch13_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch13_timing::CH13_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch13_timing::CH13_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch14_eval::CH14_EVAL_SPEC

write(|w| ..) method takes ch14_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch14_eval::CH14_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch14_eval::CH14_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch14_interact::CH14_INTERACT_SPEC

write(|w| ..) method takes ch14_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch14_interact::CH14_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch14_interact::CH14_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch14_timing::CH14_TIMING_SPEC

write(|w| ..) method takes ch14_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch14_timing::CH14_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch14_timing::CH14_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch15_eval::CH15_EVAL_SPEC

write(|w| ..) method takes ch15_eval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch15_eval::CH15_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch15_eval::CH15_EVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch15_interact::CH15_INTERACT_SPEC

write(|w| ..) method takes ch15_interact::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch15_interact::CH15_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch15_interact::CH15_INTERACT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ch15_timing::CH15_TIMING_SPEC

write(|w| ..) method takes ch15_timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch15_timing::CH15_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ch15_timing::CH15_TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::chen::CHEN_SPEC

write(|w| ..) method takes chen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::decctrl::DECCTRL_SPEC

write(|w| ..) method takes decctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::decctrl::DECCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::decctrl::DECCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::decstate::DECSTATE_SPEC

write(|w| ..) method takes decstate::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::decstate::DECSTATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::decstate::DECSTATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::evalctrl::EVALCTRL_SPEC

write(|w| ..) method takes evalctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::evalctrl::EVALCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::evalctrl::EVALCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::idleconf::IDLECONF_SPEC

write(|w| ..) method takes idleconf::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::idleconf::IDLECONF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::idleconf::IDLECONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::perctrl::PERCTRL_SPEC

write(|w| ..) method takes perctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::perctrl::PERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::perctrl::PERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::prsctrl::PRSCTRL_SPEC

write(|w| ..) method takes prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::prsctrl::PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::prsctrl::PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::scanres::SCANRES_SPEC

write(|w| ..) method takes scanres::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::scanres::SCANRES_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::scanres::SCANRES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::sensorstate::SENSORSTATE_SPEC

write(|w| ..) method takes sensorstate::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::sensorstate::SENSORSTATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::sensorstate::SENSORSTATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st0_tconfa::ST0_TCONFA_SPEC

write(|w| ..) method takes st0_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st0_tconfa::ST0_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st0_tconfa::ST0_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st0_tconfb::ST0_TCONFB_SPEC

write(|w| ..) method takes st0_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st0_tconfb::ST0_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st0_tconfb::ST0_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st1_tconfa::ST1_TCONFA_SPEC

write(|w| ..) method takes st1_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st1_tconfa::ST1_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st1_tconfa::ST1_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st1_tconfb::ST1_TCONFB_SPEC

write(|w| ..) method takes st1_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st1_tconfb::ST1_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st1_tconfb::ST1_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st2_tconfa::ST2_TCONFA_SPEC

write(|w| ..) method takes st2_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st2_tconfa::ST2_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st2_tconfa::ST2_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st2_tconfb::ST2_TCONFB_SPEC

write(|w| ..) method takes st2_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st2_tconfb::ST2_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st2_tconfb::ST2_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st3_tconfa::ST3_TCONFA_SPEC

write(|w| ..) method takes st3_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st3_tconfa::ST3_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st3_tconfa::ST3_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st3_tconfb::ST3_TCONFB_SPEC

write(|w| ..) method takes st3_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st3_tconfb::ST3_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st3_tconfb::ST3_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st4_tconfa::ST4_TCONFA_SPEC

write(|w| ..) method takes st4_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st4_tconfa::ST4_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st4_tconfa::ST4_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st4_tconfb::ST4_TCONFB_SPEC

write(|w| ..) method takes st4_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st4_tconfb::ST4_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st4_tconfb::ST4_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st5_tconfa::ST5_TCONFA_SPEC

write(|w| ..) method takes st5_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st5_tconfa::ST5_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st5_tconfa::ST5_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st5_tconfb::ST5_TCONFB_SPEC

write(|w| ..) method takes st5_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st5_tconfb::ST5_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st5_tconfb::ST5_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st6_tconfa::ST6_TCONFA_SPEC

write(|w| ..) method takes st6_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st6_tconfa::ST6_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st6_tconfa::ST6_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st6_tconfb::ST6_TCONFB_SPEC

write(|w| ..) method takes st6_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st6_tconfb::ST6_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st6_tconfb::ST6_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st7_tconfa::ST7_TCONFA_SPEC

write(|w| ..) method takes st7_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st7_tconfa::ST7_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st7_tconfa::ST7_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st7_tconfb::ST7_TCONFB_SPEC

write(|w| ..) method takes st7_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st7_tconfb::ST7_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st7_tconfb::ST7_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st8_tconfa::ST8_TCONFA_SPEC

write(|w| ..) method takes st8_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st8_tconfa::ST8_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st8_tconfa::ST8_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st8_tconfb::ST8_TCONFB_SPEC

write(|w| ..) method takes st8_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st8_tconfb::ST8_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st8_tconfb::ST8_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st9_tconfa::ST9_TCONFA_SPEC

write(|w| ..) method takes st9_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st9_tconfa::ST9_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st9_tconfa::ST9_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st9_tconfb::ST9_TCONFB_SPEC

write(|w| ..) method takes st9_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st9_tconfb::ST9_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st9_tconfb::ST9_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st10_tconfa::ST10_TCONFA_SPEC

write(|w| ..) method takes st10_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st10_tconfa::ST10_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st10_tconfa::ST10_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st10_tconfb::ST10_TCONFB_SPEC

write(|w| ..) method takes st10_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st10_tconfb::ST10_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st10_tconfb::ST10_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st11_tconfa::ST11_TCONFA_SPEC

write(|w| ..) method takes st11_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st11_tconfa::ST11_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st11_tconfa::ST11_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st11_tconfb::ST11_TCONFB_SPEC

write(|w| ..) method takes st11_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st11_tconfb::ST11_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st11_tconfb::ST11_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st12_tconfa::ST12_TCONFA_SPEC

write(|w| ..) method takes st12_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st12_tconfa::ST12_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st12_tconfa::ST12_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st12_tconfb::ST12_TCONFB_SPEC

write(|w| ..) method takes st12_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st12_tconfb::ST12_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st12_tconfb::ST12_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st13_tconfa::ST13_TCONFA_SPEC

write(|w| ..) method takes st13_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st13_tconfa::ST13_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st13_tconfa::ST13_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st13_tconfb::ST13_TCONFB_SPEC

write(|w| ..) method takes st13_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st13_tconfb::ST13_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st13_tconfb::ST13_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st14_tconfa::ST14_TCONFA_SPEC

write(|w| ..) method takes st14_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st14_tconfa::ST14_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st14_tconfa::ST14_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st14_tconfb::ST14_TCONFB_SPEC

write(|w| ..) method takes st14_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st14_tconfb::ST14_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st14_tconfb::ST14_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st15_tconfa::ST15_TCONFA_SPEC

write(|w| ..) method takes st15_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st15_tconfa::ST15_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st15_tconfa::ST15_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st15_tconfb::ST15_TCONFB_SPEC

write(|w| ..) method takes st15_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st15_tconfb::ST15_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st15_tconfb::ST15_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st16_tconfa::ST16_TCONFA_SPEC

write(|w| ..) method takes st16_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st16_tconfa::ST16_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st16_tconfa::ST16_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st16_tconfb::ST16_TCONFB_SPEC

write(|w| ..) method takes st16_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st16_tconfb::ST16_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st16_tconfb::ST16_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st17_tconfa::ST17_TCONFA_SPEC

write(|w| ..) method takes st17_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st17_tconfa::ST17_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st17_tconfa::ST17_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st17_tconfb::ST17_TCONFB_SPEC

write(|w| ..) method takes st17_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st17_tconfb::ST17_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st17_tconfb::ST17_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st18_tconfa::ST18_TCONFA_SPEC

write(|w| ..) method takes st18_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st18_tconfa::ST18_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st18_tconfa::ST18_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st18_tconfb::ST18_TCONFB_SPEC

write(|w| ..) method takes st18_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st18_tconfb::ST18_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st18_tconfb::ST18_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st19_tconfa::ST19_TCONFA_SPEC

write(|w| ..) method takes st19_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st19_tconfa::ST19_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st19_tconfa::ST19_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st19_tconfb::ST19_TCONFB_SPEC

write(|w| ..) method takes st19_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st19_tconfb::ST19_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st19_tconfb::ST19_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st20_tconfa::ST20_TCONFA_SPEC

write(|w| ..) method takes st20_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st20_tconfa::ST20_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st20_tconfa::ST20_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st20_tconfb::ST20_TCONFB_SPEC

write(|w| ..) method takes st20_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st20_tconfb::ST20_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st20_tconfb::ST20_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st21_tconfa::ST21_TCONFA_SPEC

write(|w| ..) method takes st21_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st21_tconfa::ST21_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st21_tconfa::ST21_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st21_tconfb::ST21_TCONFB_SPEC

write(|w| ..) method takes st21_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st21_tconfb::ST21_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st21_tconfb::ST21_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st22_tconfa::ST22_TCONFA_SPEC

write(|w| ..) method takes st22_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st22_tconfa::ST22_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st22_tconfa::ST22_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st22_tconfb::ST22_TCONFB_SPEC

write(|w| ..) method takes st22_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st22_tconfb::ST22_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st22_tconfb::ST22_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st23_tconfa::ST23_TCONFA_SPEC

write(|w| ..) method takes st23_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st23_tconfa::ST23_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st23_tconfa::ST23_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st23_tconfb::ST23_TCONFB_SPEC

write(|w| ..) method takes st23_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st23_tconfb::ST23_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st23_tconfb::ST23_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st24_tconfa::ST24_TCONFA_SPEC

write(|w| ..) method takes st24_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st24_tconfa::ST24_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st24_tconfa::ST24_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st24_tconfb::ST24_TCONFB_SPEC

write(|w| ..) method takes st24_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st24_tconfb::ST24_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st24_tconfb::ST24_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st25_tconfa::ST25_TCONFA_SPEC

write(|w| ..) method takes st25_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st25_tconfa::ST25_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st25_tconfa::ST25_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st25_tconfb::ST25_TCONFB_SPEC

write(|w| ..) method takes st25_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st25_tconfb::ST25_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st25_tconfb::ST25_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st26_tconfa::ST26_TCONFA_SPEC

write(|w| ..) method takes st26_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st26_tconfa::ST26_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st26_tconfa::ST26_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st26_tconfb::ST26_TCONFB_SPEC

write(|w| ..) method takes st26_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st26_tconfb::ST26_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st26_tconfb::ST26_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st27_tconfa::ST27_TCONFA_SPEC

write(|w| ..) method takes st27_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st27_tconfa::ST27_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st27_tconfa::ST27_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st27_tconfb::ST27_TCONFB_SPEC

write(|w| ..) method takes st27_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st27_tconfb::ST27_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st27_tconfb::ST27_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st28_tconfa::ST28_TCONFA_SPEC

write(|w| ..) method takes st28_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st28_tconfa::ST28_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st28_tconfa::ST28_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st28_tconfb::ST28_TCONFB_SPEC

write(|w| ..) method takes st28_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st28_tconfb::ST28_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st28_tconfb::ST28_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st29_tconfa::ST29_TCONFA_SPEC

write(|w| ..) method takes st29_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st29_tconfa::ST29_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st29_tconfa::ST29_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st29_tconfb::ST29_TCONFB_SPEC

write(|w| ..) method takes st29_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st29_tconfb::ST29_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st29_tconfb::ST29_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st30_tconfa::ST30_TCONFA_SPEC

write(|w| ..) method takes st30_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st30_tconfa::ST30_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st30_tconfa::ST30_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st30_tconfb::ST30_TCONFB_SPEC

write(|w| ..) method takes st30_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st30_tconfb::ST30_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st30_tconfb::ST30_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st31_tconfa::ST31_TCONFA_SPEC

write(|w| ..) method takes st31_tconfa::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st31_tconfa::ST31_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st31_tconfa::ST31_TCONFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::st31_tconfb::ST31_TCONFB_SPEC

write(|w| ..) method takes st31_tconfb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st31_tconfb::ST31_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::st31_tconfb::ST31_TCONFB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::lesense::timctrl::TIMCTRL_SPEC

write(|w| ..) method takes timctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::lesense::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::comp0::COMP0_SPEC

write(|w| ..) method takes comp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::comp1::COMP1_SPEC

write(|w| ..) method takes comp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::prssel::PRSSEL_SPEC

write(|w| ..) method takes prssel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::rep0::REP0_SPEC

write(|w| ..) method takes rep0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::rep1::REP1_SPEC

write(|w| ..) method takes rep1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::comp0::COMP0_SPEC

write(|w| ..) method takes comp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::comp1::COMP1_SPEC

write(|w| ..) method takes comp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::prssel::PRSSEL_SPEC

write(|w| ..) method takes prssel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::rep0::REP0_SPEC

write(|w| ..) method takes rep0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::rep1::REP1_SPEC

write(|w| ..) method takes rep1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::letimer1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::letimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::pulsectrl::PULSECTRL_SPEC

write(|w| ..) method takes pulsectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::sigframe::SIGFRAME_SPEC

write(|w| ..) method takes sigframe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::startframe::STARTFRAME_SPEC

write(|w| ..) method takes startframe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::pulsectrl::PULSECTRL_SPEC

write(|w| ..) method takes pulsectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::sigframe::SIGFRAME_SPEC

write(|w| ..) method takes sigframe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::startframe::STARTFRAME_SPEC

write(|w| ..) method takes startframe::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::leuart1::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::leuart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC

write(|w| ..) method takes aapunlockcmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::addrb::ADDRB_SPEC

write(|w| ..) method takes addrb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::bankswitchlock::BANKSWITCHLOCK_SPEC

write(|w| ..) method takes bankswitchlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::bankswitchlock::BANKSWITCHLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::bankswitchlock::BANKSWITCHLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC

write(|w| ..) method takes bootloaderctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::cachecmd::CACHECMD_SPEC

write(|w| ..) method takes cachecmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::cachecmd::CACHECMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::cachecmd::CACHECMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::cacheconfig0::CACHECONFIG0_SPEC

write(|w| ..) method takes cacheconfig0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::cacheconfig0::CACHECONFIG0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::cacheconfig0::CACHECONFIG0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::eccctrl::ECCCTRL_SPEC

write(|w| ..) method takes eccctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::eccctrl::ECCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::eccctrl::ECCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::masslock::MASSLOCK_SPEC

write(|w| ..) method takes masslock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::ramctrl::RAMCTRL_SPEC

write(|w| ..) method takes ramctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ramctrl::RAMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::ramctrl::RAMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::readctrl::READCTRL_SPEC

write(|w| ..) method takes readctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::startup::STARTUP_SPEC

write(|w| ..) method takes startup::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::startup::STARTUP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::startup::STARTUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::wdata::WDATA_SPEC

write(|w| ..) method takes wdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::writecmd::WRITECMD_SPEC

write(|w| ..) method takes writecmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::msc::writectrl::WRITECTRL_SPEC

write(|w| ..) method takes writectrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::ovscfg::OVSCFG_SPEC

write(|w| ..) method takes ovscfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt0::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::ovscfg::OVSCFG_SPEC

write(|w| ..) method takes ovscfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt1::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::freeze::FREEZE_SPEC

write(|w| ..) method takes freeze::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::ovscfg::OVSCFG_SPEC

write(|w| ..) method takes ovscfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::pcnt2::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::pcnt2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch0_ctrl::CH0_CTRL_SPEC

write(|w| ..) method takes ch0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch1_ctrl::CH1_CTRL_SPEC

write(|w| ..) method takes ch1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch2_ctrl::CH2_CTRL_SPEC

write(|w| ..) method takes ch2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch3_ctrl::CH3_CTRL_SPEC

write(|w| ..) method takes ch3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch4_ctrl::CH4_CTRL_SPEC

write(|w| ..) method takes ch4_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch5_ctrl::CH5_CTRL_SPEC

write(|w| ..) method takes ch5_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch6_ctrl::CH6_CTRL_SPEC

write(|w| ..) method takes ch6_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch7_ctrl::CH7_CTRL_SPEC

write(|w| ..) method takes ch7_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch8_ctrl::CH8_CTRL_SPEC

write(|w| ..) method takes ch8_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch8_ctrl::CH8_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch8_ctrl::CH8_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch9_ctrl::CH9_CTRL_SPEC

write(|w| ..) method takes ch9_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch9_ctrl::CH9_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch9_ctrl::CH9_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch10_ctrl::CH10_CTRL_SPEC

write(|w| ..) method takes ch10_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch10_ctrl::CH10_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch10_ctrl::CH10_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch11_ctrl::CH11_CTRL_SPEC

write(|w| ..) method takes ch11_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch11_ctrl::CH11_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch11_ctrl::CH11_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch12_ctrl::CH12_CTRL_SPEC

write(|w| ..) method takes ch12_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch12_ctrl::CH12_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch12_ctrl::CH12_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch13_ctrl::CH13_CTRL_SPEC

write(|w| ..) method takes ch13_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch13_ctrl::CH13_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch13_ctrl::CH13_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch14_ctrl::CH14_CTRL_SPEC

write(|w| ..) method takes ch14_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch14_ctrl::CH14_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch14_ctrl::CH14_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch15_ctrl::CH15_CTRL_SPEC

write(|w| ..) method takes ch15_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch15_ctrl::CH15_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch15_ctrl::CH15_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch16_ctrl::CH16_CTRL_SPEC

write(|w| ..) method takes ch16_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch16_ctrl::CH16_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch16_ctrl::CH16_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch17_ctrl::CH17_CTRL_SPEC

write(|w| ..) method takes ch17_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch17_ctrl::CH17_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch17_ctrl::CH17_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch18_ctrl::CH18_CTRL_SPEC

write(|w| ..) method takes ch18_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch18_ctrl::CH18_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch18_ctrl::CH18_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch19_ctrl::CH19_CTRL_SPEC

write(|w| ..) method takes ch19_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch19_ctrl::CH19_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch19_ctrl::CH19_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch20_ctrl::CH20_CTRL_SPEC

write(|w| ..) method takes ch20_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch20_ctrl::CH20_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch20_ctrl::CH20_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch21_ctrl::CH21_CTRL_SPEC

write(|w| ..) method takes ch21_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch21_ctrl::CH21_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch21_ctrl::CH21_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch22_ctrl::CH22_CTRL_SPEC

write(|w| ..) method takes ch22_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch22_ctrl::CH22_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch22_ctrl::CH22_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ch23_ctrl::CH23_CTRL_SPEC

write(|w| ..) method takes ch23_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch23_ctrl::CH23_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ch23_ctrl::CH23_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::dmareq0::DMAREQ0_SPEC

write(|w| ..) method takes dmareq0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::dmareq0::DMAREQ0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::dmareq0::DMAREQ0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::dmareq1::DMAREQ1_SPEC

write(|w| ..) method takes dmareq1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::dmareq1::DMAREQ1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::dmareq1::DMAREQ1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::routeloc3::ROUTELOC3_SPEC

write(|w| ..) method takes routeloc3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc3::ROUTELOC3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc3::ROUTELOC3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::routeloc4::ROUTELOC4_SPEC

write(|w| ..) method takes routeloc4::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc4::ROUTELOC4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc4::ROUTELOC4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::routeloc5::ROUTELOC5_SPEC

write(|w| ..) method takes routeloc5::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc5::ROUTELOC5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routeloc5::ROUTELOC5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::swlevel::SWLEVEL_SPEC

write(|w| ..) method takes swlevel::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::prs::swpulse::SWPULSE_SPEC

write(|w| ..) method takes swpulse::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::qspi0::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DEVDELAY_SPEC

write(|w| ..) method takes devdelay::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::devdelay::DEVDELAY_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::devdelay::DEVDELAY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DEVINSTRRDCONFIG_SPEC

write(|w| ..) method takes devinstrrdconfig::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::devinstrrdconfig::DEVINSTRRDCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::devinstrrdconfig::DEVINSTRRDCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DEVINSTRWRCONFIG_SPEC

write(|w| ..) method takes devinstrwrconfig::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::devinstrwrconfig::DEVINSTRWRCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::devinstrwrconfig::DEVINSTRWRCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DEVSIZECONFIG_SPEC

write(|w| ..) method takes devsizeconfig::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::devsizeconfig::DEVSIZECONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::devsizeconfig::DEVSIZECONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FLASHCMDADDR_SPEC

write(|w| ..) method takes flashcmdaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashcmdaddr::FLASHCMDADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashcmdaddr::FLASHCMDADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FLASHCMDCTRL_SPEC

write(|w| ..) method takes flashcmdctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashcmdctrl::FLASHCMDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashcmdctrl::FLASHCMDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FLASHCOMMANDCTRLMEM_SPEC

write(|w| ..) method takes flashcommandctrlmem::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashcommandctrlmem::FLASHCOMMANDCTRLMEM_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashcommandctrlmem::FLASHCOMMANDCTRLMEM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FLASHWRDATALOWER_SPEC

write(|w| ..) method takes flashwrdatalower::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashwrdatalower::FLASHWRDATALOWER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashwrdatalower::FLASHWRDATALOWER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FLASHWRDATAUPPER_SPEC

write(|w| ..) method takes flashwrdataupper::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashwrdataupper::FLASHWRDATAUPPER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::flashwrdataupper::FLASHWRDATAUPPER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDAHBADDRTRIGGER_SPEC

write(|w| ..) method takes indahbaddrtrigger::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indahbaddrtrigger::INDAHBADDRTRIGGER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indahbaddrtrigger::INDAHBADDRTRIGGER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTREADXFERCTRL_SPEC

write(|w| ..) method takes indirectreadxferctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectreadxferctrl::INDIRECTREADXFERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectreadxferctrl::INDIRECTREADXFERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTREADXFERNUMBYTES_SPEC

write(|w| ..) method takes indirectreadxfernumbytes::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectreadxfernumbytes::INDIRECTREADXFERNUMBYTES_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectreadxfernumbytes::INDIRECTREADXFERNUMBYTES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTREADXFERSTART_SPEC

write(|w| ..) method takes indirectreadxferstart::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectreadxferstart::INDIRECTREADXFERSTART_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectreadxferstart::INDIRECTREADXFERSTART_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTREADXFERWATERMARK_SPEC

write(|w| ..) method takes indirectreadxferwatermark::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectreadxferwatermark::INDIRECTREADXFERWATERMARK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectreadxferwatermark::INDIRECTREADXFERWATERMARK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTTRIGGERADDRRANGE_SPEC

write(|w| ..) method takes indirecttriggeraddrrange::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirecttriggeraddrrange::INDIRECTTRIGGERADDRRANGE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirecttriggeraddrrange::INDIRECTTRIGGERADDRRANGE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTWRITEXFERCTRL_SPEC

write(|w| ..) method takes indirectwritexferctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectwritexferctrl::INDIRECTWRITEXFERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectwritexferctrl::INDIRECTWRITEXFERCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTWRITEXFERNUMBYTES_SPEC

write(|w| ..) method takes indirectwritexfernumbytes::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectwritexfernumbytes::INDIRECTWRITEXFERNUMBYTES_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectwritexfernumbytes::INDIRECTWRITEXFERNUMBYTES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTWRITEXFERSTART_SPEC

write(|w| ..) method takes indirectwritexferstart::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectwritexferstart::INDIRECTWRITEXFERSTART_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectwritexferstart::INDIRECTWRITEXFERSTART_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for INDIRECTWRITEXFERWATERMARK_SPEC

write(|w| ..) method takes indirectwritexferwatermark::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectwritexferwatermark::INDIRECTWRITEXFERWATERMARK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::indirectwritexferwatermark::INDIRECTWRITEXFERWATERMARK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for IRQMASK_SPEC

write(|w| ..) method takes irqmask::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::irqmask::IRQMASK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::irqmask::IRQMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for IRQSTATUS_SPEC

write(|w| ..) method takes irqstatus::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::irqstatus::IRQSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::irqstatus::IRQSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for LOWERWRPROT_SPEC

write(|w| ..) method takes lowerwrprot::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::lowerwrprot::LOWERWRPROT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::lowerwrprot::LOWERWRPROT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for MODEBITCONFIG_SPEC

write(|w| ..) method takes modebitconfig::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::modebitconfig::MODEBITCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::modebitconfig::MODEBITCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for NOOFPOLLSBEFEXP_SPEC

write(|w| ..) method takes noofpollsbefexp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::noofpollsbefexp::NOOFPOLLSBEFEXP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::noofpollsbefexp::NOOFPOLLSBEFEXP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for OPCODEEXTLOWER_SPEC

write(|w| ..) method takes opcodeextlower::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::opcodeextlower::OPCODEEXTLOWER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::opcodeextlower::OPCODEEXTLOWER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for OPCODEEXTUPPER_SPEC

write(|w| ..) method takes opcodeextupper::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::opcodeextupper::OPCODEEXTUPPER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::opcodeextupper::OPCODEEXTUPPER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for PHYCONFIGURATION_SPEC

write(|w| ..) method takes phyconfiguration::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::phyconfiguration::PHYCONFIGURATION_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::phyconfiguration::PHYCONFIGURATION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for POLLINGFLASHSTATUS_SPEC

write(|w| ..) method takes pollingflashstatus::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::pollingflashstatus::POLLINGFLASHSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::pollingflashstatus::POLLINGFLASHSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RDDATACAPTURE_SPEC

write(|w| ..) method takes rddatacapture::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::rddatacapture::RDDATACAPTURE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::rddatacapture::RDDATACAPTURE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for REMAPADDR_SPEC

write(|w| ..) method takes remapaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::remapaddr::REMAPADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::remapaddr::REMAPADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::qspi0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::qspi0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for RXTHRESH_SPEC

write(|w| ..) method takes rxthresh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::rxthresh::RXTHRESH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::rxthresh::RXTHRESH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SRAMPARTITIONCFG_SPEC

write(|w| ..) method takes srampartitioncfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::srampartitioncfg::SRAMPARTITIONCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::srampartitioncfg::SRAMPARTITIONCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TXTHRESH_SPEC

write(|w| ..) method takes txthresh::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::txthresh::TXTHRESH_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::txthresh::TXTHRESH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for UPPERWRPROT_SPEC

write(|w| ..) method takes upperwrprot::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::upperwrprot::UPPERWRPROT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::upperwrprot::UPPERWRPROT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for WRITECOMPLETIONCTRL_SPEC

write(|w| ..) method takes writecompletionctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::writecompletionctrl::WRITECOMPLETIONCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::writecompletionctrl::WRITECOMPLETIONCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for WRPROTCTRL_SPEC

write(|w| ..) method takes wrprotctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::wrprotctrl::WRPROTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::qspi0::wrprotctrl::WRPROTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rmu::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rmu::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rmu::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rmu::rst::RST_SPEC

write(|w| ..) method takes rst::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rmu::rst::RST_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rmu::rst::RST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::compa_comp::COMPA_COMP_SPEC

write(|w| ..) method takes compa_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compa_comp::COMPA_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compa_comp::COMPA_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::compb_comp::COMPB_COMP_SPEC

write(|w| ..) method takes compb_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compb_comp::COMPB_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compb_comp::COMPB_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::compc_comp::COMPC_COMP_SPEC

write(|w| ..) method takes compc_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compc_comp::COMPC_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compc_comp::COMPC_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::compd_comp::COMPD_COMP_SPEC

write(|w| ..) method takes compd_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compd_comp::COMPD_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compd_comp::COMPD_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::compe_comp::COMPE_COMP_SPEC

write(|w| ..) method takes compe_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compe_comp::COMPE_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compe_comp::COMPE_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::compf_comp::COMPF_COMP_SPEC

write(|w| ..) method takes compf_comp::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compf_comp::COMPF_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::compf_comp::COMPF_COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc0_date::CC0_DATE_SPEC

write(|w| ..) method takes cc0_date::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc0_date::CC0_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc0_date::CC0_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc0_time::CC0_TIME_SPEC

write(|w| ..) method takes cc0_time::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc0_time::CC0_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc0_time::CC0_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc1_date::CC1_DATE_SPEC

write(|w| ..) method takes cc1_date::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc1_date::CC1_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc1_date::CC1_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc1_time::CC1_TIME_SPEC

write(|w| ..) method takes cc1_time::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc1_time::CC1_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc1_time::CC1_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc2_date::CC2_DATE_SPEC

write(|w| ..) method takes cc2_date::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc2_date::CC2_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc2_date::CC2_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cc2_time::CC2_TIME_SPEC

write(|w| ..) method takes cc2_time::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc2_time::CC2_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cc2_time::CC2_TIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::date::DATE_SPEC

write(|w| ..) method takes date::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::date::DATE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::date::DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::em4wuen::EM4WUEN_SPEC

write(|w| ..) method takes em4wuen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::powerdown::POWERDOWN_SPEC

write(|w| ..) method takes powerdown::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::powerdown::POWERDOWN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::powerdown::POWERDOWN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::precnt::PRECNT_SPEC

write(|w| ..) method takes precnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::precnt::PRECNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::precnt::PRECNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret0_reg::RET0_REG_SPEC

write(|w| ..) method takes ret0_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret0_reg::RET0_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret0_reg::RET0_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret1_reg::RET1_REG_SPEC

write(|w| ..) method takes ret1_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret1_reg::RET1_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret1_reg::RET1_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret2_reg::RET2_REG_SPEC

write(|w| ..) method takes ret2_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret2_reg::RET2_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret2_reg::RET2_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret3_reg::RET3_REG_SPEC

write(|w| ..) method takes ret3_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret3_reg::RET3_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret3_reg::RET3_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret4_reg::RET4_REG_SPEC

write(|w| ..) method takes ret4_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret4_reg::RET4_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret4_reg::RET4_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret5_reg::RET5_REG_SPEC

write(|w| ..) method takes ret5_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret5_reg::RET5_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret5_reg::RET5_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret6_reg::RET6_REG_SPEC

write(|w| ..) method takes ret6_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret6_reg::RET6_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret6_reg::RET6_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret7_reg::RET7_REG_SPEC

write(|w| ..) method takes ret7_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret7_reg::RET7_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret7_reg::RET7_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret8_reg::RET8_REG_SPEC

write(|w| ..) method takes ret8_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret8_reg::RET8_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret8_reg::RET8_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret9_reg::RET9_REG_SPEC

write(|w| ..) method takes ret9_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret9_reg::RET9_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret9_reg::RET9_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret10_reg::RET10_REG_SPEC

write(|w| ..) method takes ret10_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret10_reg::RET10_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret10_reg::RET10_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret11_reg::RET11_REG_SPEC

write(|w| ..) method takes ret11_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret11_reg::RET11_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret11_reg::RET11_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret12_reg::RET12_REG_SPEC

write(|w| ..) method takes ret12_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret12_reg::RET12_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret12_reg::RET12_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret13_reg::RET13_REG_SPEC

write(|w| ..) method takes ret13_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret13_reg::RET13_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret13_reg::RET13_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret14_reg::RET14_REG_SPEC

write(|w| ..) method takes ret14_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret14_reg::RET14_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret14_reg::RET14_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret15_reg::RET15_REG_SPEC

write(|w| ..) method takes ret15_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret15_reg::RET15_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret15_reg::RET15_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret16_reg::RET16_REG_SPEC

write(|w| ..) method takes ret16_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret16_reg::RET16_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret16_reg::RET16_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret17_reg::RET17_REG_SPEC

write(|w| ..) method takes ret17_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret17_reg::RET17_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret17_reg::RET17_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret18_reg::RET18_REG_SPEC

write(|w| ..) method takes ret18_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret18_reg::RET18_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret18_reg::RET18_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret19_reg::RET19_REG_SPEC

write(|w| ..) method takes ret19_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret19_reg::RET19_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret19_reg::RET19_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret20_reg::RET20_REG_SPEC

write(|w| ..) method takes ret20_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret20_reg::RET20_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret20_reg::RET20_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret21_reg::RET21_REG_SPEC

write(|w| ..) method takes ret21_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret21_reg::RET21_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret21_reg::RET21_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret22_reg::RET22_REG_SPEC

write(|w| ..) method takes ret22_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret22_reg::RET22_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret22_reg::RET22_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret23_reg::RET23_REG_SPEC

write(|w| ..) method takes ret23_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret23_reg::RET23_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret23_reg::RET23_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret24_reg::RET24_REG_SPEC

write(|w| ..) method takes ret24_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret24_reg::RET24_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret24_reg::RET24_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret25_reg::RET25_REG_SPEC

write(|w| ..) method takes ret25_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret25_reg::RET25_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret25_reg::RET25_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret26_reg::RET26_REG_SPEC

write(|w| ..) method takes ret26_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret26_reg::RET26_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret26_reg::RET26_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret27_reg::RET27_REG_SPEC

write(|w| ..) method takes ret27_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret27_reg::RET27_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret27_reg::RET27_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret28_reg::RET28_REG_SPEC

write(|w| ..) method takes ret28_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret28_reg::RET28_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret28_reg::RET28_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret29_reg::RET29_REG_SPEC

write(|w| ..) method takes ret29_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret29_reg::RET29_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret29_reg::RET29_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret30_reg::RET30_REG_SPEC

write(|w| ..) method takes ret30_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret30_reg::RET30_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret30_reg::RET30_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::ret31_reg::RET31_REG_SPEC

write(|w| ..) method takes ret31_reg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret31_reg::RET31_REG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::ret31_reg::RET31_REG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::rtcc::time::TIME_SPEC

write(|w| ..) method takes time::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::time::TIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::rtcc::time::TIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for AC12ERRSTAT_SPEC

write(|w| ..) method takes ac12errstat::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ac12errstat::AC12ERRSTAT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ac12errstat::AC12ERRSTAT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for ADSADDR_SPEC

write(|w| ..) method takes adsaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::adsaddr::ADSADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::adsaddr::ADSADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for BLKSIZE_SPEC

write(|w| ..) method takes blksize::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::blksize::BLKSIZE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::blksize::BLKSIZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for BOOTTOCTRL_SPEC

write(|w| ..) method takes boottoctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::boottoctrl::BOOTTOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::boottoctrl::BOOTTOCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for BUFDATPORT_SPEC

write(|w| ..) method takes bufdatport::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::bufdatport::BUFDATPORT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::bufdatport::BUFDATPORT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CFG0_SPEC

write(|w| ..) method takes cfg0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfg0::CFG0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfg0::CFG0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CFG1_SPEC

write(|w| ..) method takes cfg1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfg1::CFG1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfg1::CFG1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CFGPRESETVAL0_SPEC

write(|w| ..) method takes cfgpresetval0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfgpresetval0::CFGPRESETVAL0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfgpresetval0::CFGPRESETVAL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CFGPRESETVAL1_SPEC

write(|w| ..) method takes cfgpresetval1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfgpresetval1::CFGPRESETVAL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfgpresetval1::CFGPRESETVAL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CFGPRESETVAL2_SPEC

write(|w| ..) method takes cfgpresetval2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfgpresetval2::CFGPRESETVAL2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfgpresetval2::CFGPRESETVAL2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CFGPRESETVAL3_SPEC

write(|w| ..) method takes cfgpresetval3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfgpresetval3::CFGPRESETVAL3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cfgpresetval3::CFGPRESETVAL3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CLOCKCTRL_SPEC

write(|w| ..) method takes clockctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::clockctrl::CLOCKCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::clockctrl::CLOCKCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CMDARG1_SPEC

write(|w| ..) method takes cmdarg1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cmdarg1::CMDARG1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::cmdarg1::CMDARG1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::sdio::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for FEVTERRSTAT_SPEC

write(|w| ..) method takes fevterrstat::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::fevterrstat::FEVTERRSTAT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::fevterrstat::FEVTERRSTAT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HOSTCTRL1_SPEC

write(|w| ..) method takes hostctrl1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::hostctrl1::HOSTCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::hostctrl1::HOSTCTRL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::sdio::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::sdio::ifcr::IFCR_SPEC

write(|w| ..) method takes ifcr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ifcr::IFCR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ifcr::IFCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for IFENC_SPEC

write(|w| ..) method takes ifenc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ifenc::IFENC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::ifenc::IFENC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::sdio::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::sdio::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::sdio::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for SDMASYSADDR_SPEC

write(|w| ..) method takes sdmasysaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::sdmasysaddr::SDMASYSADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::sdmasysaddr::SDMASYSADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for TFRMODE_SPEC

write(|w| ..) method takes tfrmode::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::tfrmode::TFRMODE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::sdio::tfrmode::TFRMODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::smu::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::smu::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::smu::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::smu::ppuctrl::PPUCTRL_SPEC

write(|w| ..) method takes ppuctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ppuctrl::PPUCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ppuctrl::PPUCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::smu::ppupatd0::PPUPATD0_SPEC

write(|w| ..) method takes ppupatd0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ppupatd0::PPUPATD0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ppupatd0::PPUPATD0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::smu::ppupatd1::PPUPATD1_SPEC

write(|w| ..) method takes ppupatd1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ppupatd1::PPUPATD1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ppupatd1::PPUPATD1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::smu::ppupatd2::PPUPATD2_SPEC

write(|w| ..) method takes ppupatd2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ppupatd2::PPUPATD2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::smu::ppupatd2::PPUPATD2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer0::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer1::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer2::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer3::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer3::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer4::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer4::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer5::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer5::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::timer6::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::timer6::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::trng0::control::CONTROL_SPEC

write(|w| ..) method takes control::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::trng0::initwaitval::INITWAITVAL_SPEC

write(|w| ..) method takes initwaitval::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::initwaitval::INITWAITVAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::initwaitval::INITWAITVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::trng0::key0::KEY0_SPEC

write(|w| ..) method takes key0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::key0::KEY0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::key0::KEY0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::trng0::key1::KEY1_SPEC

write(|w| ..) method takes key1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::trng0::key2::KEY2_SPEC

write(|w| ..) method takes key2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::trng0::key3::KEY3_SPEC

write(|w| ..) method takes key3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::key3::KEY3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::key3::KEY3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::trng0::status::STATUS_SPEC

write(|w| ..) method takes status::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::trng0::testdata::TESTDATA_SPEC

write(|w| ..) method takes testdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::testdata::TESTDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::trng0::testdata::TESTDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart0::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::uart1::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::uart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart0::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart1::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart2::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart2::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart3::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart3::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart4::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart4::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::clkdiv::CLKDIV_SPEC

write(|w| ..) method takes clkdiv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::ctrlx::CTRLX_SPEC

write(|w| ..) method takes ctrlx::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::frame::FRAME_SPEC

write(|w| ..) method takes frame::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::i2sctrl::I2SCTRL_SPEC

write(|w| ..) method takes i2sctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::input::INPUT_SPEC

write(|w| ..) method takes input::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::irctrl::IRCTRL_SPEC

write(|w| ..) method takes irctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::routeloc1::ROUTELOC1_SPEC

write(|w| ..) method takes routeloc1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::timecmp0::TIMECMP0_SPEC

write(|w| ..) method takes timecmp0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::timecmp1::TIMECMP1_SPEC

write(|w| ..) method takes timecmp1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::timecmp2::TIMECMP2_SPEC

write(|w| ..) method takes timecmp2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::timing::TIMING_SPEC

write(|w| ..) method takes timing::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::trigctrl::TRIGCTRL_SPEC

write(|w| ..) method takes trigctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::txdata::TXDATA_SPEC

write(|w| ..) method takes txdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::txdatax::TXDATAX_SPEC

write(|w| ..) method takes txdatax::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::txdouble::TXDOUBLE_SPEC

write(|w| ..) method takes txdouble::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usart5::txdoublex::TXDOUBLEX_SPEC

write(|w| ..) method takes txdoublex::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usart5::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for CDCONF_SPEC

write(|w| ..) method takes cdconf::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::cdconf::CDCONF_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::cdconf::CDCONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usb::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usb::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DAINTMSK_SPEC

write(|w| ..) method takes daintmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::daintmsk::DAINTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::daintmsk::DAINTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DATTRIM1_SPEC

write(|w| ..) method takes dattrim1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dattrim1::DATTRIM1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dattrim1::DATTRIM1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DCFG_SPEC

write(|w| ..) method takes dcfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dcfg::DCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dcfg::DCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DCTL_SPEC

write(|w| ..) method takes dctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dctl::DCTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dctl::DCTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP0_CTL_SPEC

write(|w| ..) method takes diep0_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0_ctl::DIEP0_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0_ctl::DIEP0_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP0_DMAADDR_SPEC

write(|w| ..) method takes diep0_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0_dmaaddr::DIEP0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0_dmaaddr::DIEP0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP0_INT_SPEC

write(|w| ..) method takes diep0_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0_int::DIEP0_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0_int::DIEP0_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP0_TSIZ_SPEC

write(|w| ..) method takes diep0_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0_tsiz::DIEP0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0_tsiz::DIEP0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP0CTL_SPEC

write(|w| ..) method takes diep0ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0ctl::DIEP0CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0ctl::DIEP0CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP0DMAADDR_SPEC

write(|w| ..) method takes diep0dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0dmaaddr::DIEP0DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0dmaaddr::DIEP0DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP0INT_SPEC

write(|w| ..) method takes diep0int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0int::DIEP0INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0int::DIEP0INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP0TSIZ_SPEC

write(|w| ..) method takes diep0tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0tsiz::DIEP0TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep0tsiz::DIEP0TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP1_CTL_SPEC

write(|w| ..) method takes diep1_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep1_ctl::DIEP1_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep1_ctl::DIEP1_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP1_DMAADDR_SPEC

write(|w| ..) method takes diep1_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep1_dmaaddr::DIEP1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep1_dmaaddr::DIEP1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP1_INT_SPEC

write(|w| ..) method takes diep1_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep1_int::DIEP1_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep1_int::DIEP1_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP1_TSIZ_SPEC

write(|w| ..) method takes diep1_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep1_tsiz::DIEP1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep1_tsiz::DIEP1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP2_CTL_SPEC

write(|w| ..) method takes diep2_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep2_ctl::DIEP2_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep2_ctl::DIEP2_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP2_DMAADDR_SPEC

write(|w| ..) method takes diep2_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep2_dmaaddr::DIEP2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep2_dmaaddr::DIEP2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP2_INT_SPEC

write(|w| ..) method takes diep2_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep2_int::DIEP2_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep2_int::DIEP2_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP2_TSIZ_SPEC

write(|w| ..) method takes diep2_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep2_tsiz::DIEP2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep2_tsiz::DIEP2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP3_CTL_SPEC

write(|w| ..) method takes diep3_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep3_ctl::DIEP3_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep3_ctl::DIEP3_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP3_DMAADDR_SPEC

write(|w| ..) method takes diep3_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep3_dmaaddr::DIEP3_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep3_dmaaddr::DIEP3_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP3_INT_SPEC

write(|w| ..) method takes diep3_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep3_int::DIEP3_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep3_int::DIEP3_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP3_TSIZ_SPEC

write(|w| ..) method takes diep3_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep3_tsiz::DIEP3_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep3_tsiz::DIEP3_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP4_CTL_SPEC

write(|w| ..) method takes diep4_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep4_ctl::DIEP4_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep4_ctl::DIEP4_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP4_DMAADDR_SPEC

write(|w| ..) method takes diep4_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep4_dmaaddr::DIEP4_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep4_dmaaddr::DIEP4_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP4_INT_SPEC

write(|w| ..) method takes diep4_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep4_int::DIEP4_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep4_int::DIEP4_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP4_TSIZ_SPEC

write(|w| ..) method takes diep4_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep4_tsiz::DIEP4_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep4_tsiz::DIEP4_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP5_CTL_SPEC

write(|w| ..) method takes diep5_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep5_ctl::DIEP5_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep5_ctl::DIEP5_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP5_DMAADDR_SPEC

write(|w| ..) method takes diep5_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep5_dmaaddr::DIEP5_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep5_dmaaddr::DIEP5_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP5_INT_SPEC

write(|w| ..) method takes diep5_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep5_int::DIEP5_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep5_int::DIEP5_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEP5_TSIZ_SPEC

write(|w| ..) method takes diep5_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep5_tsiz::DIEP5_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diep5_tsiz::DIEP5_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEPEMPMSK_SPEC

write(|w| ..) method takes diepempmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diepempmsk::DIEPEMPMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diepempmsk::DIEPEMPMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEPMSK_SPEC

write(|w| ..) method takes diepmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diepmsk::DIEPMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::diepmsk::DIEPMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEPTXF1_SPEC

write(|w| ..) method takes dieptxf1::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf1::DIEPTXF1_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf1::DIEPTXF1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEPTXF2_SPEC

write(|w| ..) method takes dieptxf2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf2::DIEPTXF2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf2::DIEPTXF2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEPTXF3_SPEC

write(|w| ..) method takes dieptxf3::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf3::DIEPTXF3_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf3::DIEPTXF3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEPTXF4_SPEC

write(|w| ..) method takes dieptxf4::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf4::DIEPTXF4_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf4::DIEPTXF4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEPTXF5_SPEC

write(|w| ..) method takes dieptxf5::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf5::DIEPTXF5_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf5::DIEPTXF5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DIEPTXF6_SPEC

write(|w| ..) method takes dieptxf6::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf6::DIEPTXF6_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dieptxf6::DIEPTXF6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP0_CTL_SPEC

write(|w| ..) method takes doep0_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0_ctl::DOEP0_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0_ctl::DOEP0_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP0_DMAADDR_SPEC

write(|w| ..) method takes doep0_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0_dmaaddr::DOEP0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0_dmaaddr::DOEP0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP0_INT_SPEC

write(|w| ..) method takes doep0_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0_int::DOEP0_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0_int::DOEP0_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP0_TSIZ_SPEC

write(|w| ..) method takes doep0_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0_tsiz::DOEP0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0_tsiz::DOEP0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP0CTL_SPEC

write(|w| ..) method takes doep0ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0ctl::DOEP0CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0ctl::DOEP0CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP0DMAADDR_SPEC

write(|w| ..) method takes doep0dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0dmaaddr::DOEP0DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0dmaaddr::DOEP0DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP0INT_SPEC

write(|w| ..) method takes doep0int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0int::DOEP0INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0int::DOEP0INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP0TSIZ_SPEC

write(|w| ..) method takes doep0tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0tsiz::DOEP0TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep0tsiz::DOEP0TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP1_CTL_SPEC

write(|w| ..) method takes doep1_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep1_ctl::DOEP1_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep1_ctl::DOEP1_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP1_DMAADDR_SPEC

write(|w| ..) method takes doep1_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep1_dmaaddr::DOEP1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep1_dmaaddr::DOEP1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP1_INT_SPEC

write(|w| ..) method takes doep1_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep1_int::DOEP1_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep1_int::DOEP1_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP1_TSIZ_SPEC

write(|w| ..) method takes doep1_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep1_tsiz::DOEP1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep1_tsiz::DOEP1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP2_CTL_SPEC

write(|w| ..) method takes doep2_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep2_ctl::DOEP2_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep2_ctl::DOEP2_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP2_DMAADDR_SPEC

write(|w| ..) method takes doep2_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep2_dmaaddr::DOEP2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep2_dmaaddr::DOEP2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP2_INT_SPEC

write(|w| ..) method takes doep2_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep2_int::DOEP2_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep2_int::DOEP2_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP2_TSIZ_SPEC

write(|w| ..) method takes doep2_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep2_tsiz::DOEP2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep2_tsiz::DOEP2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP3_CTL_SPEC

write(|w| ..) method takes doep3_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep3_ctl::DOEP3_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep3_ctl::DOEP3_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP3_DMAADDR_SPEC

write(|w| ..) method takes doep3_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep3_dmaaddr::DOEP3_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep3_dmaaddr::DOEP3_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP3_INT_SPEC

write(|w| ..) method takes doep3_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep3_int::DOEP3_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep3_int::DOEP3_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP3_TSIZ_SPEC

write(|w| ..) method takes doep3_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep3_tsiz::DOEP3_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep3_tsiz::DOEP3_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP4_CTL_SPEC

write(|w| ..) method takes doep4_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep4_ctl::DOEP4_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep4_ctl::DOEP4_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP4_DMAADDR_SPEC

write(|w| ..) method takes doep4_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep4_dmaaddr::DOEP4_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep4_dmaaddr::DOEP4_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP4_INT_SPEC

write(|w| ..) method takes doep4_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep4_int::DOEP4_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep4_int::DOEP4_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP4_TSIZ_SPEC

write(|w| ..) method takes doep4_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep4_tsiz::DOEP4_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep4_tsiz::DOEP4_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP5_CTL_SPEC

write(|w| ..) method takes doep5_ctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep5_ctl::DOEP5_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep5_ctl::DOEP5_CTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP5_DMAADDR_SPEC

write(|w| ..) method takes doep5_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep5_dmaaddr::DOEP5_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep5_dmaaddr::DOEP5_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP5_INT_SPEC

write(|w| ..) method takes doep5_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep5_int::DOEP5_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep5_int::DOEP5_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEP5_TSIZ_SPEC

write(|w| ..) method takes doep5_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep5_tsiz::DOEP5_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doep5_tsiz::DOEP5_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DOEPMSK_SPEC

write(|w| ..) method takes doepmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doepmsk::DOEPMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::doepmsk::DOEPMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DTHRCTL_SPEC

write(|w| ..) method takes dthrctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dthrctl::DTHRCTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dthrctl::DTHRCTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DVBUSDIS_SPEC

write(|w| ..) method takes dvbusdis::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dvbusdis::DVBUSDIS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dvbusdis::DVBUSDIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for DVBUSPULSE_SPEC

write(|w| ..) method takes dvbuspulse::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dvbuspulse::DVBUSPULSE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::dvbuspulse::DVBUSPULSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GAHBCFG_SPEC

write(|w| ..) method takes gahbcfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gahbcfg::GAHBCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gahbcfg::GAHBCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GDFIFOCFG_SPEC

write(|w| ..) method takes gdfifocfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gdfifocfg::GDFIFOCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gdfifocfg::GDFIFOCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GINTMSK_SPEC

write(|w| ..) method takes gintmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gintmsk::GINTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gintmsk::GINTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GINTSTS_SPEC

write(|w| ..) method takes gintsts::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gintsts::GINTSTS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gintsts::GINTSTS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GNPTXFSIZ_SPEC

write(|w| ..) method takes gnptxfsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gnptxfsiz::GNPTXFSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gnptxfsiz::GNPTXFSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GOTGCTL_SPEC

write(|w| ..) method takes gotgctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gotgctl::GOTGCTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gotgctl::GOTGCTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GOTGINT_SPEC

write(|w| ..) method takes gotgint::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gotgint::GOTGINT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gotgint::GOTGINT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GRSTCTL_SPEC

write(|w| ..) method takes grstctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::grstctl::GRSTCTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::grstctl::GRSTCTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GRXFSIZ_SPEC

write(|w| ..) method takes grxfsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::grxfsiz::GRXFSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::grxfsiz::GRXFSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for GUSBCFG_SPEC

write(|w| ..) method takes gusbcfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gusbcfg::GUSBCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::gusbcfg::GUSBCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HAINTMSK_SPEC

write(|w| ..) method takes haintmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::haintmsk::HAINTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::haintmsk::HAINTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC0_CHAR_SPEC

write(|w| ..) method takes hc0_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_char::HC0_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_char::HC0_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC0_DMAADDR_SPEC

write(|w| ..) method takes hc0_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_dmaaddr::HC0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_dmaaddr::HC0_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC0_INT_SPEC

write(|w| ..) method takes hc0_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_int::HC0_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_int::HC0_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC0_INTMSK_SPEC

write(|w| ..) method takes hc0_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_intmsk::HC0_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_intmsk::HC0_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC0_SPLT_SPEC

write(|w| ..) method takes hc0_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_splt::HC0_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_splt::HC0_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC0_TSIZ_SPEC

write(|w| ..) method takes hc0_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_tsiz::HC0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc0_tsiz::HC0_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC1_CHAR_SPEC

write(|w| ..) method takes hc1_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_char::HC1_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_char::HC1_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC1_DMAADDR_SPEC

write(|w| ..) method takes hc1_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_dmaaddr::HC1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_dmaaddr::HC1_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC1_INT_SPEC

write(|w| ..) method takes hc1_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_int::HC1_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_int::HC1_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC1_INTMSK_SPEC

write(|w| ..) method takes hc1_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_intmsk::HC1_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_intmsk::HC1_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC1_SPLT_SPEC

write(|w| ..) method takes hc1_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_splt::HC1_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_splt::HC1_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC1_TSIZ_SPEC

write(|w| ..) method takes hc1_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_tsiz::HC1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc1_tsiz::HC1_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC2_CHAR_SPEC

write(|w| ..) method takes hc2_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_char::HC2_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_char::HC2_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC2_DMAADDR_SPEC

write(|w| ..) method takes hc2_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_dmaaddr::HC2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_dmaaddr::HC2_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC2_INT_SPEC

write(|w| ..) method takes hc2_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_int::HC2_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_int::HC2_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC2_INTMSK_SPEC

write(|w| ..) method takes hc2_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_intmsk::HC2_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_intmsk::HC2_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC2_SPLT_SPEC

write(|w| ..) method takes hc2_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_splt::HC2_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_splt::HC2_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC2_TSIZ_SPEC

write(|w| ..) method takes hc2_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_tsiz::HC2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc2_tsiz::HC2_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC3_CHAR_SPEC

write(|w| ..) method takes hc3_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_char::HC3_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_char::HC3_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC3_DMAADDR_SPEC

write(|w| ..) method takes hc3_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_dmaaddr::HC3_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_dmaaddr::HC3_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC3_INT_SPEC

write(|w| ..) method takes hc3_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_int::HC3_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_int::HC3_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC3_INTMSK_SPEC

write(|w| ..) method takes hc3_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_intmsk::HC3_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_intmsk::HC3_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC3_SPLT_SPEC

write(|w| ..) method takes hc3_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_splt::HC3_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_splt::HC3_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC3_TSIZ_SPEC

write(|w| ..) method takes hc3_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_tsiz::HC3_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc3_tsiz::HC3_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC4_CHAR_SPEC

write(|w| ..) method takes hc4_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_char::HC4_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_char::HC4_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC4_DMAADDR_SPEC

write(|w| ..) method takes hc4_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_dmaaddr::HC4_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_dmaaddr::HC4_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC4_INT_SPEC

write(|w| ..) method takes hc4_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_int::HC4_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_int::HC4_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC4_INTMSK_SPEC

write(|w| ..) method takes hc4_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_intmsk::HC4_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_intmsk::HC4_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC4_SPLT_SPEC

write(|w| ..) method takes hc4_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_splt::HC4_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_splt::HC4_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC4_TSIZ_SPEC

write(|w| ..) method takes hc4_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_tsiz::HC4_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc4_tsiz::HC4_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC5_CHAR_SPEC

write(|w| ..) method takes hc5_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_char::HC5_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_char::HC5_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC5_DMAADDR_SPEC

write(|w| ..) method takes hc5_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_dmaaddr::HC5_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_dmaaddr::HC5_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC5_INT_SPEC

write(|w| ..) method takes hc5_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_int::HC5_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_int::HC5_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC5_INTMSK_SPEC

write(|w| ..) method takes hc5_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_intmsk::HC5_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_intmsk::HC5_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC5_SPLT_SPEC

write(|w| ..) method takes hc5_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_splt::HC5_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_splt::HC5_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC5_TSIZ_SPEC

write(|w| ..) method takes hc5_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_tsiz::HC5_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc5_tsiz::HC5_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC6_CHAR_SPEC

write(|w| ..) method takes hc6_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_char::HC6_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_char::HC6_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC6_DMAADDR_SPEC

write(|w| ..) method takes hc6_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_dmaaddr::HC6_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_dmaaddr::HC6_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC6_INT_SPEC

write(|w| ..) method takes hc6_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_int::HC6_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_int::HC6_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC6_INTMSK_SPEC

write(|w| ..) method takes hc6_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_intmsk::HC6_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_intmsk::HC6_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC6_SPLT_SPEC

write(|w| ..) method takes hc6_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_splt::HC6_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_splt::HC6_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC6_TSIZ_SPEC

write(|w| ..) method takes hc6_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_tsiz::HC6_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc6_tsiz::HC6_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC7_CHAR_SPEC

write(|w| ..) method takes hc7_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_char::HC7_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_char::HC7_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC7_DMAADDR_SPEC

write(|w| ..) method takes hc7_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_dmaaddr::HC7_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_dmaaddr::HC7_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC7_INT_SPEC

write(|w| ..) method takes hc7_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_int::HC7_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_int::HC7_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC7_INTMSK_SPEC

write(|w| ..) method takes hc7_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_intmsk::HC7_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_intmsk::HC7_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC7_SPLT_SPEC

write(|w| ..) method takes hc7_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_splt::HC7_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_splt::HC7_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC7_TSIZ_SPEC

write(|w| ..) method takes hc7_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_tsiz::HC7_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc7_tsiz::HC7_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC8_CHAR_SPEC

write(|w| ..) method takes hc8_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_char::HC8_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_char::HC8_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC8_DMAADDR_SPEC

write(|w| ..) method takes hc8_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_dmaaddr::HC8_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_dmaaddr::HC8_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC8_INT_SPEC

write(|w| ..) method takes hc8_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_int::HC8_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_int::HC8_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC8_INTMSK_SPEC

write(|w| ..) method takes hc8_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_intmsk::HC8_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_intmsk::HC8_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC8_SPLT_SPEC

write(|w| ..) method takes hc8_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_splt::HC8_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_splt::HC8_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC8_TSIZ_SPEC

write(|w| ..) method takes hc8_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_tsiz::HC8_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc8_tsiz::HC8_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC9_CHAR_SPEC

write(|w| ..) method takes hc9_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_char::HC9_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_char::HC9_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC9_DMAADDR_SPEC

write(|w| ..) method takes hc9_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_dmaaddr::HC9_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_dmaaddr::HC9_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC9_INT_SPEC

write(|w| ..) method takes hc9_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_int::HC9_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_int::HC9_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC9_INTMSK_SPEC

write(|w| ..) method takes hc9_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_intmsk::HC9_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_intmsk::HC9_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC9_SPLT_SPEC

write(|w| ..) method takes hc9_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_splt::HC9_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_splt::HC9_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC9_TSIZ_SPEC

write(|w| ..) method takes hc9_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_tsiz::HC9_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc9_tsiz::HC9_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC10_CHAR_SPEC

write(|w| ..) method takes hc10_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_char::HC10_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_char::HC10_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC10_DMAADDR_SPEC

write(|w| ..) method takes hc10_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_dmaaddr::HC10_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_dmaaddr::HC10_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC10_INT_SPEC

write(|w| ..) method takes hc10_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_int::HC10_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_int::HC10_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC10_INTMSK_SPEC

write(|w| ..) method takes hc10_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_intmsk::HC10_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_intmsk::HC10_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC10_SPLT_SPEC

write(|w| ..) method takes hc10_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_splt::HC10_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_splt::HC10_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC10_TSIZ_SPEC

write(|w| ..) method takes hc10_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_tsiz::HC10_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc10_tsiz::HC10_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC11_CHAR_SPEC

write(|w| ..) method takes hc11_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_char::HC11_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_char::HC11_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC11_DMAADDR_SPEC

write(|w| ..) method takes hc11_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_dmaaddr::HC11_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_dmaaddr::HC11_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC11_INT_SPEC

write(|w| ..) method takes hc11_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_int::HC11_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_int::HC11_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC11_INTMSK_SPEC

write(|w| ..) method takes hc11_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_intmsk::HC11_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_intmsk::HC11_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC11_SPLT_SPEC

write(|w| ..) method takes hc11_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_splt::HC11_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_splt::HC11_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC11_TSIZ_SPEC

write(|w| ..) method takes hc11_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_tsiz::HC11_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc11_tsiz::HC11_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC12_CHAR_SPEC

write(|w| ..) method takes hc12_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_char::HC12_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_char::HC12_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC12_DMAADDR_SPEC

write(|w| ..) method takes hc12_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_dmaaddr::HC12_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_dmaaddr::HC12_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC12_INT_SPEC

write(|w| ..) method takes hc12_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_int::HC12_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_int::HC12_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC12_INTMSK_SPEC

write(|w| ..) method takes hc12_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_intmsk::HC12_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_intmsk::HC12_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC12_SPLT_SPEC

write(|w| ..) method takes hc12_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_splt::HC12_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_splt::HC12_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC12_TSIZ_SPEC

write(|w| ..) method takes hc12_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_tsiz::HC12_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc12_tsiz::HC12_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC13_CHAR_SPEC

write(|w| ..) method takes hc13_char::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_char::HC13_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_char::HC13_CHAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC13_DMAADDR_SPEC

write(|w| ..) method takes hc13_dmaaddr::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_dmaaddr::HC13_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_dmaaddr::HC13_DMAADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC13_INT_SPEC

write(|w| ..) method takes hc13_int::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_int::HC13_INT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_int::HC13_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC13_INTMSK_SPEC

write(|w| ..) method takes hc13_intmsk::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_intmsk::HC13_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_intmsk::HC13_INTMSK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC13_SPLT_SPEC

write(|w| ..) method takes hc13_splt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_splt::HC13_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_splt::HC13_SPLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HC13_TSIZ_SPEC

write(|w| ..) method takes hc13_tsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_tsiz::HC13_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hc13_tsiz::HC13_TSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HCFG_SPEC

write(|w| ..) method takes hcfg::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hcfg::HCFG_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hcfg::HCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HFIR_SPEC

write(|w| ..) method takes hfir::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hfir::HFIR_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hfir::HFIR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HPRT_SPEC

write(|w| ..) method takes hprt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hprt::HPRT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hprt::HPRT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for HPTXFSIZ_SPEC

write(|w| ..) method takes hptxfsiz::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hptxfsiz::HPTXFSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::hptxfsiz::HPTXFSIZ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usb::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usb::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usb::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for LEMCTRL_SPEC

write(|w| ..) method takes lemctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::lemctrl::LEMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::lemctrl::LEMCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for PCGCCTL_SPEC

write(|w| ..) method takes pcgcctl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::pcgcctl::PCGCCTL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::pcgcctl::PCGCCTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::usb::route::ROUTE_SPEC

write(|w| ..) method takes route::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::usb::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::cal::CAL_SPEC

write(|w| ..) method takes cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::ch0ctrl::CH0CTRL_SPEC

write(|w| ..) method takes ch0ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ch0ctrl::CH0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ch0ctrl::CH0CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::ch0data::CH0DATA_SPEC

write(|w| ..) method takes ch0data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ch0data::CH0DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ch0data::CH0DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::ch1ctrl::CH1CTRL_SPEC

write(|w| ..) method takes ch1ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ch1ctrl::CH1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ch1ctrl::CH1CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::ch1data::CH1DATA_SPEC

write(|w| ..) method takes ch1data::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ch1data::CH1DATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ch1data::CH1DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::combdata::COMBDATA_SPEC

write(|w| ..) method takes combdata::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::combdata::COMBDATA_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::combdata::COMBDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa0_cal::OPA0_CAL_SPEC

write(|w| ..) method takes opa0_cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_cal::OPA0_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_cal::OPA0_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa0_ctrl::OPA0_CTRL_SPEC

write(|w| ..) method takes opa0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_ctrl::OPA0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_ctrl::OPA0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa0_mux::OPA0_MUX_SPEC

write(|w| ..) method takes opa0_mux::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_mux::OPA0_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_mux::OPA0_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa0_out::OPA0_OUT_SPEC

write(|w| ..) method takes opa0_out::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_out::OPA0_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_out::OPA0_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa0_timer::OPA0_TIMER_SPEC

write(|w| ..) method takes opa0_timer::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_timer::OPA0_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa0_timer::OPA0_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa1_cal::OPA1_CAL_SPEC

write(|w| ..) method takes opa1_cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_cal::OPA1_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_cal::OPA1_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa1_ctrl::OPA1_CTRL_SPEC

write(|w| ..) method takes opa1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_ctrl::OPA1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_ctrl::OPA1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa1_mux::OPA1_MUX_SPEC

write(|w| ..) method takes opa1_mux::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_mux::OPA1_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_mux::OPA1_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa1_out::OPA1_OUT_SPEC

write(|w| ..) method takes opa1_out::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_out::OPA1_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_out::OPA1_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa1_timer::OPA1_TIMER_SPEC

write(|w| ..) method takes opa1_timer::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_timer::OPA1_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa1_timer::OPA1_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa2_cal::OPA2_CAL_SPEC

write(|w| ..) method takes opa2_cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_cal::OPA2_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_cal::OPA2_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa2_ctrl::OPA2_CTRL_SPEC

write(|w| ..) method takes opa2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_ctrl::OPA2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_ctrl::OPA2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa2_mux::OPA2_MUX_SPEC

write(|w| ..) method takes opa2_mux::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_mux::OPA2_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_mux::OPA2_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa2_out::OPA2_OUT_SPEC

write(|w| ..) method takes opa2_out::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_out::OPA2_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_out::OPA2_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa2_timer::OPA2_TIMER_SPEC

write(|w| ..) method takes opa2_timer::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_timer::OPA2_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa2_timer::OPA2_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa3_cal::OPA3_CAL_SPEC

write(|w| ..) method takes opa3_cal::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_cal::OPA3_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_cal::OPA3_CAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa3_ctrl::OPA3_CTRL_SPEC

write(|w| ..) method takes opa3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_ctrl::OPA3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_ctrl::OPA3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa3_mux::OPA3_MUX_SPEC

write(|w| ..) method takes opa3_mux::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_mux::OPA3_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_mux::OPA3_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa3_out::OPA3_OUT_SPEC

write(|w| ..) method takes opa3_out::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_out::OPA3_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_out::OPA3_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::vdac0::opa3_timer::OPA3_TIMER_SPEC

write(|w| ..) method takes opa3_timer::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_timer::OPA3_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::vdac0::opa3_timer::OPA3_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC

write(|w| ..) method takes pch0_prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC

write(|w| ..) method takes pch1_prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog1::pch0_prsctrl::PCH0_PRSCTRL_SPEC

write(|w| ..) method takes pch0_prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wdog1::pch1_prsctrl::PCH1_PRSCTRL_SPEC

write(|w| ..) method takes pch1_prsctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wdog1::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer0::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer1::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer2::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer2::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc0_ccv::CC0_CCV_SPEC

write(|w| ..) method takes cc0_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc0_ccvb::CC0_CCVB_SPEC

write(|w| ..) method takes cc0_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc0_ctrl::CC0_CTRL_SPEC

write(|w| ..) method takes cc0_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc1_ccv::CC1_CCV_SPEC

write(|w| ..) method takes cc1_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc1_ccvb::CC1_CCVB_SPEC

write(|w| ..) method takes cc1_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc1_ctrl::CC1_CTRL_SPEC

write(|w| ..) method takes cc1_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc2_ccv::CC2_CCV_SPEC

write(|w| ..) method takes cc2_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc2_ccvb::CC2_CCVB_SPEC

write(|w| ..) method takes cc2_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc2_ctrl::CC2_CTRL_SPEC

write(|w| ..) method takes cc2_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc3_ccv::CC3_CCV_SPEC

write(|w| ..) method takes cc3_ccv::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc3_ccvb::CC3_CCVB_SPEC

write(|w| ..) method takes cc3_ccvb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cc3_ctrl::CC3_CTRL_SPEC

write(|w| ..) method takes cc3_ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cmd::CMD_SPEC

write(|w| ..) method takes cmd::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::cnt::CNT_SPEC

write(|w| ..) method takes cnt::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::ctrl::CTRL_SPEC

write(|w| ..) method takes ctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::dtctrl::DTCTRL_SPEC

write(|w| ..) method takes dtctrl::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::dtfaultc::DTFAULTC_SPEC

write(|w| ..) method takes dtfaultc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::dtfc::DTFC_SPEC

write(|w| ..) method takes dtfc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::dtlock::DTLOCK_SPEC

write(|w| ..) method takes dtlock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::dtogen::DTOGEN_SPEC

write(|w| ..) method takes dtogen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::dttime::DTTIME_SPEC

write(|w| ..) method takes dttime::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::ien::IEN_SPEC

write(|w| ..) method takes ien::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::ifc::IFC_SPEC

write(|w| ..) method takes ifc::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::ifs::IFS_SPEC

write(|w| ..) method takes ifs::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::lock::LOCK_SPEC

write(|w| ..) method takes lock::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::routeloc0::ROUTELOC0_SPEC

write(|w| ..) method takes routeloc0::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::routeloc2::ROUTELOC2_SPEC

write(|w| ..) method takes routeloc2::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::routepen::ROUTEPEN_SPEC

write(|w| ..) method takes routepen::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::top::TOP_SPEC

write(|w| ..) method takes top::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::top::TOP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Writable for efm32gg11b_pac::efm32gg11b840::wtimer3::topb::TOPB_SPEC

write(|w| ..) method takes topb::W writer structure

§

type Writer = W

source§

const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}

source§

const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32gg11b840::wtimer3::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}