pub trait Writable: RegisterSpec {
type Writer: From<W<Self>> + DerefMut<Target = W<Self>>;
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux;
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux;
}Expand description
Trait implemented by writeable registers.
This enables the write, write_with_zero and reset methods.
Registers marked with Readable can be also be modify’ed.
Required Associated Constants§
Sourceconst ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux
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
Sourceconst ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux
Specifies the register bits that are not changed if you pass 0 and are changed if you pass 1
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::extifctrl::EXTIFCTRL_SPEC
write(|w| ..) method takes extifctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::extifctrl::EXTIFCTRL_SPEC
write(|w| ..) method takes extifctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::hysteresis0::HYSTERESIS0_SPEC
write(|w| ..) method takes hysteresis0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::hysteresis0::HYSTERESIS0_SPEC
write(|w| ..) method takes hysteresis0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::hysteresis1::HYSTERESIS1_SPEC
write(|w| ..) method takes hysteresis1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::hysteresis1::HYSTERESIS1_SPEC
write(|w| ..) method takes hysteresis1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::inputsel::INPUTSEL_SPEC
write(|w| ..) method takes inputsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::inputsel::INPUTSEL_SPEC
write(|w| ..) method takes inputsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::acmp0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::acmp0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::aportmasterdis::APORTMASTERDIS_SPEC
write(|w| ..) method takes aportmasterdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::aportmasterdis::APORTMASTERDIS_SPEC
write(|w| ..) method takes aportmasterdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::biasprog::BIASPROG_SPEC
write(|w| ..) method takes biasprog::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::biasprog::BIASPROG_SPEC
write(|w| ..) method takes biasprog::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::cal::CAL_SPEC
write(|w| ..) method takes cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::cal::CAL_SPEC
write(|w| ..) method takes cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::cmpthr::CMPTHR_SPEC
write(|w| ..) method takes cmpthr::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::cmpthr::CMPTHR_SPEC
write(|w| ..) method takes cmpthr::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scanctrl::SCANCTRL_SPEC
write(|w| ..) method takes scanctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scanctrl::SCANCTRL_SPEC
write(|w| ..) method takes scanctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scanctrlx::SCANCTRLX_SPEC
write(|w| ..) method takes scanctrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scanctrlx::SCANCTRLX_SPEC
write(|w| ..) method takes scanctrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC
write(|w| ..) method takes scanfifoclear::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC
write(|w| ..) method takes scanfifoclear::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scaninputsel::SCANINPUTSEL_SPEC
write(|w| ..) method takes scaninputsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scaninputsel::SCANINPUTSEL_SPEC
write(|w| ..) method takes scaninputsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scanmask::SCANMASK_SPEC
write(|w| ..) method takes scanmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scanmask::SCANMASK_SPEC
write(|w| ..) method takes scanmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scannegsel::SCANNEGSEL_SPEC
write(|w| ..) method takes scannegsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::scannegsel::SCANNEGSEL_SPEC
write(|w| ..) method takes scannegsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::singlectrl::SINGLECTRL_SPEC
write(|w| ..) method takes singlectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::singlectrl::SINGLECTRL_SPEC
write(|w| ..) method takes singlectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::singlectrlx::SINGLECTRLX_SPEC
write(|w| ..) method takes singlectrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::singlectrlx::SINGLECTRLX_SPEC
write(|w| ..) method takes singlectrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC
write(|w| ..) method takes singlefifoclear::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC
write(|w| ..) method takes singlefifoclear::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::bittiming::BITTIMING_SPEC
write(|w| ..) method takes bittiming::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::bittiming::BITTIMING_SPEC
write(|w| ..) method takes bittiming::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::brpe::BRPE_SPEC
write(|w| ..) method takes brpe::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::brpe::BRPE_SPEC
write(|w| ..) method takes brpe::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::config::CONFIG_SPEC
write(|w| ..) method takes config::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::config::CONFIG_SPEC
write(|w| ..) method takes config::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if0ien::IF0IEN_SPEC
write(|w| ..) method takes if0ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if0ien::IF0IEN_SPEC
write(|w| ..) method takes if0ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if0ifc::IF0IFC_SPEC
write(|w| ..) method takes if0ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if0ifc::IF0IFC_SPEC
write(|w| ..) method takes if0ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if0ifs::IF0IFS_SPEC
write(|w| ..) method takes if0ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if0ifs::IF0IFS_SPEC
write(|w| ..) method takes if0ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if1ien::IF1IEN_SPEC
write(|w| ..) method takes if1ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if1ien::IF1IEN_SPEC
write(|w| ..) method takes if1ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if1ifc::IF1IFC_SPEC
write(|w| ..) method takes if1ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if1ifc::IF1IFC_SPEC
write(|w| ..) method takes if1ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if1ifs::IF1IFS_SPEC
write(|w| ..) method takes if1ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::if1ifs::IF1IFS_SPEC
write(|w| ..) method takes if1ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_arb::MIR0_ARB_SPEC
write(|w| ..) method takes mir0_arb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_arb::MIR0_ARB_SPEC
write(|w| ..) method takes mir0_arb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC
write(|w| ..) method takes mir0_cmdmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC
write(|w| ..) method takes mir0_cmdmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC
write(|w| ..) method takes mir0_cmdreq::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC
write(|w| ..) method takes mir0_cmdreq::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_ctrl::MIR0_CTRL_SPEC
write(|w| ..) method takes mir0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_ctrl::MIR0_CTRL_SPEC
write(|w| ..) method takes mir0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_datah::MIR0_DATAH_SPEC
write(|w| ..) method takes mir0_datah::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_datah::MIR0_DATAH_SPEC
write(|w| ..) method takes mir0_datah::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_datal::MIR0_DATAL_SPEC
write(|w| ..) method takes mir0_datal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_datal::MIR0_DATAL_SPEC
write(|w| ..) method takes mir0_datal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_mask::MIR0_MASK_SPEC
write(|w| ..) method takes mir0_mask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir0_mask::MIR0_MASK_SPEC
write(|w| ..) method takes mir0_mask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_arb::MIR1_ARB_SPEC
write(|w| ..) method takes mir1_arb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_arb::MIR1_ARB_SPEC
write(|w| ..) method takes mir1_arb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC
write(|w| ..) method takes mir1_cmdmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC
write(|w| ..) method takes mir1_cmdmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC
write(|w| ..) method takes mir1_cmdreq::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC
write(|w| ..) method takes mir1_cmdreq::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_ctrl::MIR1_CTRL_SPEC
write(|w| ..) method takes mir1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_ctrl::MIR1_CTRL_SPEC
write(|w| ..) method takes mir1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_datah::MIR1_DATAH_SPEC
write(|w| ..) method takes mir1_datah::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_datah::MIR1_DATAH_SPEC
write(|w| ..) method takes mir1_datah::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_datal::MIR1_DATAL_SPEC
write(|w| ..) method takes mir1_datal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_datal::MIR1_DATAL_SPEC
write(|w| ..) method takes mir1_datal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_mask::MIR1_MASK_SPEC
write(|w| ..) method takes mir1_mask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::mir1_mask::MIR1_MASK_SPEC
write(|w| ..) method takes mir1_mask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::route::ROUTE_SPEC
write(|w| ..) method takes route::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::route::ROUTE_SPEC
write(|w| ..) method takes route::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::status::STATUS_SPEC
write(|w| ..) method takes status::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::status::STATUS_SPEC
write(|w| ..) method takes status::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::can0::test::TEST_SPEC
write(|w| ..) method takes test::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::can0::test::TEST_SPEC
write(|w| ..) method takes test::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::test::TEST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::can0::test::TEST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::adcctrl::ADCCTRL_SPEC
write(|w| ..) method takes adcctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::adcctrl::ADCCTRL_SPEC
write(|w| ..) method takes adcctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::adcctrl::ADCCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::adcctrl::ADCCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC
write(|w| ..) method takes auxhfrcoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC
write(|w| ..) method takes auxhfrcoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::calcnt::CALCNT_SPEC
write(|w| ..) method takes calcnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::calcnt::CALCNT_SPEC
write(|w| ..) method takes calcnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::calctrl::CALCTRL_SPEC
write(|w| ..) method takes calctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::calctrl::CALCTRL_SPEC
write(|w| ..) method takes calctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::dbgclksel::DBGCLKSEL_SPEC
write(|w| ..) method takes dbgclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::dbgclksel::DBGCLKSEL_SPEC
write(|w| ..) method takes dbgclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::dbgclksel::DBGCLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::dbgclksel::DBGCLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::dpllctrl1::DPLLCTRL1_SPEC
write(|w| ..) method takes dpllctrl1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::dpllctrl1::DPLLCTRL1_SPEC
write(|w| ..) method takes dpllctrl1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::dpllctrl1::DPLLCTRL1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::dpllctrl1::DPLLCTRL1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::dpllctrl::DPLLCTRL_SPEC
write(|w| ..) method takes dpllctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::dpllctrl::DPLLCTRL_SPEC
write(|w| ..) method takes dpllctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::dpllctrl::DPLLCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::dpllctrl::DPLLCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfbusclken0::HFBUSCLKEN0_SPEC
write(|w| ..) method takes hfbusclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfbusclken0::HFBUSCLKEN0_SPEC
write(|w| ..) method takes hfbusclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfbusclken0::HFBUSCLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfbusclken0::HFBUSCLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfbuspresc::HFBUSPRESC_SPEC
write(|w| ..) method takes hfbuspresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfbuspresc::HFBUSPRESC_SPEC
write(|w| ..) method takes hfbuspresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfbuspresc::HFBUSPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfbuspresc::HFBUSPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfclksel::HFCLKSEL_SPEC
write(|w| ..) method takes hfclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfclksel::HFCLKSEL_SPEC
write(|w| ..) method takes hfclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfclksel::HFCLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfclksel::HFCLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfcorepresc::HFCOREPRESC_SPEC
write(|w| ..) method takes hfcorepresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfcorepresc::HFCOREPRESC_SPEC
write(|w| ..) method takes hfcorepresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfcorepresc::HFCOREPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfcorepresc::HFCOREPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfexppresc::HFEXPPRESC_SPEC
write(|w| ..) method takes hfexppresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfexppresc::HFEXPPRESC_SPEC
write(|w| ..) method takes hfexppresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfexppresc::HFEXPPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfexppresc::HFEXPPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperclken0::HFPERCLKEN0_SPEC
write(|w| ..) method takes hfperclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperclken0::HFPERCLKEN0_SPEC
write(|w| ..) method takes hfperclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperclken1::HFPERCLKEN1_SPEC
write(|w| ..) method takes hfperclken1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperclken1::HFPERCLKEN1_SPEC
write(|w| ..) method takes hfperclken1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperclken1::HFPERCLKEN1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperclken1::HFPERCLKEN1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperpresc::HFPERPRESC_SPEC
write(|w| ..) method takes hfperpresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperpresc::HFPERPRESC_SPEC
write(|w| ..) method takes hfperpresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperpresc::HFPERPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperpresc::HFPERPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperprescb::HFPERPRESCB_SPEC
write(|w| ..) method takes hfperprescb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperprescb::HFPERPRESCB_SPEC
write(|w| ..) method takes hfperprescb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperprescb::HFPERPRESCB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperprescb::HFPERPRESCB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperprescc::HFPERPRESCC_SPEC
write(|w| ..) method takes hfperprescc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfperprescc::HFPERPRESCC_SPEC
write(|w| ..) method takes hfperprescc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperprescc::HFPERPRESCC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfperprescc::HFPERPRESCC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfpresc::HFPRESC_SPEC
write(|w| ..) method takes hfpresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfpresc::HFPRESC_SPEC
write(|w| ..) method takes hfpresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfpresc::HFPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfpresc::HFPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfrcoctrl::HFRCOCTRL_SPEC
write(|w| ..) method takes hfrcoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfrcoctrl::HFRCOCTRL_SPEC
write(|w| ..) method takes hfrcoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfrcoss::HFRCOSS_SPEC
write(|w| ..) method takes hfrcoss::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfrcoss::HFRCOSS_SPEC
write(|w| ..) method takes hfrcoss::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfrcoss::HFRCOSS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfrcoss::HFRCOSS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxoctrl1::HFXOCTRL1_SPEC
write(|w| ..) method takes hfxoctrl1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxoctrl1::HFXOCTRL1_SPEC
write(|w| ..) method takes hfxoctrl1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxoctrl1::HFXOCTRL1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxoctrl1::HFXOCTRL1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxoctrl::HFXOCTRL_SPEC
write(|w| ..) method takes hfxoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxoctrl::HFXOCTRL_SPEC
write(|w| ..) method takes hfxoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxoctrl::HFXOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxoctrl::HFXOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC
write(|w| ..) method takes hfxostartupctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC
write(|w| ..) method takes hfxostartupctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC
write(|w| ..) method takes hfxosteadystatectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC
write(|w| ..) method takes hfxosteadystatectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC
write(|w| ..) method takes hfxotimeoutctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC
write(|w| ..) method takes hfxotimeoutctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfaclken0::LFACLKEN0_SPEC
write(|w| ..) method takes lfaclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfaclken0::LFACLKEN0_SPEC
write(|w| ..) method takes lfaclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfaclksel::LFACLKSEL_SPEC
write(|w| ..) method takes lfaclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfaclksel::LFACLKSEL_SPEC
write(|w| ..) method takes lfaclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfaclksel::LFACLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfaclksel::LFACLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfapresc0::LFAPRESC0_SPEC
write(|w| ..) method takes lfapresc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfapresc0::LFAPRESC0_SPEC
write(|w| ..) method takes lfapresc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfbclken0::LFBCLKEN0_SPEC
write(|w| ..) method takes lfbclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfbclken0::LFBCLKEN0_SPEC
write(|w| ..) method takes lfbclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfbclksel::LFBCLKSEL_SPEC
write(|w| ..) method takes lfbclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfbclksel::LFBCLKSEL_SPEC
write(|w| ..) method takes lfbclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfbclksel::LFBCLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfbclksel::LFBCLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfbpresc0::LFBPRESC0_SPEC
write(|w| ..) method takes lfbpresc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfbpresc0::LFBPRESC0_SPEC
write(|w| ..) method takes lfbpresc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfeclken0::LFECLKEN0_SPEC
write(|w| ..) method takes lfeclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfeclken0::LFECLKEN0_SPEC
write(|w| ..) method takes lfeclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfeclken0::LFECLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfeclken0::LFECLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfeclksel::LFECLKSEL_SPEC
write(|w| ..) method takes lfeclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfeclksel::LFECLKSEL_SPEC
write(|w| ..) method takes lfeclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfeclksel::LFECLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfeclksel::LFECLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfepresc0::LFEPRESC0_SPEC
write(|w| ..) method takes lfepresc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfepresc0::LFEPRESC0_SPEC
write(|w| ..) method takes lfepresc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfepresc0::LFEPRESC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfepresc0::LFEPRESC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfrcoctrl::LFRCOCTRL_SPEC
write(|w| ..) method takes lfrcoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfrcoctrl::LFRCOCTRL_SPEC
write(|w| ..) method takes lfrcoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfxoctrl::LFXOCTRL_SPEC
write(|w| ..) method takes lfxoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lfxoctrl::LFXOCTRL_SPEC
write(|w| ..) method takes lfxoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfxoctrl::LFXOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lfxoctrl::LFXOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::oscencmd::OSCENCMD_SPEC
write(|w| ..) method takes oscencmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::oscencmd::OSCENCMD_SPEC
write(|w| ..) method takes oscencmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::pcntctrl::PCNTCTRL_SPEC
write(|w| ..) method takes pcntctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::pcntctrl::PCNTCTRL_SPEC
write(|w| ..) method takes pcntctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cmu::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cmu::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::periodsel::PERIODSEL_SPEC
write(|w| ..) method takes periodsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::cryotimer::periodsel::PERIODSEL_SPEC
write(|w| ..) method takes periodsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::periodsel::PERIODSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::cryotimer::periodsel::PERIODSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0::DATA0_SPEC
write(|w| ..) method takes data0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0::DATA0_SPEC
write(|w| ..) method takes data0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0::DATA0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0::DATA0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte12::DATA0BYTE12_SPEC
write(|w| ..) method takes data0byte12::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte12::DATA0BYTE12_SPEC
write(|w| ..) method takes data0byte12::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte12::DATA0BYTE12_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte12::DATA0BYTE12_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte13::DATA0BYTE13_SPEC
write(|w| ..) method takes data0byte13::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte13::DATA0BYTE13_SPEC
write(|w| ..) method takes data0byte13::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte13::DATA0BYTE13_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte13::DATA0BYTE13_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte14::DATA0BYTE14_SPEC
write(|w| ..) method takes data0byte14::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte14::DATA0BYTE14_SPEC
write(|w| ..) method takes data0byte14::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte14::DATA0BYTE14_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte14::DATA0BYTE14_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte15::DATA0BYTE15_SPEC
write(|w| ..) method takes data0byte15::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte15::DATA0BYTE15_SPEC
write(|w| ..) method takes data0byte15::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte15::DATA0BYTE15_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte15::DATA0BYTE15_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte::DATA0BYTE_SPEC
write(|w| ..) method takes data0byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0byte::DATA0BYTE_SPEC
write(|w| ..) method takes data0byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte::DATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0byte::DATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0xor::DATA0XOR_SPEC
write(|w| ..) method takes data0xor::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0xor::DATA0XOR_SPEC
write(|w| ..) method takes data0xor::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0xor::DATA0XOR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0xor::DATA0XOR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0xorbyte::DATA0XORBYTE_SPEC
write(|w| ..) method takes data0xorbyte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data0xorbyte::DATA0XORBYTE_SPEC
write(|w| ..) method takes data0xorbyte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0xorbyte::DATA0XORBYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data0xorbyte::DATA0XORBYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data1::DATA1_SPEC
write(|w| ..) method takes data1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data1::DATA1_SPEC
write(|w| ..) method takes data1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data1::DATA1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data1::DATA1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data1byte::DATA1BYTE_SPEC
write(|w| ..) method takes data1byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data1byte::DATA1BYTE_SPEC
write(|w| ..) method takes data1byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data1byte::DATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data1byte::DATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data2::DATA2_SPEC
write(|w| ..) method takes data2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data2::DATA2_SPEC
write(|w| ..) method takes data2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data2::DATA2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data2::DATA2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data3::DATA3_SPEC
write(|w| ..) method takes data3::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::data3::DATA3_SPEC
write(|w| ..) method takes data3::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data3::DATA3_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::data3::DATA3_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata0::DDATA0_SPEC
write(|w| ..) method takes ddata0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata0::DDATA0_SPEC
write(|w| ..) method takes ddata0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata0::DDATA0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata0::DDATA0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata0big::DDATA0BIG_SPEC
write(|w| ..) method takes ddata0big::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata0big::DDATA0BIG_SPEC
write(|w| ..) method takes ddata0big::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata0big::DDATA0BIG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata0big::DDATA0BIG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata0byte32::DDATA0BYTE32_SPEC
write(|w| ..) method takes ddata0byte32::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata0byte32::DDATA0BYTE32_SPEC
write(|w| ..) method takes ddata0byte32::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata0byte32::DDATA0BYTE32_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata0byte32::DDATA0BYTE32_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata0byte::DDATA0BYTE_SPEC
write(|w| ..) method takes ddata0byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata0byte::DDATA0BYTE_SPEC
write(|w| ..) method takes ddata0byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata0byte::DDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata0byte::DDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata1::DDATA1_SPEC
write(|w| ..) method takes ddata1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata1::DDATA1_SPEC
write(|w| ..) method takes ddata1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata1::DDATA1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata1::DDATA1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata1byte::DDATA1BYTE_SPEC
write(|w| ..) method takes ddata1byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata1byte::DDATA1BYTE_SPEC
write(|w| ..) method takes ddata1byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata1byte::DDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata1byte::DDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata2::DDATA2_SPEC
write(|w| ..) method takes ddata2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata2::DDATA2_SPEC
write(|w| ..) method takes ddata2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata2::DDATA2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata2::DDATA2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata3::DDATA3_SPEC
write(|w| ..) method takes ddata3::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata3::DDATA3_SPEC
write(|w| ..) method takes ddata3::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata3::DDATA3_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata3::DDATA3_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata4::DDATA4_SPEC
write(|w| ..) method takes ddata4::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ddata4::DDATA4_SPEC
write(|w| ..) method takes ddata4::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata4::DDATA4_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ddata4::DDATA4_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::key::KEY_SPEC
write(|w| ..) method takes key::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::key::KEY_SPEC
write(|w| ..) method takes key::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::key::KEY_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::key::KEY_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::keybuf::KEYBUF_SPEC
write(|w| ..) method takes keybuf::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::keybuf::KEYBUF_SPEC
write(|w| ..) method takes keybuf::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::keybuf::KEYBUF_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::keybuf::KEYBUF_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata0::QDATA0_SPEC
write(|w| ..) method takes qdata0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata0::QDATA0_SPEC
write(|w| ..) method takes qdata0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata0::QDATA0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata0::QDATA0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata0byte::QDATA0BYTE_SPEC
write(|w| ..) method takes qdata0byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata0byte::QDATA0BYTE_SPEC
write(|w| ..) method takes qdata0byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata0byte::QDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata0byte::QDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata1::QDATA1_SPEC
write(|w| ..) method takes qdata1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata1::QDATA1_SPEC
write(|w| ..) method takes qdata1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata1::QDATA1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata1::QDATA1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata1big::QDATA1BIG_SPEC
write(|w| ..) method takes qdata1big::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata1big::QDATA1BIG_SPEC
write(|w| ..) method takes qdata1big::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata1big::QDATA1BIG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata1big::QDATA1BIG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata1byte::QDATA1BYTE_SPEC
write(|w| ..) method takes qdata1byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::qdata1byte::QDATA1BYTE_SPEC
write(|w| ..) method takes qdata1byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata1byte::QDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::qdata1byte::QDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq0::SEQ0_SPEC
write(|w| ..) method takes seq0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq0::SEQ0_SPEC
write(|w| ..) method takes seq0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq0::SEQ0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq0::SEQ0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq1::SEQ1_SPEC
write(|w| ..) method takes seq1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq1::SEQ1_SPEC
write(|w| ..) method takes seq1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq1::SEQ1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq1::SEQ1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq2::SEQ2_SPEC
write(|w| ..) method takes seq2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq2::SEQ2_SPEC
write(|w| ..) method takes seq2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq2::SEQ2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq2::SEQ2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq3::SEQ3_SPEC
write(|w| ..) method takes seq3::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq3::SEQ3_SPEC
write(|w| ..) method takes seq3::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq3::SEQ3_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq3::SEQ3_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq4::SEQ4_SPEC
write(|w| ..) method takes seq4::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seq4::SEQ4_SPEC
write(|w| ..) method takes seq4::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq4::SEQ4_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seq4::SEQ4_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seqctrl::SEQCTRL_SPEC
write(|w| ..) method takes seqctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seqctrl::SEQCTRL_SPEC
write(|w| ..) method takes seqctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seqctrlb::SEQCTRLB_SPEC
write(|w| ..) method takes seqctrlb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::seqctrlb::SEQCTRLB_SPEC
write(|w| ..) method takes seqctrlb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seqctrlb::SEQCTRLB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::seqctrlb::SEQCTRLB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::wac::WAC_SPEC
write(|w| ..) method takes wac::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::crypto0::wac::WAC_SPEC
write(|w| ..) method takes wac::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::wac::WAC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::crypto0::wac::WAC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::anactrl::ANACTRL_SPEC
write(|w| ..) method takes anactrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::anactrl::ANACTRL_SPEC
write(|w| ..) method takes anactrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::anactrl::ANACTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::anactrl::ANACTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::cmpthr::CMPTHR_SPEC
write(|w| ..) method takes cmpthr::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::cmpthr::CMPTHR_SPEC
write(|w| ..) method takes cmpthr::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::data::DATA_SPEC
write(|w| ..) method takes data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::data::DATA_SPEC
write(|w| ..) method takes data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::data::DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::data::DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::dmbaseline::DMBASELINE_SPEC
write(|w| ..) method takes dmbaseline::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::dmbaseline::DMBASELINE_SPEC
write(|w| ..) method takes dmbaseline::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::dmbaseline::DMBASELINE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::dmbaseline::DMBASELINE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::dmcfg::DMCFG_SPEC
write(|w| ..) method takes dmcfg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::dmcfg::DMCFG_SPEC
write(|w| ..) method takes dmcfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::dmcfg::DMCFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::dmcfg::DMCFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ema::EMA_SPEC
write(|w| ..) method takes ema::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ema::EMA_SPEC
write(|w| ..) method takes ema::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ema::EMA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ema::EMA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::emactrl::EMACTRL_SPEC
write(|w| ..) method takes emactrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::emactrl::EMACTRL_SPEC
write(|w| ..) method takes emactrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::emactrl::EMACTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::emactrl::EMACTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::prssel::PRSSEL_SPEC
write(|w| ..) method takes prssel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::prssel::PRSSEL_SPEC
write(|w| ..) method takes prssel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::scaninputsel0::SCANINPUTSEL0_SPEC
write(|w| ..) method takes scaninputsel0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::scaninputsel0::SCANINPUTSEL0_SPEC
write(|w| ..) method takes scaninputsel0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::scaninputsel0::SCANINPUTSEL0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::scaninputsel0::SCANINPUTSEL0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::scaninputsel1::SCANINPUTSEL1_SPEC
write(|w| ..) method takes scaninputsel1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::scaninputsel1::SCANINPUTSEL1_SPEC
write(|w| ..) method takes scaninputsel1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::scaninputsel1::SCANINPUTSEL1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::scaninputsel1::SCANINPUTSEL1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::scanmask0::SCANMASK0_SPEC
write(|w| ..) method takes scanmask0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::scanmask0::SCANMASK0_SPEC
write(|w| ..) method takes scanmask0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::scanmask0::SCANMASK0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::scanmask0::SCANMASK0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::scanmask1::SCANMASK1_SPEC
write(|w| ..) method takes scanmask1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::scanmask1::SCANMASK1_SPEC
write(|w| ..) method takes scanmask1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::scanmask1::SCANMASK1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::scanmask1::SCANMASK1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::singlectrl::SINGLECTRL_SPEC
write(|w| ..) method takes singlectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::singlectrl::SINGLECTRL_SPEC
write(|w| ..) method takes singlectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::csen::timctrl::TIMCTRL_SPEC
write(|w| ..) method takes timctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::csen::timctrl::TIMCTRL_SPEC
write(|w| ..) method takes timctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::csen::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::buctrl::BUCTRL_SPEC
write(|w| ..) method takes buctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::buctrl::BUCTRL_SPEC
write(|w| ..) method takes buctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::buctrl::BUCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::buctrl::BUCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC
write(|w| ..) method takes dcdcclimctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC
write(|w| ..) method takes dcdcclimctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdcctrl::DCDCCTRL_SPEC
write(|w| ..) method takes dcdcctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdcctrl::DCDCCTRL_SPEC
write(|w| ..) method takes dcdcctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdcctrl::DCDCCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdcctrl::DCDCCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC
write(|w| ..) method takes dcdclncompctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC
write(|w| ..) method takes dcdclncompctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC
write(|w| ..) method takes dcdclnfreqctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC
write(|w| ..) method takes dcdclnfreqctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC
write(|w| ..) method takes dcdclnvctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC
write(|w| ..) method takes dcdclnvctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclpctrl::DCDCLPCTRL_SPEC
write(|w| ..) method takes dcdclpctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclpctrl::DCDCLPCTRL_SPEC
write(|w| ..) method takes dcdclpctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclpctrl::DCDCLPCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclpctrl::DCDCLPCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC
write(|w| ..) method takes dcdclpem01cfg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC
write(|w| ..) method takes dcdclpem01cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC
write(|w| ..) method takes dcdclpvctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC
write(|w| ..) method takes dcdclpvctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC
write(|w| ..) method takes dcdcmiscctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC
write(|w| ..) method takes dcdcmiscctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC
write(|w| ..) method takes dcdczdetctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC
write(|w| ..) method takes dcdczdetctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::em4ctrl::EM4CTRL_SPEC
write(|w| ..) method takes em4ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::em4ctrl::EM4CTRL_SPEC
write(|w| ..) method takes em4ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::em4ctrl::EM4CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::em4ctrl::EM4CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC
write(|w| ..) method takes em23pernoretaincmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC
write(|w| ..) method takes em23pernoretaincmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC
write(|w| ..) method takes em23pernoretainctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC
write(|w| ..) method takes em23pernoretainctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::pwrctrl::PWRCTRL_SPEC
write(|w| ..) method takes pwrctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::pwrctrl::PWRCTRL_SPEC
write(|w| ..) method takes pwrctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::pwrctrl::PWRCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::pwrctrl::PWRCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::pwrlock::PWRLOCK_SPEC
write(|w| ..) method takes pwrlock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::pwrlock::PWRLOCK_SPEC
write(|w| ..) method takes pwrlock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::pwrlock::PWRLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::pwrlock::PWRLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ram0ctrl::RAM0CTRL_SPEC
write(|w| ..) method takes ram0ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::ram0ctrl::RAM0CTRL_SPEC
write(|w| ..) method takes ram0ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ram0ctrl::RAM0CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::ram0ctrl::RAM0CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::templimits::TEMPLIMITS_SPEC
write(|w| ..) method takes templimits::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::templimits::TEMPLIMITS_SPEC
write(|w| ..) method takes templimits::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::templimits::TEMPLIMITS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::templimits::TEMPLIMITS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC
write(|w| ..) method takes vmonaltavddctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC
write(|w| ..) method takes vmonaltavddctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmonavddctrl::VMONAVDDCTRL_SPEC
write(|w| ..) method takes vmonavddctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmonavddctrl::VMONAVDDCTRL_SPEC
write(|w| ..) method takes vmonavddctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmonavddctrl::VMONAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmonavddctrl::VMONAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC
write(|w| ..) method takes vmonbuvddctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC
write(|w| ..) method takes vmonbuvddctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmondvddctrl::VMONDVDDCTRL_SPEC
write(|w| ..) method takes vmondvddctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmondvddctrl::VMONDVDDCTRL_SPEC
write(|w| ..) method takes vmondvddctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmondvddctrl::VMONDVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmondvddctrl::VMONDVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmonio0ctrl::VMONIO0CTRL_SPEC
write(|w| ..) method takes vmonio0ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::emu::vmonio0ctrl::VMONIO0CTRL_SPEC
write(|w| ..) method takes vmonio0ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmonio0ctrl::VMONIO0CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::emu::vmonio0ctrl::VMONIO0CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::init::INIT_SPEC
write(|w| ..) method takes init::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::init::INIT_SPEC
write(|w| ..) method takes init::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::init::INIT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::init::INIT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::inputdata::INPUTDATA_SPEC
write(|w| ..) method takes inputdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::inputdata::INPUTDATA_SPEC
write(|w| ..) method takes inputdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::inputdata::INPUTDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::inputdata::INPUTDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC
write(|w| ..) method takes inputdatabyte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC
write(|w| ..) method takes inputdatabyte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC
write(|w| ..) method takes inputdatahword::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC
write(|w| ..) method takes inputdatahword::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::poly::POLY_SPEC
write(|w| ..) method takes poly::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpcrc::poly::POLY_SPEC
write(|w| ..) method takes poly::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::poly::POLY_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpcrc::poly::POLY_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extifall::EXTIFALL_SPEC
write(|w| ..) method takes extifall::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extifall::EXTIFALL_SPEC
write(|w| ..) method takes extifall::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extilevel::EXTILEVEL_SPEC
write(|w| ..) method takes extilevel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extilevel::EXTILEVEL_SPEC
write(|w| ..) method takes extilevel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extilevel::EXTILEVEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extilevel::EXTILEVEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extipinselh::EXTIPINSELH_SPEC
write(|w| ..) method takes extipinselh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extipinselh::EXTIPINSELH_SPEC
write(|w| ..) method takes extipinselh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extipinselh::EXTIPINSELH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extipinselh::EXTIPINSELH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extipinsell::EXTIPINSELL_SPEC
write(|w| ..) method takes extipinsell::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extipinsell::EXTIPINSELL_SPEC
write(|w| ..) method takes extipinsell::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extipinsell::EXTIPINSELL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extipinsell::EXTIPINSELL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extipselh::EXTIPSELH_SPEC
write(|w| ..) method takes extipselh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extipselh::EXTIPSELH_SPEC
write(|w| ..) method takes extipselh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extipsell::EXTIPSELL_SPEC
write(|w| ..) method takes extipsell::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extipsell::EXTIPSELL_SPEC
write(|w| ..) method takes extipsell::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extirise::EXTIRISE_SPEC
write(|w| ..) method takes extirise::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::extirise::EXTIRISE_SPEC
write(|w| ..) method takes extirise::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::insense::INSENSE_SPEC
write(|w| ..) method takes insense::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::insense::INSENSE_SPEC
write(|w| ..) method takes insense::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_ctrl::PA_CTRL_SPEC
write(|w| ..) method takes pa_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_ctrl::PA_CTRL_SPEC
write(|w| ..) method takes pa_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_dout::PA_DOUT_SPEC
write(|w| ..) method takes pa_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_dout::PA_DOUT_SPEC
write(|w| ..) method takes pa_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_douttgl::PA_DOUTTGL_SPEC
write(|w| ..) method takes pa_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_douttgl::PA_DOUTTGL_SPEC
write(|w| ..) method takes pa_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_modeh::PA_MODEH_SPEC
write(|w| ..) method takes pa_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_modeh::PA_MODEH_SPEC
write(|w| ..) method takes pa_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_model::PA_MODEL_SPEC
write(|w| ..) method takes pa_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_model::PA_MODEL_SPEC
write(|w| ..) method takes pa_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_ovtdis::PA_OVTDIS_SPEC
write(|w| ..) method takes pa_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_ovtdis::PA_OVTDIS_SPEC
write(|w| ..) method takes pa_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_ovtdis::PA_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_ovtdis::PA_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_pinlockn::PA_PINLOCKN_SPEC
write(|w| ..) method takes pa_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pa_pinlockn::PA_PINLOCKN_SPEC
write(|w| ..) method takes pa_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_ctrl::PB_CTRL_SPEC
write(|w| ..) method takes pb_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_ctrl::PB_CTRL_SPEC
write(|w| ..) method takes pb_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_dout::PB_DOUT_SPEC
write(|w| ..) method takes pb_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_dout::PB_DOUT_SPEC
write(|w| ..) method takes pb_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_douttgl::PB_DOUTTGL_SPEC
write(|w| ..) method takes pb_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_douttgl::PB_DOUTTGL_SPEC
write(|w| ..) method takes pb_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_modeh::PB_MODEH_SPEC
write(|w| ..) method takes pb_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_modeh::PB_MODEH_SPEC
write(|w| ..) method takes pb_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_model::PB_MODEL_SPEC
write(|w| ..) method takes pb_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_model::PB_MODEL_SPEC
write(|w| ..) method takes pb_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_ovtdis::PB_OVTDIS_SPEC
write(|w| ..) method takes pb_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_ovtdis::PB_OVTDIS_SPEC
write(|w| ..) method takes pb_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_ovtdis::PB_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_ovtdis::PB_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_pinlockn::PB_PINLOCKN_SPEC
write(|w| ..) method takes pb_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pb_pinlockn::PB_PINLOCKN_SPEC
write(|w| ..) method takes pb_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_ctrl::PC_CTRL_SPEC
write(|w| ..) method takes pc_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_ctrl::PC_CTRL_SPEC
write(|w| ..) method takes pc_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_dout::PC_DOUT_SPEC
write(|w| ..) method takes pc_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_dout::PC_DOUT_SPEC
write(|w| ..) method takes pc_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_douttgl::PC_DOUTTGL_SPEC
write(|w| ..) method takes pc_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_douttgl::PC_DOUTTGL_SPEC
write(|w| ..) method takes pc_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_modeh::PC_MODEH_SPEC
write(|w| ..) method takes pc_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_modeh::PC_MODEH_SPEC
write(|w| ..) method takes pc_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_model::PC_MODEL_SPEC
write(|w| ..) method takes pc_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_model::PC_MODEL_SPEC
write(|w| ..) method takes pc_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_ovtdis::PC_OVTDIS_SPEC
write(|w| ..) method takes pc_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_ovtdis::PC_OVTDIS_SPEC
write(|w| ..) method takes pc_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_ovtdis::PC_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_ovtdis::PC_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_pinlockn::PC_PINLOCKN_SPEC
write(|w| ..) method takes pc_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pc_pinlockn::PC_PINLOCKN_SPEC
write(|w| ..) method takes pc_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_ctrl::PD_CTRL_SPEC
write(|w| ..) method takes pd_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_ctrl::PD_CTRL_SPEC
write(|w| ..) method takes pd_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_dout::PD_DOUT_SPEC
write(|w| ..) method takes pd_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_dout::PD_DOUT_SPEC
write(|w| ..) method takes pd_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_douttgl::PD_DOUTTGL_SPEC
write(|w| ..) method takes pd_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_douttgl::PD_DOUTTGL_SPEC
write(|w| ..) method takes pd_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_modeh::PD_MODEH_SPEC
write(|w| ..) method takes pd_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_modeh::PD_MODEH_SPEC
write(|w| ..) method takes pd_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_model::PD_MODEL_SPEC
write(|w| ..) method takes pd_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_model::PD_MODEL_SPEC
write(|w| ..) method takes pd_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_ovtdis::PD_OVTDIS_SPEC
write(|w| ..) method takes pd_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_ovtdis::PD_OVTDIS_SPEC
write(|w| ..) method takes pd_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_ovtdis::PD_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_ovtdis::PD_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_pinlockn::PD_PINLOCKN_SPEC
write(|w| ..) method takes pd_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pd_pinlockn::PD_PINLOCKN_SPEC
write(|w| ..) method takes pd_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_ctrl::PE_CTRL_SPEC
write(|w| ..) method takes pe_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_ctrl::PE_CTRL_SPEC
write(|w| ..) method takes pe_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_dout::PE_DOUT_SPEC
write(|w| ..) method takes pe_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_dout::PE_DOUT_SPEC
write(|w| ..) method takes pe_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_douttgl::PE_DOUTTGL_SPEC
write(|w| ..) method takes pe_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_douttgl::PE_DOUTTGL_SPEC
write(|w| ..) method takes pe_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_modeh::PE_MODEH_SPEC
write(|w| ..) method takes pe_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_modeh::PE_MODEH_SPEC
write(|w| ..) method takes pe_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_model::PE_MODEL_SPEC
write(|w| ..) method takes pe_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_model::PE_MODEL_SPEC
write(|w| ..) method takes pe_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_ovtdis::PE_OVTDIS_SPEC
write(|w| ..) method takes pe_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_ovtdis::PE_OVTDIS_SPEC
write(|w| ..) method takes pe_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_ovtdis::PE_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_ovtdis::PE_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_pinlockn::PE_PINLOCKN_SPEC
write(|w| ..) method takes pe_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pe_pinlockn::PE_PINLOCKN_SPEC
write(|w| ..) method takes pe_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_ctrl::PF_CTRL_SPEC
write(|w| ..) method takes pf_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_ctrl::PF_CTRL_SPEC
write(|w| ..) method takes pf_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_dout::PF_DOUT_SPEC
write(|w| ..) method takes pf_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_dout::PF_DOUT_SPEC
write(|w| ..) method takes pf_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_douttgl::PF_DOUTTGL_SPEC
write(|w| ..) method takes pf_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_douttgl::PF_DOUTTGL_SPEC
write(|w| ..) method takes pf_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_modeh::PF_MODEH_SPEC
write(|w| ..) method takes pf_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_modeh::PF_MODEH_SPEC
write(|w| ..) method takes pf_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_model::PF_MODEL_SPEC
write(|w| ..) method takes pf_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_model::PF_MODEL_SPEC
write(|w| ..) method takes pf_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_ovtdis::PF_OVTDIS_SPEC
write(|w| ..) method takes pf_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_ovtdis::PF_OVTDIS_SPEC
write(|w| ..) method takes pf_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_ovtdis::PF_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_ovtdis::PF_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_pinlockn::PF_PINLOCKN_SPEC
write(|w| ..) method takes pf_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pf_pinlockn::PF_PINLOCKN_SPEC
write(|w| ..) method takes pf_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_ctrl::PG_CTRL_SPEC
write(|w| ..) method takes pg_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_ctrl::PG_CTRL_SPEC
write(|w| ..) method takes pg_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_ctrl::PG_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_ctrl::PG_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_dout::PG_DOUT_SPEC
write(|w| ..) method takes pg_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_dout::PG_DOUT_SPEC
write(|w| ..) method takes pg_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_dout::PG_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_dout::PG_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_douttgl::PG_DOUTTGL_SPEC
write(|w| ..) method takes pg_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_douttgl::PG_DOUTTGL_SPEC
write(|w| ..) method takes pg_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_douttgl::PG_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_douttgl::PG_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_modeh::PG_MODEH_SPEC
write(|w| ..) method takes pg_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_modeh::PG_MODEH_SPEC
write(|w| ..) method takes pg_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_modeh::PG_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_modeh::PG_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_model::PG_MODEL_SPEC
write(|w| ..) method takes pg_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_model::PG_MODEL_SPEC
write(|w| ..) method takes pg_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_model::PG_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_model::PG_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_ovtdis::PG_OVTDIS_SPEC
write(|w| ..) method takes pg_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_ovtdis::PG_OVTDIS_SPEC
write(|w| ..) method takes pg_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_ovtdis::PG_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_ovtdis::PG_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_pinlockn::PG_PINLOCKN_SPEC
write(|w| ..) method takes pg_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pg_pinlockn::PG_PINLOCKN_SPEC
write(|w| ..) method takes pg_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_pinlockn::PG_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pg_pinlockn::PG_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_ctrl::PH_CTRL_SPEC
write(|w| ..) method takes ph_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_ctrl::PH_CTRL_SPEC
write(|w| ..) method takes ph_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_ctrl::PH_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_ctrl::PH_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_dout::PH_DOUT_SPEC
write(|w| ..) method takes ph_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_dout::PH_DOUT_SPEC
write(|w| ..) method takes ph_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_dout::PH_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_dout::PH_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_douttgl::PH_DOUTTGL_SPEC
write(|w| ..) method takes ph_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_douttgl::PH_DOUTTGL_SPEC
write(|w| ..) method takes ph_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_douttgl::PH_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_douttgl::PH_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_modeh::PH_MODEH_SPEC
write(|w| ..) method takes ph_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_modeh::PH_MODEH_SPEC
write(|w| ..) method takes ph_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_modeh::PH_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_modeh::PH_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_model::PH_MODEL_SPEC
write(|w| ..) method takes ph_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_model::PH_MODEL_SPEC
write(|w| ..) method takes ph_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_model::PH_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_model::PH_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_ovtdis::PH_OVTDIS_SPEC
write(|w| ..) method takes ph_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_ovtdis::PH_OVTDIS_SPEC
write(|w| ..) method takes ph_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_ovtdis::PH_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_ovtdis::PH_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_pinlockn::PH_PINLOCKN_SPEC
write(|w| ..) method takes ph_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::ph_pinlockn::PH_PINLOCKN_SPEC
write(|w| ..) method takes ph_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_pinlockn::PH_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::ph_pinlockn::PH_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_ctrl::PI_CTRL_SPEC
write(|w| ..) method takes pi_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_ctrl::PI_CTRL_SPEC
write(|w| ..) method takes pi_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_ctrl::PI_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_ctrl::PI_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_dout::PI_DOUT_SPEC
write(|w| ..) method takes pi_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_dout::PI_DOUT_SPEC
write(|w| ..) method takes pi_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_dout::PI_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_dout::PI_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_douttgl::PI_DOUTTGL_SPEC
write(|w| ..) method takes pi_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_douttgl::PI_DOUTTGL_SPEC
write(|w| ..) method takes pi_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_douttgl::PI_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_douttgl::PI_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_modeh::PI_MODEH_SPEC
write(|w| ..) method takes pi_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_modeh::PI_MODEH_SPEC
write(|w| ..) method takes pi_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_modeh::PI_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_modeh::PI_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_model::PI_MODEL_SPEC
write(|w| ..) method takes pi_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_model::PI_MODEL_SPEC
write(|w| ..) method takes pi_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_model::PI_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_model::PI_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_ovtdis::PI_OVTDIS_SPEC
write(|w| ..) method takes pi_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_ovtdis::PI_OVTDIS_SPEC
write(|w| ..) method takes pi_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_ovtdis::PI_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_ovtdis::PI_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_pinlockn::PI_PINLOCKN_SPEC
write(|w| ..) method takes pi_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pi_pinlockn::PI_PINLOCKN_SPEC
write(|w| ..) method takes pi_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_pinlockn::PI_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pi_pinlockn::PI_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_ctrl::PJ_CTRL_SPEC
write(|w| ..) method takes pj_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_ctrl::PJ_CTRL_SPEC
write(|w| ..) method takes pj_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_ctrl::PJ_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_ctrl::PJ_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_dout::PJ_DOUT_SPEC
write(|w| ..) method takes pj_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_dout::PJ_DOUT_SPEC
write(|w| ..) method takes pj_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_dout::PJ_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_dout::PJ_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_douttgl::PJ_DOUTTGL_SPEC
write(|w| ..) method takes pj_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_douttgl::PJ_DOUTTGL_SPEC
write(|w| ..) method takes pj_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_douttgl::PJ_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_douttgl::PJ_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_modeh::PJ_MODEH_SPEC
write(|w| ..) method takes pj_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_modeh::PJ_MODEH_SPEC
write(|w| ..) method takes pj_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_modeh::PJ_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_modeh::PJ_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_model::PJ_MODEL_SPEC
write(|w| ..) method takes pj_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_model::PJ_MODEL_SPEC
write(|w| ..) method takes pj_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_model::PJ_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_model::PJ_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_ovtdis::PJ_OVTDIS_SPEC
write(|w| ..) method takes pj_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_ovtdis::PJ_OVTDIS_SPEC
write(|w| ..) method takes pj_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_ovtdis::PJ_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_ovtdis::PJ_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC
write(|w| ..) method takes pj_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC
write(|w| ..) method takes pj_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_ctrl::PK_CTRL_SPEC
write(|w| ..) method takes pk_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_ctrl::PK_CTRL_SPEC
write(|w| ..) method takes pk_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_ctrl::PK_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_ctrl::PK_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_dout::PK_DOUT_SPEC
write(|w| ..) method takes pk_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_dout::PK_DOUT_SPEC
write(|w| ..) method takes pk_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_dout::PK_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_dout::PK_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_douttgl::PK_DOUTTGL_SPEC
write(|w| ..) method takes pk_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_douttgl::PK_DOUTTGL_SPEC
write(|w| ..) method takes pk_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_douttgl::PK_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_douttgl::PK_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_modeh::PK_MODEH_SPEC
write(|w| ..) method takes pk_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_modeh::PK_MODEH_SPEC
write(|w| ..) method takes pk_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_modeh::PK_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_modeh::PK_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_model::PK_MODEL_SPEC
write(|w| ..) method takes pk_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_model::PK_MODEL_SPEC
write(|w| ..) method takes pk_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_model::PK_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_model::PK_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_ovtdis::PK_OVTDIS_SPEC
write(|w| ..) method takes pk_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_ovtdis::PK_OVTDIS_SPEC
write(|w| ..) method takes pk_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_ovtdis::PK_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_ovtdis::PK_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_pinlockn::PK_PINLOCKN_SPEC
write(|w| ..) method takes pk_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pk_pinlockn::PK_PINLOCKN_SPEC
write(|w| ..) method takes pk_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_pinlockn::PK_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pk_pinlockn::PK_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_ctrl::PL_CTRL_SPEC
write(|w| ..) method takes pl_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_ctrl::PL_CTRL_SPEC
write(|w| ..) method takes pl_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_ctrl::PL_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_ctrl::PL_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_dout::PL_DOUT_SPEC
write(|w| ..) method takes pl_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_dout::PL_DOUT_SPEC
write(|w| ..) method takes pl_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_dout::PL_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_dout::PL_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_douttgl::PL_DOUTTGL_SPEC
write(|w| ..) method takes pl_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_douttgl::PL_DOUTTGL_SPEC
write(|w| ..) method takes pl_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_douttgl::PL_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_douttgl::PL_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_modeh::PL_MODEH_SPEC
write(|w| ..) method takes pl_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_modeh::PL_MODEH_SPEC
write(|w| ..) method takes pl_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_modeh::PL_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_modeh::PL_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_model::PL_MODEL_SPEC
write(|w| ..) method takes pl_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_model::PL_MODEL_SPEC
write(|w| ..) method takes pl_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_model::PL_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_model::PL_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_ovtdis::PL_OVTDIS_SPEC
write(|w| ..) method takes pl_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_ovtdis::PL_OVTDIS_SPEC
write(|w| ..) method takes pl_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_ovtdis::PL_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_ovtdis::PL_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_pinlockn::PL_PINLOCKN_SPEC
write(|w| ..) method takes pl_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::pl_pinlockn::PL_PINLOCKN_SPEC
write(|w| ..) method takes pl_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_pinlockn::PL_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::pl_pinlockn::PL_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::gpio::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::gpio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::saddr::SADDR_SPEC
write(|w| ..) method takes saddr::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::saddr::SADDR_SPEC
write(|w| ..) method takes saddr::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::saddrmask::SADDRMASK_SPEC
write(|w| ..) method takes saddrmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::saddrmask::SADDRMASK_SPEC
write(|w| ..) method takes saddrmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::i2c0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::i2c0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CFG_SPEC
write(|w| ..) method takes cfg::W writer structure
impl Writable for CFG_SPEC
write(|w| ..) method takes cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::cfg::CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::cfg::CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ch::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ch::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for DST_SPEC
write(|w| ..) method takes dst::W writer structure
impl Writable for DST_SPEC
write(|w| ..) method takes dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::dst::DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::dst::DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for LINK_SPEC
write(|w| ..) method takes link::W writer structure
impl Writable for LINK_SPEC
write(|w| ..) method takes link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::link::LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::link::LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for LOOP_SPEC
write(|w| ..) method takes loop_::W writer structure
impl Writable for LOOP_SPEC
write(|w| ..) method takes loop_::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::loop_::LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::loop_::LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for REQSEL_SPEC
write(|w| ..) method takes reqsel::W writer structure
impl Writable for REQSEL_SPEC
write(|w| ..) method takes reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::reqsel::REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::reqsel::REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SRC_SPEC
write(|w| ..) method takes src::W writer structure
impl Writable for SRC_SPEC
write(|w| ..) method takes src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::src::SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ch::src::SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::chdone::CHDONE_SPEC
write(|w| ..) method takes chdone::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::chdone::CHDONE_SPEC
write(|w| ..) method takes chdone::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::chdone::CHDONE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::chdone::CHDONE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::chen::CHEN_SPEC
write(|w| ..) method takes chen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::chen::CHEN_SPEC
write(|w| ..) method takes chen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::dbghalt::DBGHALT_SPEC
write(|w| ..) method takes dbghalt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::dbghalt::DBGHALT_SPEC
write(|w| ..) method takes dbghalt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::dbghalt::DBGHALT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::dbghalt::DBGHALT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::linkload::LINKLOAD_SPEC
write(|w| ..) method takes linkload::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::linkload::LINKLOAD_SPEC
write(|w| ..) method takes linkload::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::linkload::LINKLOAD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::linkload::LINKLOAD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::reqclear::REQCLEAR_SPEC
write(|w| ..) method takes reqclear::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::reqclear::REQCLEAR_SPEC
write(|w| ..) method takes reqclear::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::reqclear::REQCLEAR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::reqclear::REQCLEAR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::reqdis::REQDIS_SPEC
write(|w| ..) method takes reqdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::reqdis::REQDIS_SPEC
write(|w| ..) method takes reqdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::reqdis::REQDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::reqdis::REQDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::swreq::SWREQ_SPEC
write(|w| ..) method takes swreq::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::swreq::SWREQ_SPEC
write(|w| ..) method takes swreq::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::swreq::SWREQ_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::swreq::SWREQ_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::sync::SYNC_SPEC
write(|w| ..) method takes sync::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::ldma::sync::SYNC_SPEC
write(|w| ..) method takes sync::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::sync::SYNC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::ldma::sync::SYNC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::altexconf::ALTEXCONF_SPEC
write(|w| ..) method takes altexconf::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::altexconf::ALTEXCONF_SPEC
write(|w| ..) method takes altexconf::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::altexconf::ALTEXCONF_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::altexconf::ALTEXCONF_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::biasctrl::BIASCTRL_SPEC
write(|w| ..) method takes biasctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::biasctrl::BIASCTRL_SPEC
write(|w| ..) method takes biasctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf0_data::BUF0_DATA_SPEC
write(|w| ..) method takes buf0_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf0_data::BUF0_DATA_SPEC
write(|w| ..) method takes buf0_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf0_data::BUF0_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf0_data::BUF0_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf1_data::BUF1_DATA_SPEC
write(|w| ..) method takes buf1_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf1_data::BUF1_DATA_SPEC
write(|w| ..) method takes buf1_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf1_data::BUF1_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf1_data::BUF1_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf2_data::BUF2_DATA_SPEC
write(|w| ..) method takes buf2_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf2_data::BUF2_DATA_SPEC
write(|w| ..) method takes buf2_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf2_data::BUF2_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf2_data::BUF2_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf3_data::BUF3_DATA_SPEC
write(|w| ..) method takes buf3_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf3_data::BUF3_DATA_SPEC
write(|w| ..) method takes buf3_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf3_data::BUF3_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf3_data::BUF3_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf4_data::BUF4_DATA_SPEC
write(|w| ..) method takes buf4_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf4_data::BUF4_DATA_SPEC
write(|w| ..) method takes buf4_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf4_data::BUF4_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf4_data::BUF4_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf5_data::BUF5_DATA_SPEC
write(|w| ..) method takes buf5_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf5_data::BUF5_DATA_SPEC
write(|w| ..) method takes buf5_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf5_data::BUF5_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf5_data::BUF5_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf6_data::BUF6_DATA_SPEC
write(|w| ..) method takes buf6_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf6_data::BUF6_DATA_SPEC
write(|w| ..) method takes buf6_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf6_data::BUF6_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf6_data::BUF6_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf7_data::BUF7_DATA_SPEC
write(|w| ..) method takes buf7_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf7_data::BUF7_DATA_SPEC
write(|w| ..) method takes buf7_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf7_data::BUF7_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf7_data::BUF7_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf8_data::BUF8_DATA_SPEC
write(|w| ..) method takes buf8_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf8_data::BUF8_DATA_SPEC
write(|w| ..) method takes buf8_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf8_data::BUF8_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf8_data::BUF8_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf9_data::BUF9_DATA_SPEC
write(|w| ..) method takes buf9_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf9_data::BUF9_DATA_SPEC
write(|w| ..) method takes buf9_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf9_data::BUF9_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf9_data::BUF9_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf10_data::BUF10_DATA_SPEC
write(|w| ..) method takes buf10_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf10_data::BUF10_DATA_SPEC
write(|w| ..) method takes buf10_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf10_data::BUF10_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf10_data::BUF10_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf11_data::BUF11_DATA_SPEC
write(|w| ..) method takes buf11_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf11_data::BUF11_DATA_SPEC
write(|w| ..) method takes buf11_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf11_data::BUF11_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf11_data::BUF11_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf12_data::BUF12_DATA_SPEC
write(|w| ..) method takes buf12_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf12_data::BUF12_DATA_SPEC
write(|w| ..) method takes buf12_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf12_data::BUF12_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf12_data::BUF12_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf13_data::BUF13_DATA_SPEC
write(|w| ..) method takes buf13_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf13_data::BUF13_DATA_SPEC
write(|w| ..) method takes buf13_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf13_data::BUF13_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf13_data::BUF13_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf14_data::BUF14_DATA_SPEC
write(|w| ..) method takes buf14_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf14_data::BUF14_DATA_SPEC
write(|w| ..) method takes buf14_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf14_data::BUF14_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf14_data::BUF14_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf15_data::BUF15_DATA_SPEC
write(|w| ..) method takes buf15_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::buf15_data::BUF15_DATA_SPEC
write(|w| ..) method takes buf15_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf15_data::BUF15_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::buf15_data::BUF15_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch0_eval::CH0_EVAL_SPEC
write(|w| ..) method takes ch0_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch0_eval::CH0_EVAL_SPEC
write(|w| ..) method takes ch0_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch0_eval::CH0_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch0_eval::CH0_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch0_interact::CH0_INTERACT_SPEC
write(|w| ..) method takes ch0_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch0_interact::CH0_INTERACT_SPEC
write(|w| ..) method takes ch0_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch0_interact::CH0_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch0_interact::CH0_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch0_timing::CH0_TIMING_SPEC
write(|w| ..) method takes ch0_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch0_timing::CH0_TIMING_SPEC
write(|w| ..) method takes ch0_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch0_timing::CH0_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch0_timing::CH0_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch1_eval::CH1_EVAL_SPEC
write(|w| ..) method takes ch1_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch1_eval::CH1_EVAL_SPEC
write(|w| ..) method takes ch1_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch1_eval::CH1_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch1_eval::CH1_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch1_interact::CH1_INTERACT_SPEC
write(|w| ..) method takes ch1_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch1_interact::CH1_INTERACT_SPEC
write(|w| ..) method takes ch1_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch1_interact::CH1_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch1_interact::CH1_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch1_timing::CH1_TIMING_SPEC
write(|w| ..) method takes ch1_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch1_timing::CH1_TIMING_SPEC
write(|w| ..) method takes ch1_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch1_timing::CH1_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch1_timing::CH1_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch2_eval::CH2_EVAL_SPEC
write(|w| ..) method takes ch2_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch2_eval::CH2_EVAL_SPEC
write(|w| ..) method takes ch2_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch2_eval::CH2_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch2_eval::CH2_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch2_interact::CH2_INTERACT_SPEC
write(|w| ..) method takes ch2_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch2_interact::CH2_INTERACT_SPEC
write(|w| ..) method takes ch2_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch2_interact::CH2_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch2_interact::CH2_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch2_timing::CH2_TIMING_SPEC
write(|w| ..) method takes ch2_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch2_timing::CH2_TIMING_SPEC
write(|w| ..) method takes ch2_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch2_timing::CH2_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch2_timing::CH2_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch3_eval::CH3_EVAL_SPEC
write(|w| ..) method takes ch3_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch3_eval::CH3_EVAL_SPEC
write(|w| ..) method takes ch3_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch3_eval::CH3_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch3_eval::CH3_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch3_interact::CH3_INTERACT_SPEC
write(|w| ..) method takes ch3_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch3_interact::CH3_INTERACT_SPEC
write(|w| ..) method takes ch3_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch3_interact::CH3_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch3_interact::CH3_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch3_timing::CH3_TIMING_SPEC
write(|w| ..) method takes ch3_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch3_timing::CH3_TIMING_SPEC
write(|w| ..) method takes ch3_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch3_timing::CH3_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch3_timing::CH3_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch4_eval::CH4_EVAL_SPEC
write(|w| ..) method takes ch4_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch4_eval::CH4_EVAL_SPEC
write(|w| ..) method takes ch4_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch4_eval::CH4_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch4_eval::CH4_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch4_interact::CH4_INTERACT_SPEC
write(|w| ..) method takes ch4_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch4_interact::CH4_INTERACT_SPEC
write(|w| ..) method takes ch4_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch4_interact::CH4_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch4_interact::CH4_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch4_timing::CH4_TIMING_SPEC
write(|w| ..) method takes ch4_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch4_timing::CH4_TIMING_SPEC
write(|w| ..) method takes ch4_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch4_timing::CH4_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch4_timing::CH4_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch5_eval::CH5_EVAL_SPEC
write(|w| ..) method takes ch5_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch5_eval::CH5_EVAL_SPEC
write(|w| ..) method takes ch5_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch5_eval::CH5_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch5_eval::CH5_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch5_interact::CH5_INTERACT_SPEC
write(|w| ..) method takes ch5_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch5_interact::CH5_INTERACT_SPEC
write(|w| ..) method takes ch5_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch5_interact::CH5_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch5_interact::CH5_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch5_timing::CH5_TIMING_SPEC
write(|w| ..) method takes ch5_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch5_timing::CH5_TIMING_SPEC
write(|w| ..) method takes ch5_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch5_timing::CH5_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch5_timing::CH5_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch6_eval::CH6_EVAL_SPEC
write(|w| ..) method takes ch6_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch6_eval::CH6_EVAL_SPEC
write(|w| ..) method takes ch6_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch6_eval::CH6_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch6_eval::CH6_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch6_interact::CH6_INTERACT_SPEC
write(|w| ..) method takes ch6_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch6_interact::CH6_INTERACT_SPEC
write(|w| ..) method takes ch6_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch6_interact::CH6_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch6_interact::CH6_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch6_timing::CH6_TIMING_SPEC
write(|w| ..) method takes ch6_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch6_timing::CH6_TIMING_SPEC
write(|w| ..) method takes ch6_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch6_timing::CH6_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch6_timing::CH6_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch7_eval::CH7_EVAL_SPEC
write(|w| ..) method takes ch7_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch7_eval::CH7_EVAL_SPEC
write(|w| ..) method takes ch7_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch7_eval::CH7_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch7_eval::CH7_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch7_interact::CH7_INTERACT_SPEC
write(|w| ..) method takes ch7_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch7_interact::CH7_INTERACT_SPEC
write(|w| ..) method takes ch7_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch7_interact::CH7_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch7_interact::CH7_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch7_timing::CH7_TIMING_SPEC
write(|w| ..) method takes ch7_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch7_timing::CH7_TIMING_SPEC
write(|w| ..) method takes ch7_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch7_timing::CH7_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch7_timing::CH7_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch8_eval::CH8_EVAL_SPEC
write(|w| ..) method takes ch8_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch8_eval::CH8_EVAL_SPEC
write(|w| ..) method takes ch8_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch8_eval::CH8_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch8_eval::CH8_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch8_interact::CH8_INTERACT_SPEC
write(|w| ..) method takes ch8_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch8_interact::CH8_INTERACT_SPEC
write(|w| ..) method takes ch8_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch8_interact::CH8_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch8_interact::CH8_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch8_timing::CH8_TIMING_SPEC
write(|w| ..) method takes ch8_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch8_timing::CH8_TIMING_SPEC
write(|w| ..) method takes ch8_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch8_timing::CH8_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch8_timing::CH8_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch9_eval::CH9_EVAL_SPEC
write(|w| ..) method takes ch9_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch9_eval::CH9_EVAL_SPEC
write(|w| ..) method takes ch9_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch9_eval::CH9_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch9_eval::CH9_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch9_interact::CH9_INTERACT_SPEC
write(|w| ..) method takes ch9_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch9_interact::CH9_INTERACT_SPEC
write(|w| ..) method takes ch9_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch9_interact::CH9_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch9_interact::CH9_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch9_timing::CH9_TIMING_SPEC
write(|w| ..) method takes ch9_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch9_timing::CH9_TIMING_SPEC
write(|w| ..) method takes ch9_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch9_timing::CH9_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch9_timing::CH9_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch10_eval::CH10_EVAL_SPEC
write(|w| ..) method takes ch10_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch10_eval::CH10_EVAL_SPEC
write(|w| ..) method takes ch10_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch10_eval::CH10_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch10_eval::CH10_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch10_interact::CH10_INTERACT_SPEC
write(|w| ..) method takes ch10_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch10_interact::CH10_INTERACT_SPEC
write(|w| ..) method takes ch10_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch10_interact::CH10_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch10_interact::CH10_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch10_timing::CH10_TIMING_SPEC
write(|w| ..) method takes ch10_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch10_timing::CH10_TIMING_SPEC
write(|w| ..) method takes ch10_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch10_timing::CH10_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch10_timing::CH10_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch11_eval::CH11_EVAL_SPEC
write(|w| ..) method takes ch11_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch11_eval::CH11_EVAL_SPEC
write(|w| ..) method takes ch11_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch11_eval::CH11_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch11_eval::CH11_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch11_interact::CH11_INTERACT_SPEC
write(|w| ..) method takes ch11_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch11_interact::CH11_INTERACT_SPEC
write(|w| ..) method takes ch11_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch11_interact::CH11_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch11_interact::CH11_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch11_timing::CH11_TIMING_SPEC
write(|w| ..) method takes ch11_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch11_timing::CH11_TIMING_SPEC
write(|w| ..) method takes ch11_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch11_timing::CH11_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch11_timing::CH11_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch12_eval::CH12_EVAL_SPEC
write(|w| ..) method takes ch12_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch12_eval::CH12_EVAL_SPEC
write(|w| ..) method takes ch12_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch12_eval::CH12_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch12_eval::CH12_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch12_interact::CH12_INTERACT_SPEC
write(|w| ..) method takes ch12_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch12_interact::CH12_INTERACT_SPEC
write(|w| ..) method takes ch12_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch12_interact::CH12_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch12_interact::CH12_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch12_timing::CH12_TIMING_SPEC
write(|w| ..) method takes ch12_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch12_timing::CH12_TIMING_SPEC
write(|w| ..) method takes ch12_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch12_timing::CH12_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch12_timing::CH12_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch13_eval::CH13_EVAL_SPEC
write(|w| ..) method takes ch13_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch13_eval::CH13_EVAL_SPEC
write(|w| ..) method takes ch13_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch13_eval::CH13_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch13_eval::CH13_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch13_interact::CH13_INTERACT_SPEC
write(|w| ..) method takes ch13_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch13_interact::CH13_INTERACT_SPEC
write(|w| ..) method takes ch13_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch13_interact::CH13_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch13_interact::CH13_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch13_timing::CH13_TIMING_SPEC
write(|w| ..) method takes ch13_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch13_timing::CH13_TIMING_SPEC
write(|w| ..) method takes ch13_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch13_timing::CH13_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch13_timing::CH13_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch14_eval::CH14_EVAL_SPEC
write(|w| ..) method takes ch14_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch14_eval::CH14_EVAL_SPEC
write(|w| ..) method takes ch14_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch14_eval::CH14_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch14_eval::CH14_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch14_interact::CH14_INTERACT_SPEC
write(|w| ..) method takes ch14_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch14_interact::CH14_INTERACT_SPEC
write(|w| ..) method takes ch14_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch14_interact::CH14_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch14_interact::CH14_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch14_timing::CH14_TIMING_SPEC
write(|w| ..) method takes ch14_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch14_timing::CH14_TIMING_SPEC
write(|w| ..) method takes ch14_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch14_timing::CH14_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch14_timing::CH14_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch15_eval::CH15_EVAL_SPEC
write(|w| ..) method takes ch15_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch15_eval::CH15_EVAL_SPEC
write(|w| ..) method takes ch15_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch15_eval::CH15_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch15_eval::CH15_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch15_interact::CH15_INTERACT_SPEC
write(|w| ..) method takes ch15_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch15_interact::CH15_INTERACT_SPEC
write(|w| ..) method takes ch15_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch15_interact::CH15_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch15_interact::CH15_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch15_timing::CH15_TIMING_SPEC
write(|w| ..) method takes ch15_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ch15_timing::CH15_TIMING_SPEC
write(|w| ..) method takes ch15_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch15_timing::CH15_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ch15_timing::CH15_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::chen::CHEN_SPEC
write(|w| ..) method takes chen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::chen::CHEN_SPEC
write(|w| ..) method takes chen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::decctrl::DECCTRL_SPEC
write(|w| ..) method takes decctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::decctrl::DECCTRL_SPEC
write(|w| ..) method takes decctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::decctrl::DECCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::decctrl::DECCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::decstate::DECSTATE_SPEC
write(|w| ..) method takes decstate::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::decstate::DECSTATE_SPEC
write(|w| ..) method takes decstate::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::decstate::DECSTATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::decstate::DECSTATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::evalctrl::EVALCTRL_SPEC
write(|w| ..) method takes evalctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::evalctrl::EVALCTRL_SPEC
write(|w| ..) method takes evalctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::evalctrl::EVALCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::evalctrl::EVALCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::idleconf::IDLECONF_SPEC
write(|w| ..) method takes idleconf::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::idleconf::IDLECONF_SPEC
write(|w| ..) method takes idleconf::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::idleconf::IDLECONF_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::idleconf::IDLECONF_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::perctrl::PERCTRL_SPEC
write(|w| ..) method takes perctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::perctrl::PERCTRL_SPEC
write(|w| ..) method takes perctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::perctrl::PERCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::perctrl::PERCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::prsctrl::PRSCTRL_SPEC
write(|w| ..) method takes prsctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::prsctrl::PRSCTRL_SPEC
write(|w| ..) method takes prsctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::prsctrl::PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::prsctrl::PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::scanres::SCANRES_SPEC
write(|w| ..) method takes scanres::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::scanres::SCANRES_SPEC
write(|w| ..) method takes scanres::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::scanres::SCANRES_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::scanres::SCANRES_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::sensorstate::SENSORSTATE_SPEC
write(|w| ..) method takes sensorstate::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::sensorstate::SENSORSTATE_SPEC
write(|w| ..) method takes sensorstate::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::sensorstate::SENSORSTATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::sensorstate::SENSORSTATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st0_tconfa::ST0_TCONFA_SPEC
write(|w| ..) method takes st0_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st0_tconfa::ST0_TCONFA_SPEC
write(|w| ..) method takes st0_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st0_tconfa::ST0_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st0_tconfa::ST0_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st0_tconfb::ST0_TCONFB_SPEC
write(|w| ..) method takes st0_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st0_tconfb::ST0_TCONFB_SPEC
write(|w| ..) method takes st0_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st0_tconfb::ST0_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st0_tconfb::ST0_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st1_tconfa::ST1_TCONFA_SPEC
write(|w| ..) method takes st1_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st1_tconfa::ST1_TCONFA_SPEC
write(|w| ..) method takes st1_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st1_tconfa::ST1_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st1_tconfa::ST1_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st1_tconfb::ST1_TCONFB_SPEC
write(|w| ..) method takes st1_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st1_tconfb::ST1_TCONFB_SPEC
write(|w| ..) method takes st1_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st1_tconfb::ST1_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st1_tconfb::ST1_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st2_tconfa::ST2_TCONFA_SPEC
write(|w| ..) method takes st2_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st2_tconfa::ST2_TCONFA_SPEC
write(|w| ..) method takes st2_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st2_tconfa::ST2_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st2_tconfa::ST2_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st2_tconfb::ST2_TCONFB_SPEC
write(|w| ..) method takes st2_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st2_tconfb::ST2_TCONFB_SPEC
write(|w| ..) method takes st2_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st2_tconfb::ST2_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st2_tconfb::ST2_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st3_tconfa::ST3_TCONFA_SPEC
write(|w| ..) method takes st3_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st3_tconfa::ST3_TCONFA_SPEC
write(|w| ..) method takes st3_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st3_tconfa::ST3_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st3_tconfa::ST3_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st3_tconfb::ST3_TCONFB_SPEC
write(|w| ..) method takes st3_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st3_tconfb::ST3_TCONFB_SPEC
write(|w| ..) method takes st3_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st3_tconfb::ST3_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st3_tconfb::ST3_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st4_tconfa::ST4_TCONFA_SPEC
write(|w| ..) method takes st4_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st4_tconfa::ST4_TCONFA_SPEC
write(|w| ..) method takes st4_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st4_tconfa::ST4_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st4_tconfa::ST4_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st4_tconfb::ST4_TCONFB_SPEC
write(|w| ..) method takes st4_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st4_tconfb::ST4_TCONFB_SPEC
write(|w| ..) method takes st4_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st4_tconfb::ST4_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st4_tconfb::ST4_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st5_tconfa::ST5_TCONFA_SPEC
write(|w| ..) method takes st5_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st5_tconfa::ST5_TCONFA_SPEC
write(|w| ..) method takes st5_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st5_tconfa::ST5_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st5_tconfa::ST5_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st5_tconfb::ST5_TCONFB_SPEC
write(|w| ..) method takes st5_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st5_tconfb::ST5_TCONFB_SPEC
write(|w| ..) method takes st5_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st5_tconfb::ST5_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st5_tconfb::ST5_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st6_tconfa::ST6_TCONFA_SPEC
write(|w| ..) method takes st6_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st6_tconfa::ST6_TCONFA_SPEC
write(|w| ..) method takes st6_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st6_tconfa::ST6_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st6_tconfa::ST6_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st6_tconfb::ST6_TCONFB_SPEC
write(|w| ..) method takes st6_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st6_tconfb::ST6_TCONFB_SPEC
write(|w| ..) method takes st6_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st6_tconfb::ST6_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st6_tconfb::ST6_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st7_tconfa::ST7_TCONFA_SPEC
write(|w| ..) method takes st7_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st7_tconfa::ST7_TCONFA_SPEC
write(|w| ..) method takes st7_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st7_tconfa::ST7_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st7_tconfa::ST7_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st7_tconfb::ST7_TCONFB_SPEC
write(|w| ..) method takes st7_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st7_tconfb::ST7_TCONFB_SPEC
write(|w| ..) method takes st7_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st7_tconfb::ST7_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st7_tconfb::ST7_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st8_tconfa::ST8_TCONFA_SPEC
write(|w| ..) method takes st8_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st8_tconfa::ST8_TCONFA_SPEC
write(|w| ..) method takes st8_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st8_tconfa::ST8_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st8_tconfa::ST8_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st8_tconfb::ST8_TCONFB_SPEC
write(|w| ..) method takes st8_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st8_tconfb::ST8_TCONFB_SPEC
write(|w| ..) method takes st8_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st8_tconfb::ST8_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st8_tconfb::ST8_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st9_tconfa::ST9_TCONFA_SPEC
write(|w| ..) method takes st9_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st9_tconfa::ST9_TCONFA_SPEC
write(|w| ..) method takes st9_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st9_tconfa::ST9_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st9_tconfa::ST9_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st9_tconfb::ST9_TCONFB_SPEC
write(|w| ..) method takes st9_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st9_tconfb::ST9_TCONFB_SPEC
write(|w| ..) method takes st9_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st9_tconfb::ST9_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st9_tconfb::ST9_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st10_tconfa::ST10_TCONFA_SPEC
write(|w| ..) method takes st10_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st10_tconfa::ST10_TCONFA_SPEC
write(|w| ..) method takes st10_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st10_tconfa::ST10_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st10_tconfa::ST10_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st10_tconfb::ST10_TCONFB_SPEC
write(|w| ..) method takes st10_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st10_tconfb::ST10_TCONFB_SPEC
write(|w| ..) method takes st10_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st10_tconfb::ST10_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st10_tconfb::ST10_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st11_tconfa::ST11_TCONFA_SPEC
write(|w| ..) method takes st11_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st11_tconfa::ST11_TCONFA_SPEC
write(|w| ..) method takes st11_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st11_tconfa::ST11_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st11_tconfa::ST11_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st11_tconfb::ST11_TCONFB_SPEC
write(|w| ..) method takes st11_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st11_tconfb::ST11_TCONFB_SPEC
write(|w| ..) method takes st11_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st11_tconfb::ST11_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st11_tconfb::ST11_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st12_tconfa::ST12_TCONFA_SPEC
write(|w| ..) method takes st12_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st12_tconfa::ST12_TCONFA_SPEC
write(|w| ..) method takes st12_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st12_tconfa::ST12_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st12_tconfa::ST12_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st12_tconfb::ST12_TCONFB_SPEC
write(|w| ..) method takes st12_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st12_tconfb::ST12_TCONFB_SPEC
write(|w| ..) method takes st12_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st12_tconfb::ST12_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st12_tconfb::ST12_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st13_tconfa::ST13_TCONFA_SPEC
write(|w| ..) method takes st13_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st13_tconfa::ST13_TCONFA_SPEC
write(|w| ..) method takes st13_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st13_tconfa::ST13_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st13_tconfa::ST13_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st13_tconfb::ST13_TCONFB_SPEC
write(|w| ..) method takes st13_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st13_tconfb::ST13_TCONFB_SPEC
write(|w| ..) method takes st13_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st13_tconfb::ST13_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st13_tconfb::ST13_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st14_tconfa::ST14_TCONFA_SPEC
write(|w| ..) method takes st14_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st14_tconfa::ST14_TCONFA_SPEC
write(|w| ..) method takes st14_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st14_tconfa::ST14_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st14_tconfa::ST14_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st14_tconfb::ST14_TCONFB_SPEC
write(|w| ..) method takes st14_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st14_tconfb::ST14_TCONFB_SPEC
write(|w| ..) method takes st14_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st14_tconfb::ST14_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st14_tconfb::ST14_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st15_tconfa::ST15_TCONFA_SPEC
write(|w| ..) method takes st15_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st15_tconfa::ST15_TCONFA_SPEC
write(|w| ..) method takes st15_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st15_tconfa::ST15_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st15_tconfa::ST15_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st15_tconfb::ST15_TCONFB_SPEC
write(|w| ..) method takes st15_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st15_tconfb::ST15_TCONFB_SPEC
write(|w| ..) method takes st15_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st15_tconfb::ST15_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st15_tconfb::ST15_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st16_tconfa::ST16_TCONFA_SPEC
write(|w| ..) method takes st16_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st16_tconfa::ST16_TCONFA_SPEC
write(|w| ..) method takes st16_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st16_tconfa::ST16_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st16_tconfa::ST16_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st16_tconfb::ST16_TCONFB_SPEC
write(|w| ..) method takes st16_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st16_tconfb::ST16_TCONFB_SPEC
write(|w| ..) method takes st16_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st16_tconfb::ST16_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st16_tconfb::ST16_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st17_tconfa::ST17_TCONFA_SPEC
write(|w| ..) method takes st17_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st17_tconfa::ST17_TCONFA_SPEC
write(|w| ..) method takes st17_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st17_tconfa::ST17_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st17_tconfa::ST17_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st17_tconfb::ST17_TCONFB_SPEC
write(|w| ..) method takes st17_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st17_tconfb::ST17_TCONFB_SPEC
write(|w| ..) method takes st17_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st17_tconfb::ST17_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st17_tconfb::ST17_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st18_tconfa::ST18_TCONFA_SPEC
write(|w| ..) method takes st18_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st18_tconfa::ST18_TCONFA_SPEC
write(|w| ..) method takes st18_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st18_tconfa::ST18_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st18_tconfa::ST18_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st18_tconfb::ST18_TCONFB_SPEC
write(|w| ..) method takes st18_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st18_tconfb::ST18_TCONFB_SPEC
write(|w| ..) method takes st18_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st18_tconfb::ST18_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st18_tconfb::ST18_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st19_tconfa::ST19_TCONFA_SPEC
write(|w| ..) method takes st19_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st19_tconfa::ST19_TCONFA_SPEC
write(|w| ..) method takes st19_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st19_tconfa::ST19_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st19_tconfa::ST19_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st19_tconfb::ST19_TCONFB_SPEC
write(|w| ..) method takes st19_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st19_tconfb::ST19_TCONFB_SPEC
write(|w| ..) method takes st19_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st19_tconfb::ST19_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st19_tconfb::ST19_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st20_tconfa::ST20_TCONFA_SPEC
write(|w| ..) method takes st20_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st20_tconfa::ST20_TCONFA_SPEC
write(|w| ..) method takes st20_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st20_tconfa::ST20_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st20_tconfa::ST20_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st20_tconfb::ST20_TCONFB_SPEC
write(|w| ..) method takes st20_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st20_tconfb::ST20_TCONFB_SPEC
write(|w| ..) method takes st20_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st20_tconfb::ST20_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st20_tconfb::ST20_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st21_tconfa::ST21_TCONFA_SPEC
write(|w| ..) method takes st21_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st21_tconfa::ST21_TCONFA_SPEC
write(|w| ..) method takes st21_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st21_tconfa::ST21_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st21_tconfa::ST21_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st21_tconfb::ST21_TCONFB_SPEC
write(|w| ..) method takes st21_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st21_tconfb::ST21_TCONFB_SPEC
write(|w| ..) method takes st21_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st21_tconfb::ST21_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st21_tconfb::ST21_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st22_tconfa::ST22_TCONFA_SPEC
write(|w| ..) method takes st22_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st22_tconfa::ST22_TCONFA_SPEC
write(|w| ..) method takes st22_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st22_tconfa::ST22_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st22_tconfa::ST22_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st22_tconfb::ST22_TCONFB_SPEC
write(|w| ..) method takes st22_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st22_tconfb::ST22_TCONFB_SPEC
write(|w| ..) method takes st22_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st22_tconfb::ST22_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st22_tconfb::ST22_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st23_tconfa::ST23_TCONFA_SPEC
write(|w| ..) method takes st23_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st23_tconfa::ST23_TCONFA_SPEC
write(|w| ..) method takes st23_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st23_tconfa::ST23_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st23_tconfa::ST23_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st23_tconfb::ST23_TCONFB_SPEC
write(|w| ..) method takes st23_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st23_tconfb::ST23_TCONFB_SPEC
write(|w| ..) method takes st23_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st23_tconfb::ST23_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st23_tconfb::ST23_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st24_tconfa::ST24_TCONFA_SPEC
write(|w| ..) method takes st24_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st24_tconfa::ST24_TCONFA_SPEC
write(|w| ..) method takes st24_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st24_tconfa::ST24_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st24_tconfa::ST24_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st24_tconfb::ST24_TCONFB_SPEC
write(|w| ..) method takes st24_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st24_tconfb::ST24_TCONFB_SPEC
write(|w| ..) method takes st24_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st24_tconfb::ST24_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st24_tconfb::ST24_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st25_tconfa::ST25_TCONFA_SPEC
write(|w| ..) method takes st25_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st25_tconfa::ST25_TCONFA_SPEC
write(|w| ..) method takes st25_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st25_tconfa::ST25_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st25_tconfa::ST25_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st25_tconfb::ST25_TCONFB_SPEC
write(|w| ..) method takes st25_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st25_tconfb::ST25_TCONFB_SPEC
write(|w| ..) method takes st25_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st25_tconfb::ST25_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st25_tconfb::ST25_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st26_tconfa::ST26_TCONFA_SPEC
write(|w| ..) method takes st26_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st26_tconfa::ST26_TCONFA_SPEC
write(|w| ..) method takes st26_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st26_tconfa::ST26_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st26_tconfa::ST26_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st26_tconfb::ST26_TCONFB_SPEC
write(|w| ..) method takes st26_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st26_tconfb::ST26_TCONFB_SPEC
write(|w| ..) method takes st26_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st26_tconfb::ST26_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st26_tconfb::ST26_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st27_tconfa::ST27_TCONFA_SPEC
write(|w| ..) method takes st27_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st27_tconfa::ST27_TCONFA_SPEC
write(|w| ..) method takes st27_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st27_tconfa::ST27_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st27_tconfa::ST27_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st27_tconfb::ST27_TCONFB_SPEC
write(|w| ..) method takes st27_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st27_tconfb::ST27_TCONFB_SPEC
write(|w| ..) method takes st27_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st27_tconfb::ST27_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st27_tconfb::ST27_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st28_tconfa::ST28_TCONFA_SPEC
write(|w| ..) method takes st28_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st28_tconfa::ST28_TCONFA_SPEC
write(|w| ..) method takes st28_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st28_tconfa::ST28_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st28_tconfa::ST28_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st28_tconfb::ST28_TCONFB_SPEC
write(|w| ..) method takes st28_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st28_tconfb::ST28_TCONFB_SPEC
write(|w| ..) method takes st28_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st28_tconfb::ST28_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st28_tconfb::ST28_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st29_tconfa::ST29_TCONFA_SPEC
write(|w| ..) method takes st29_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st29_tconfa::ST29_TCONFA_SPEC
write(|w| ..) method takes st29_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st29_tconfa::ST29_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st29_tconfa::ST29_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st29_tconfb::ST29_TCONFB_SPEC
write(|w| ..) method takes st29_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st29_tconfb::ST29_TCONFB_SPEC
write(|w| ..) method takes st29_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st29_tconfb::ST29_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st29_tconfb::ST29_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st30_tconfa::ST30_TCONFA_SPEC
write(|w| ..) method takes st30_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st30_tconfa::ST30_TCONFA_SPEC
write(|w| ..) method takes st30_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st30_tconfa::ST30_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st30_tconfa::ST30_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st30_tconfb::ST30_TCONFB_SPEC
write(|w| ..) method takes st30_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st30_tconfb::ST30_TCONFB_SPEC
write(|w| ..) method takes st30_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st30_tconfb::ST30_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st30_tconfb::ST30_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st31_tconfa::ST31_TCONFA_SPEC
write(|w| ..) method takes st31_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st31_tconfa::ST31_TCONFA_SPEC
write(|w| ..) method takes st31_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st31_tconfa::ST31_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st31_tconfa::ST31_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st31_tconfb::ST31_TCONFB_SPEC
write(|w| ..) method takes st31_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::st31_tconfb::ST31_TCONFB_SPEC
write(|w| ..) method takes st31_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st31_tconfb::ST31_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::st31_tconfb::ST31_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::timctrl::TIMCTRL_SPEC
write(|w| ..) method takes timctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::lesense::timctrl::TIMCTRL_SPEC
write(|w| ..) method takes timctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::lesense::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::comp0::COMP0_SPEC
write(|w| ..) method takes comp0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::comp0::COMP0_SPEC
write(|w| ..) method takes comp0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::comp1::COMP1_SPEC
write(|w| ..) method takes comp1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::comp1::COMP1_SPEC
write(|w| ..) method takes comp1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::prssel::PRSSEL_SPEC
write(|w| ..) method takes prssel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::prssel::PRSSEL_SPEC
write(|w| ..) method takes prssel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::rep0::REP0_SPEC
write(|w| ..) method takes rep0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::rep0::REP0_SPEC
write(|w| ..) method takes rep0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::rep1::REP1_SPEC
write(|w| ..) method takes rep1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::rep1::REP1_SPEC
write(|w| ..) method takes rep1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::letimer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::letimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::pulsectrl::PULSECTRL_SPEC
write(|w| ..) method takes pulsectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::pulsectrl::PULSECTRL_SPEC
write(|w| ..) method takes pulsectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::sigframe::SIGFRAME_SPEC
write(|w| ..) method takes sigframe::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::sigframe::SIGFRAME_SPEC
write(|w| ..) method takes sigframe::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::startframe::STARTFRAME_SPEC
write(|w| ..) method takes startframe::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::startframe::STARTFRAME_SPEC
write(|w| ..) method takes startframe::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::leuart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC
write(|w| ..) method takes aapunlockcmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC
write(|w| ..) method takes aapunlockcmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::addrb::ADDRB_SPEC
write(|w| ..) method takes addrb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::addrb::ADDRB_SPEC
write(|w| ..) method takes addrb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC
write(|w| ..) method takes bootloaderctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC
write(|w| ..) method takes bootloaderctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::cachecmd::CACHECMD_SPEC
write(|w| ..) method takes cachecmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::cachecmd::CACHECMD_SPEC
write(|w| ..) method takes cachecmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::cachecmd::CACHECMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::cachecmd::CACHECMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::cacheconfig0::CACHECONFIG0_SPEC
write(|w| ..) method takes cacheconfig0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::cacheconfig0::CACHECONFIG0_SPEC
write(|w| ..) method takes cacheconfig0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::cacheconfig0::CACHECONFIG0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::cacheconfig0::CACHECONFIG0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::irqlatency::IRQLATENCY_SPEC
write(|w| ..) method takes irqlatency::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::irqlatency::IRQLATENCY_SPEC
write(|w| ..) method takes irqlatency::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::irqlatency::IRQLATENCY_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::irqlatency::IRQLATENCY_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::masslock::MASSLOCK_SPEC
write(|w| ..) method takes masslock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::masslock::MASSLOCK_SPEC
write(|w| ..) method takes masslock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::readctrl::READCTRL_SPEC
write(|w| ..) method takes readctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::readctrl::READCTRL_SPEC
write(|w| ..) method takes readctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::startup::STARTUP_SPEC
write(|w| ..) method takes startup::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::startup::STARTUP_SPEC
write(|w| ..) method takes startup::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::startup::STARTUP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::startup::STARTUP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::wdata::WDATA_SPEC
write(|w| ..) method takes wdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::wdata::WDATA_SPEC
write(|w| ..) method takes wdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::writecmd::WRITECMD_SPEC
write(|w| ..) method takes writecmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::writecmd::WRITECMD_SPEC
write(|w| ..) method takes writecmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::msc::writectrl::WRITECTRL_SPEC
write(|w| ..) method takes writectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::msc::writectrl::WRITECTRL_SPEC
write(|w| ..) method takes writectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::mtb::base::BASE_SPEC
write(|w| ..) method takes base::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::mtb::base::BASE_SPEC
write(|w| ..) method takes base::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::mtb::base::BASE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::mtb::base::BASE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::mtb::flow::FLOW_SPEC
write(|w| ..) method takes flow::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::mtb::flow::FLOW_SPEC
write(|w| ..) method takes flow::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::mtb::flow::FLOW_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::mtb::flow::FLOW_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::mtb::master::MASTER_SPEC
write(|w| ..) method takes master::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::mtb::master::MASTER_SPEC
write(|w| ..) method takes master::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::mtb::master::MASTER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::mtb::master::MASTER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::mtb::position::POSITION_SPEC
write(|w| ..) method takes position::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::mtb::position::POSITION_SPEC
write(|w| ..) method takes position::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::mtb::position::POSITION_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::mtb::position::POSITION_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ovscfg::OVSCFG_SPEC
write(|w| ..) method takes ovscfg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::ovscfg::OVSCFG_SPEC
write(|w| ..) method takes ovscfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::pcnt0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch0_ctrl::CH0_CTRL_SPEC
write(|w| ..) method takes ch0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch0_ctrl::CH0_CTRL_SPEC
write(|w| ..) method takes ch0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch1_ctrl::CH1_CTRL_SPEC
write(|w| ..) method takes ch1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch1_ctrl::CH1_CTRL_SPEC
write(|w| ..) method takes ch1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch2_ctrl::CH2_CTRL_SPEC
write(|w| ..) method takes ch2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch2_ctrl::CH2_CTRL_SPEC
write(|w| ..) method takes ch2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch3_ctrl::CH3_CTRL_SPEC
write(|w| ..) method takes ch3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch3_ctrl::CH3_CTRL_SPEC
write(|w| ..) method takes ch3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch4_ctrl::CH4_CTRL_SPEC
write(|w| ..) method takes ch4_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch4_ctrl::CH4_CTRL_SPEC
write(|w| ..) method takes ch4_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch5_ctrl::CH5_CTRL_SPEC
write(|w| ..) method takes ch5_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch5_ctrl::CH5_CTRL_SPEC
write(|w| ..) method takes ch5_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch6_ctrl::CH6_CTRL_SPEC
write(|w| ..) method takes ch6_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch6_ctrl::CH6_CTRL_SPEC
write(|w| ..) method takes ch6_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch7_ctrl::CH7_CTRL_SPEC
write(|w| ..) method takes ch7_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ch7_ctrl::CH7_CTRL_SPEC
write(|w| ..) method takes ch7_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::dmareq0::DMAREQ0_SPEC
write(|w| ..) method takes dmareq0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::dmareq0::DMAREQ0_SPEC
write(|w| ..) method takes dmareq0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::dmareq0::DMAREQ0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::dmareq0::DMAREQ0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::dmareq1::DMAREQ1_SPEC
write(|w| ..) method takes dmareq1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::dmareq1::DMAREQ1_SPEC
write(|w| ..) method takes dmareq1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::dmareq1::DMAREQ1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::dmareq1::DMAREQ1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::swlevel::SWLEVEL_SPEC
write(|w| ..) method takes swlevel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::swlevel::SWLEVEL_SPEC
write(|w| ..) method takes swlevel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::swpulse::SWPULSE_SPEC
write(|w| ..) method takes swpulse::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::swpulse::SWPULSE_SPEC
write(|w| ..) method takes swpulse::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::prs::tracectrl::TRACECTRL_SPEC
write(|w| ..) method takes tracectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::prs::tracectrl::TRACECTRL_SPEC
write(|w| ..) method takes tracectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::tracectrl::TRACECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::prs::tracectrl::TRACECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rmu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rmu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rmu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rmu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rmu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rmu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rmu::rst::RST_SPEC
write(|w| ..) method takes rst::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rmu::rst::RST_SPEC
write(|w| ..) method takes rst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rmu::rst::RST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rmu::rst::RST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc0_date::CC0_DATE_SPEC
write(|w| ..) method takes cc0_date::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc0_date::CC0_DATE_SPEC
write(|w| ..) method takes cc0_date::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc0_date::CC0_DATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc0_date::CC0_DATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc0_time::CC0_TIME_SPEC
write(|w| ..) method takes cc0_time::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc0_time::CC0_TIME_SPEC
write(|w| ..) method takes cc0_time::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc0_time::CC0_TIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc0_time::CC0_TIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc1_date::CC1_DATE_SPEC
write(|w| ..) method takes cc1_date::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc1_date::CC1_DATE_SPEC
write(|w| ..) method takes cc1_date::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc1_date::CC1_DATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc1_date::CC1_DATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc1_time::CC1_TIME_SPEC
write(|w| ..) method takes cc1_time::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc1_time::CC1_TIME_SPEC
write(|w| ..) method takes cc1_time::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc1_time::CC1_TIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc1_time::CC1_TIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc2_date::CC2_DATE_SPEC
write(|w| ..) method takes cc2_date::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc2_date::CC2_DATE_SPEC
write(|w| ..) method takes cc2_date::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc2_date::CC2_DATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc2_date::CC2_DATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc2_time::CC2_TIME_SPEC
write(|w| ..) method takes cc2_time::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cc2_time::CC2_TIME_SPEC
write(|w| ..) method takes cc2_time::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc2_time::CC2_TIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cc2_time::CC2_TIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::date::DATE_SPEC
write(|w| ..) method takes date::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::date::DATE_SPEC
write(|w| ..) method takes date::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::date::DATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::date::DATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::powerdown::POWERDOWN_SPEC
write(|w| ..) method takes powerdown::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::powerdown::POWERDOWN_SPEC
write(|w| ..) method takes powerdown::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::powerdown::POWERDOWN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::powerdown::POWERDOWN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::precnt::PRECNT_SPEC
write(|w| ..) method takes precnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::precnt::PRECNT_SPEC
write(|w| ..) method takes precnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::precnt::PRECNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::precnt::PRECNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret0_reg::RET0_REG_SPEC
write(|w| ..) method takes ret0_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret0_reg::RET0_REG_SPEC
write(|w| ..) method takes ret0_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret0_reg::RET0_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret0_reg::RET0_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret1_reg::RET1_REG_SPEC
write(|w| ..) method takes ret1_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret1_reg::RET1_REG_SPEC
write(|w| ..) method takes ret1_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret1_reg::RET1_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret1_reg::RET1_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret2_reg::RET2_REG_SPEC
write(|w| ..) method takes ret2_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret2_reg::RET2_REG_SPEC
write(|w| ..) method takes ret2_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret2_reg::RET2_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret2_reg::RET2_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret3_reg::RET3_REG_SPEC
write(|w| ..) method takes ret3_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret3_reg::RET3_REG_SPEC
write(|w| ..) method takes ret3_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret3_reg::RET3_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret3_reg::RET3_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret4_reg::RET4_REG_SPEC
write(|w| ..) method takes ret4_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret4_reg::RET4_REG_SPEC
write(|w| ..) method takes ret4_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret4_reg::RET4_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret4_reg::RET4_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret5_reg::RET5_REG_SPEC
write(|w| ..) method takes ret5_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret5_reg::RET5_REG_SPEC
write(|w| ..) method takes ret5_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret5_reg::RET5_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret5_reg::RET5_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret6_reg::RET6_REG_SPEC
write(|w| ..) method takes ret6_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret6_reg::RET6_REG_SPEC
write(|w| ..) method takes ret6_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret6_reg::RET6_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret6_reg::RET6_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret7_reg::RET7_REG_SPEC
write(|w| ..) method takes ret7_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret7_reg::RET7_REG_SPEC
write(|w| ..) method takes ret7_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret7_reg::RET7_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret7_reg::RET7_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret8_reg::RET8_REG_SPEC
write(|w| ..) method takes ret8_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret8_reg::RET8_REG_SPEC
write(|w| ..) method takes ret8_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret8_reg::RET8_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret8_reg::RET8_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret9_reg::RET9_REG_SPEC
write(|w| ..) method takes ret9_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret9_reg::RET9_REG_SPEC
write(|w| ..) method takes ret9_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret9_reg::RET9_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret9_reg::RET9_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret10_reg::RET10_REG_SPEC
write(|w| ..) method takes ret10_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret10_reg::RET10_REG_SPEC
write(|w| ..) method takes ret10_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret10_reg::RET10_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret10_reg::RET10_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret11_reg::RET11_REG_SPEC
write(|w| ..) method takes ret11_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret11_reg::RET11_REG_SPEC
write(|w| ..) method takes ret11_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret11_reg::RET11_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret11_reg::RET11_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret12_reg::RET12_REG_SPEC
write(|w| ..) method takes ret12_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret12_reg::RET12_REG_SPEC
write(|w| ..) method takes ret12_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret12_reg::RET12_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret12_reg::RET12_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret13_reg::RET13_REG_SPEC
write(|w| ..) method takes ret13_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret13_reg::RET13_REG_SPEC
write(|w| ..) method takes ret13_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret13_reg::RET13_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret13_reg::RET13_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret14_reg::RET14_REG_SPEC
write(|w| ..) method takes ret14_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret14_reg::RET14_REG_SPEC
write(|w| ..) method takes ret14_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret14_reg::RET14_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret14_reg::RET14_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret15_reg::RET15_REG_SPEC
write(|w| ..) method takes ret15_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret15_reg::RET15_REG_SPEC
write(|w| ..) method takes ret15_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret15_reg::RET15_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret15_reg::RET15_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret16_reg::RET16_REG_SPEC
write(|w| ..) method takes ret16_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret16_reg::RET16_REG_SPEC
write(|w| ..) method takes ret16_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret16_reg::RET16_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret16_reg::RET16_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret17_reg::RET17_REG_SPEC
write(|w| ..) method takes ret17_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret17_reg::RET17_REG_SPEC
write(|w| ..) method takes ret17_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret17_reg::RET17_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret17_reg::RET17_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret18_reg::RET18_REG_SPEC
write(|w| ..) method takes ret18_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret18_reg::RET18_REG_SPEC
write(|w| ..) method takes ret18_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret18_reg::RET18_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret18_reg::RET18_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret19_reg::RET19_REG_SPEC
write(|w| ..) method takes ret19_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret19_reg::RET19_REG_SPEC
write(|w| ..) method takes ret19_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret19_reg::RET19_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret19_reg::RET19_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret20_reg::RET20_REG_SPEC
write(|w| ..) method takes ret20_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret20_reg::RET20_REG_SPEC
write(|w| ..) method takes ret20_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret20_reg::RET20_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret20_reg::RET20_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret21_reg::RET21_REG_SPEC
write(|w| ..) method takes ret21_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret21_reg::RET21_REG_SPEC
write(|w| ..) method takes ret21_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret21_reg::RET21_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret21_reg::RET21_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret22_reg::RET22_REG_SPEC
write(|w| ..) method takes ret22_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret22_reg::RET22_REG_SPEC
write(|w| ..) method takes ret22_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret22_reg::RET22_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret22_reg::RET22_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret23_reg::RET23_REG_SPEC
write(|w| ..) method takes ret23_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret23_reg::RET23_REG_SPEC
write(|w| ..) method takes ret23_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret23_reg::RET23_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret23_reg::RET23_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret24_reg::RET24_REG_SPEC
write(|w| ..) method takes ret24_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret24_reg::RET24_REG_SPEC
write(|w| ..) method takes ret24_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret24_reg::RET24_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret24_reg::RET24_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret25_reg::RET25_REG_SPEC
write(|w| ..) method takes ret25_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret25_reg::RET25_REG_SPEC
write(|w| ..) method takes ret25_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret25_reg::RET25_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret25_reg::RET25_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret26_reg::RET26_REG_SPEC
write(|w| ..) method takes ret26_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret26_reg::RET26_REG_SPEC
write(|w| ..) method takes ret26_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret26_reg::RET26_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret26_reg::RET26_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret27_reg::RET27_REG_SPEC
write(|w| ..) method takes ret27_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret27_reg::RET27_REG_SPEC
write(|w| ..) method takes ret27_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret27_reg::RET27_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret27_reg::RET27_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret28_reg::RET28_REG_SPEC
write(|w| ..) method takes ret28_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret28_reg::RET28_REG_SPEC
write(|w| ..) method takes ret28_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret28_reg::RET28_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret28_reg::RET28_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret29_reg::RET29_REG_SPEC
write(|w| ..) method takes ret29_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret29_reg::RET29_REG_SPEC
write(|w| ..) method takes ret29_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret29_reg::RET29_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret29_reg::RET29_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret30_reg::RET30_REG_SPEC
write(|w| ..) method takes ret30_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret30_reg::RET30_REG_SPEC
write(|w| ..) method takes ret30_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret30_reg::RET30_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret30_reg::RET30_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret31_reg::RET31_REG_SPEC
write(|w| ..) method takes ret31_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::ret31_reg::RET31_REG_SPEC
write(|w| ..) method takes ret31_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret31_reg::RET31_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::ret31_reg::RET31_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::time::TIME_SPEC
write(|w| ..) method takes time::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::rtcc::time::TIME_SPEC
write(|w| ..) method takes time::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::time::TIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::rtcc::time::TIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ppuctrl::PPUCTRL_SPEC
write(|w| ..) method takes ppuctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ppuctrl::PPUCTRL_SPEC
write(|w| ..) method takes ppuctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ppuctrl::PPUCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ppuctrl::PPUCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ppupatd0::PPUPATD0_SPEC
write(|w| ..) method takes ppupatd0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ppupatd0::PPUPATD0_SPEC
write(|w| ..) method takes ppupatd0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ppupatd0::PPUPATD0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ppupatd0::PPUPATD0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ppupatd1::PPUPATD1_SPEC
write(|w| ..) method takes ppupatd1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::smu::ppupatd1::PPUPATD1_SPEC
write(|w| ..) method takes ppupatd1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ppupatd1::PPUPATD1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::smu::ppupatd1::PPUPATD1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::control::CONTROL_SPEC
write(|w| ..) method takes control::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::control::CONTROL_SPEC
write(|w| ..) method takes control::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::initwaitval::INITWAITVAL_SPEC
write(|w| ..) method takes initwaitval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::initwaitval::INITWAITVAL_SPEC
write(|w| ..) method takes initwaitval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::initwaitval::INITWAITVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::initwaitval::INITWAITVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::key0::KEY0_SPEC
write(|w| ..) method takes key0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::key0::KEY0_SPEC
write(|w| ..) method takes key0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::key0::KEY0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::key0::KEY0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::key1::KEY1_SPEC
write(|w| ..) method takes key1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::key1::KEY1_SPEC
write(|w| ..) method takes key1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::key2::KEY2_SPEC
write(|w| ..) method takes key2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::key2::KEY2_SPEC
write(|w| ..) method takes key2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::key3::KEY3_SPEC
write(|w| ..) method takes key3::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::key3::KEY3_SPEC
write(|w| ..) method takes key3::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::key3::KEY3_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::key3::KEY3_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::status::STATUS_SPEC
write(|w| ..) method takes status::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::status::STATUS_SPEC
write(|w| ..) method takes status::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::testdata::TESTDATA_SPEC
write(|w| ..) method takes testdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::trng0::testdata::TESTDATA_SPEC
write(|w| ..) method takes testdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::testdata::TESTDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::trng0::testdata::TESTDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::usart0::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::cal::CAL_SPEC
write(|w| ..) method takes cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::cal::CAL_SPEC
write(|w| ..) method takes cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ch0ctrl::CH0CTRL_SPEC
write(|w| ..) method takes ch0ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ch0ctrl::CH0CTRL_SPEC
write(|w| ..) method takes ch0ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ch0ctrl::CH0CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ch0ctrl::CH0CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ch0data::CH0DATA_SPEC
write(|w| ..) method takes ch0data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ch0data::CH0DATA_SPEC
write(|w| ..) method takes ch0data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ch0data::CH0DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ch0data::CH0DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ch1ctrl::CH1CTRL_SPEC
write(|w| ..) method takes ch1ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ch1ctrl::CH1CTRL_SPEC
write(|w| ..) method takes ch1ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ch1ctrl::CH1CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ch1ctrl::CH1CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ch1data::CH1DATA_SPEC
write(|w| ..) method takes ch1data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ch1data::CH1DATA_SPEC
write(|w| ..) method takes ch1data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ch1data::CH1DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ch1data::CH1DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::combdata::COMBDATA_SPEC
write(|w| ..) method takes combdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::combdata::COMBDATA_SPEC
write(|w| ..) method takes combdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::combdata::COMBDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::combdata::COMBDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_cal::OPA0_CAL_SPEC
write(|w| ..) method takes opa0_cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_cal::OPA0_CAL_SPEC
write(|w| ..) method takes opa0_cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_cal::OPA0_CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_cal::OPA0_CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_ctrl::OPA0_CTRL_SPEC
write(|w| ..) method takes opa0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_ctrl::OPA0_CTRL_SPEC
write(|w| ..) method takes opa0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_ctrl::OPA0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_ctrl::OPA0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_mux::OPA0_MUX_SPEC
write(|w| ..) method takes opa0_mux::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_mux::OPA0_MUX_SPEC
write(|w| ..) method takes opa0_mux::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_mux::OPA0_MUX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_mux::OPA0_MUX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_out::OPA0_OUT_SPEC
write(|w| ..) method takes opa0_out::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_out::OPA0_OUT_SPEC
write(|w| ..) method takes opa0_out::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_out::OPA0_OUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_out::OPA0_OUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_timer::OPA0_TIMER_SPEC
write(|w| ..) method takes opa0_timer::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa0_timer::OPA0_TIMER_SPEC
write(|w| ..) method takes opa0_timer::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_timer::OPA0_TIMER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa0_timer::OPA0_TIMER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_cal::OPA1_CAL_SPEC
write(|w| ..) method takes opa1_cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_cal::OPA1_CAL_SPEC
write(|w| ..) method takes opa1_cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_cal::OPA1_CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_cal::OPA1_CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_ctrl::OPA1_CTRL_SPEC
write(|w| ..) method takes opa1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_ctrl::OPA1_CTRL_SPEC
write(|w| ..) method takes opa1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_ctrl::OPA1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_ctrl::OPA1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_mux::OPA1_MUX_SPEC
write(|w| ..) method takes opa1_mux::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_mux::OPA1_MUX_SPEC
write(|w| ..) method takes opa1_mux::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_mux::OPA1_MUX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_mux::OPA1_MUX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_out::OPA1_OUT_SPEC
write(|w| ..) method takes opa1_out::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_out::OPA1_OUT_SPEC
write(|w| ..) method takes opa1_out::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_out::OPA1_OUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_out::OPA1_OUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_timer::OPA1_TIMER_SPEC
write(|w| ..) method takes opa1_timer::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa1_timer::OPA1_TIMER_SPEC
write(|w| ..) method takes opa1_timer::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_timer::OPA1_TIMER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa1_timer::OPA1_TIMER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_cal::OPA2_CAL_SPEC
write(|w| ..) method takes opa2_cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_cal::OPA2_CAL_SPEC
write(|w| ..) method takes opa2_cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_cal::OPA2_CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_cal::OPA2_CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_ctrl::OPA2_CTRL_SPEC
write(|w| ..) method takes opa2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_ctrl::OPA2_CTRL_SPEC
write(|w| ..) method takes opa2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_ctrl::OPA2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_ctrl::OPA2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_mux::OPA2_MUX_SPEC
write(|w| ..) method takes opa2_mux::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_mux::OPA2_MUX_SPEC
write(|w| ..) method takes opa2_mux::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_mux::OPA2_MUX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_mux::OPA2_MUX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_out::OPA2_OUT_SPEC
write(|w| ..) method takes opa2_out::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_out::OPA2_OUT_SPEC
write(|w| ..) method takes opa2_out::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_out::OPA2_OUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_out::OPA2_OUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_timer::OPA2_TIMER_SPEC
write(|w| ..) method takes opa2_timer::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa2_timer::OPA2_TIMER_SPEC
write(|w| ..) method takes opa2_timer::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_timer::OPA2_TIMER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa2_timer::OPA2_TIMER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_cal::OPA3_CAL_SPEC
write(|w| ..) method takes opa3_cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_cal::OPA3_CAL_SPEC
write(|w| ..) method takes opa3_cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_cal::OPA3_CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_cal::OPA3_CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_ctrl::OPA3_CTRL_SPEC
write(|w| ..) method takes opa3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_ctrl::OPA3_CTRL_SPEC
write(|w| ..) method takes opa3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_ctrl::OPA3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_ctrl::OPA3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_mux::OPA3_MUX_SPEC
write(|w| ..) method takes opa3_mux::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_mux::OPA3_MUX_SPEC
write(|w| ..) method takes opa3_mux::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_mux::OPA3_MUX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_mux::OPA3_MUX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_out::OPA3_OUT_SPEC
write(|w| ..) method takes opa3_out::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_out::OPA3_OUT_SPEC
write(|w| ..) method takes opa3_out::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_out::OPA3_OUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_out::OPA3_OUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_timer::OPA3_TIMER_SPEC
write(|w| ..) method takes opa3_timer::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::vdac0::opa3_timer::OPA3_TIMER_SPEC
write(|w| ..) method takes opa3_timer::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_timer::OPA3_TIMER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::vdac0::opa3_timer::OPA3_TIMER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC
write(|w| ..) method takes pch0_prsctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC
write(|w| ..) method takes pch0_prsctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC
write(|w| ..) method takes pch1_prsctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC
write(|w| ..) method takes pch1_prsctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CCV_SPEC
write(|w| ..) method takes ccv::W writer structure
impl Writable for CCV_SPEC
write(|w| ..) method takes ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cc::ccv::CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cc::ccv::CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CCVB_SPEC
write(|w| ..) method takes ccvb::W writer structure
impl Writable for CCVB_SPEC
write(|w| ..) method takes ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cc::ccvb::CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cc::ccvb::CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::cc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::cc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b120::wtimer0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b120::wtimer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::extifctrl::EXTIFCTRL_SPEC
write(|w| ..) method takes extifctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::extifctrl::EXTIFCTRL_SPEC
write(|w| ..) method takes extifctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::hysteresis0::HYSTERESIS0_SPEC
write(|w| ..) method takes hysteresis0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::hysteresis0::HYSTERESIS0_SPEC
write(|w| ..) method takes hysteresis0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::hysteresis1::HYSTERESIS1_SPEC
write(|w| ..) method takes hysteresis1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::hysteresis1::HYSTERESIS1_SPEC
write(|w| ..) method takes hysteresis1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::inputsel::INPUTSEL_SPEC
write(|w| ..) method takes inputsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::inputsel::INPUTSEL_SPEC
write(|w| ..) method takes inputsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::extifctrl::EXTIFCTRL_SPEC
write(|w| ..) method takes extifctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::extifctrl::EXTIFCTRL_SPEC
write(|w| ..) method takes extifctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::extifctrl::EXTIFCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::hysteresis0::HYSTERESIS0_SPEC
write(|w| ..) method takes hysteresis0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::hysteresis0::HYSTERESIS0_SPEC
write(|w| ..) method takes hysteresis0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::hysteresis0::HYSTERESIS0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::hysteresis1::HYSTERESIS1_SPEC
write(|w| ..) method takes hysteresis1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::hysteresis1::HYSTERESIS1_SPEC
write(|w| ..) method takes hysteresis1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::hysteresis1::HYSTERESIS1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::inputsel::INPUTSEL_SPEC
write(|w| ..) method takes inputsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::inputsel::INPUTSEL_SPEC
write(|w| ..) method takes inputsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::inputsel::INPUTSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::acmp1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::acmp1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::aportmasterdis::APORTMASTERDIS_SPEC
write(|w| ..) method takes aportmasterdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::aportmasterdis::APORTMASTERDIS_SPEC
write(|w| ..) method takes aportmasterdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::aportmasterdis::APORTMASTERDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::biasprog::BIASPROG_SPEC
write(|w| ..) method takes biasprog::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::biasprog::BIASPROG_SPEC
write(|w| ..) method takes biasprog::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::biasprog::BIASPROG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::cal::CAL_SPEC
write(|w| ..) method takes cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::cal::CAL_SPEC
write(|w| ..) method takes cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::cmpthr::CMPTHR_SPEC
write(|w| ..) method takes cmpthr::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::cmpthr::CMPTHR_SPEC
write(|w| ..) method takes cmpthr::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scanctrl::SCANCTRL_SPEC
write(|w| ..) method takes scanctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scanctrl::SCANCTRL_SPEC
write(|w| ..) method takes scanctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scanctrl::SCANCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scanctrlx::SCANCTRLX_SPEC
write(|w| ..) method takes scanctrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scanctrlx::SCANCTRLX_SPEC
write(|w| ..) method takes scanctrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scanctrlx::SCANCTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC
write(|w| ..) method takes scanfifoclear::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC
write(|w| ..) method takes scanfifoclear::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scanfifoclear::SCANFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scaninputsel::SCANINPUTSEL_SPEC
write(|w| ..) method takes scaninputsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scaninputsel::SCANINPUTSEL_SPEC
write(|w| ..) method takes scaninputsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scaninputsel::SCANINPUTSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scanmask::SCANMASK_SPEC
write(|w| ..) method takes scanmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scanmask::SCANMASK_SPEC
write(|w| ..) method takes scanmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scanmask::SCANMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scannegsel::SCANNEGSEL_SPEC
write(|w| ..) method takes scannegsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::scannegsel::SCANNEGSEL_SPEC
write(|w| ..) method takes scannegsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::scannegsel::SCANNEGSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::singlectrl::SINGLECTRL_SPEC
write(|w| ..) method takes singlectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::singlectrl::SINGLECTRL_SPEC
write(|w| ..) method takes singlectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::singlectrlx::SINGLECTRLX_SPEC
write(|w| ..) method takes singlectrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::singlectrlx::SINGLECTRLX_SPEC
write(|w| ..) method takes singlectrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::singlectrlx::SINGLECTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC
write(|w| ..) method takes singlefifoclear::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC
write(|w| ..) method takes singlefifoclear::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::adc0::singlefifoclear::SINGLEFIFOCLEAR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::bittiming::BITTIMING_SPEC
write(|w| ..) method takes bittiming::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::bittiming::BITTIMING_SPEC
write(|w| ..) method takes bittiming::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::bittiming::BITTIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::brpe::BRPE_SPEC
write(|w| ..) method takes brpe::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::brpe::BRPE_SPEC
write(|w| ..) method takes brpe::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::brpe::BRPE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::config::CONFIG_SPEC
write(|w| ..) method takes config::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::config::CONFIG_SPEC
write(|w| ..) method takes config::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if0ien::IF0IEN_SPEC
write(|w| ..) method takes if0ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if0ien::IF0IEN_SPEC
write(|w| ..) method takes if0ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if0ien::IF0IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if0ifc::IF0IFC_SPEC
write(|w| ..) method takes if0ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if0ifc::IF0IFC_SPEC
write(|w| ..) method takes if0ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if0ifc::IF0IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if0ifs::IF0IFS_SPEC
write(|w| ..) method takes if0ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if0ifs::IF0IFS_SPEC
write(|w| ..) method takes if0ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if0ifs::IF0IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if1ien::IF1IEN_SPEC
write(|w| ..) method takes if1ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if1ien::IF1IEN_SPEC
write(|w| ..) method takes if1ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if1ien::IF1IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if1ifc::IF1IFC_SPEC
write(|w| ..) method takes if1ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if1ifc::IF1IFC_SPEC
write(|w| ..) method takes if1ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if1ifc::IF1IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if1ifs::IF1IFS_SPEC
write(|w| ..) method takes if1ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::if1ifs::IF1IFS_SPEC
write(|w| ..) method takes if1ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::if1ifs::IF1IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_arb::MIR0_ARB_SPEC
write(|w| ..) method takes mir0_arb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_arb::MIR0_ARB_SPEC
write(|w| ..) method takes mir0_arb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_arb::MIR0_ARB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC
write(|w| ..) method takes mir0_cmdmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC
write(|w| ..) method takes mir0_cmdmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_cmdmask::MIR0_CMDMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC
write(|w| ..) method takes mir0_cmdreq::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC
write(|w| ..) method takes mir0_cmdreq::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_cmdreq::MIR0_CMDREQ_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_ctrl::MIR0_CTRL_SPEC
write(|w| ..) method takes mir0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_ctrl::MIR0_CTRL_SPEC
write(|w| ..) method takes mir0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_ctrl::MIR0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_datah::MIR0_DATAH_SPEC
write(|w| ..) method takes mir0_datah::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_datah::MIR0_DATAH_SPEC
write(|w| ..) method takes mir0_datah::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_datah::MIR0_DATAH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_datal::MIR0_DATAL_SPEC
write(|w| ..) method takes mir0_datal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_datal::MIR0_DATAL_SPEC
write(|w| ..) method takes mir0_datal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_datal::MIR0_DATAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_mask::MIR0_MASK_SPEC
write(|w| ..) method takes mir0_mask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir0_mask::MIR0_MASK_SPEC
write(|w| ..) method takes mir0_mask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir0_mask::MIR0_MASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_arb::MIR1_ARB_SPEC
write(|w| ..) method takes mir1_arb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_arb::MIR1_ARB_SPEC
write(|w| ..) method takes mir1_arb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_arb::MIR1_ARB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC
write(|w| ..) method takes mir1_cmdmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC
write(|w| ..) method takes mir1_cmdmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_cmdmask::MIR1_CMDMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC
write(|w| ..) method takes mir1_cmdreq::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC
write(|w| ..) method takes mir1_cmdreq::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_cmdreq::MIR1_CMDREQ_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_ctrl::MIR1_CTRL_SPEC
write(|w| ..) method takes mir1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_ctrl::MIR1_CTRL_SPEC
write(|w| ..) method takes mir1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_ctrl::MIR1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_datah::MIR1_DATAH_SPEC
write(|w| ..) method takes mir1_datah::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_datah::MIR1_DATAH_SPEC
write(|w| ..) method takes mir1_datah::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_datah::MIR1_DATAH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_datal::MIR1_DATAL_SPEC
write(|w| ..) method takes mir1_datal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_datal::MIR1_DATAL_SPEC
write(|w| ..) method takes mir1_datal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_datal::MIR1_DATAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_mask::MIR1_MASK_SPEC
write(|w| ..) method takes mir1_mask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::mir1_mask::MIR1_MASK_SPEC
write(|w| ..) method takes mir1_mask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::mir1_mask::MIR1_MASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::route::ROUTE_SPEC
write(|w| ..) method takes route::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::route::ROUTE_SPEC
write(|w| ..) method takes route::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::route::ROUTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::status::STATUS_SPEC
write(|w| ..) method takes status::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::status::STATUS_SPEC
write(|w| ..) method takes status::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::can0::test::TEST_SPEC
write(|w| ..) method takes test::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::can0::test::TEST_SPEC
write(|w| ..) method takes test::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::test::TEST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::can0::test::TEST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::adcctrl::ADCCTRL_SPEC
write(|w| ..) method takes adcctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::adcctrl::ADCCTRL_SPEC
write(|w| ..) method takes adcctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::adcctrl::ADCCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::adcctrl::ADCCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC
write(|w| ..) method takes auxhfrcoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC
write(|w| ..) method takes auxhfrcoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::auxhfrcoctrl::AUXHFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::calcnt::CALCNT_SPEC
write(|w| ..) method takes calcnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::calcnt::CALCNT_SPEC
write(|w| ..) method takes calcnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::calcnt::CALCNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::calctrl::CALCTRL_SPEC
write(|w| ..) method takes calctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::calctrl::CALCTRL_SPEC
write(|w| ..) method takes calctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::calctrl::CALCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::dbgclksel::DBGCLKSEL_SPEC
write(|w| ..) method takes dbgclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::dbgclksel::DBGCLKSEL_SPEC
write(|w| ..) method takes dbgclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::dbgclksel::DBGCLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::dbgclksel::DBGCLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::dpllctrl1::DPLLCTRL1_SPEC
write(|w| ..) method takes dpllctrl1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::dpllctrl1::DPLLCTRL1_SPEC
write(|w| ..) method takes dpllctrl1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::dpllctrl1::DPLLCTRL1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::dpllctrl1::DPLLCTRL1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::dpllctrl::DPLLCTRL_SPEC
write(|w| ..) method takes dpllctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::dpllctrl::DPLLCTRL_SPEC
write(|w| ..) method takes dpllctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::dpllctrl::DPLLCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::dpllctrl::DPLLCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfbusclken0::HFBUSCLKEN0_SPEC
write(|w| ..) method takes hfbusclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfbusclken0::HFBUSCLKEN0_SPEC
write(|w| ..) method takes hfbusclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfbusclken0::HFBUSCLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfbusclken0::HFBUSCLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfbuspresc::HFBUSPRESC_SPEC
write(|w| ..) method takes hfbuspresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfbuspresc::HFBUSPRESC_SPEC
write(|w| ..) method takes hfbuspresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfbuspresc::HFBUSPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfbuspresc::HFBUSPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfclksel::HFCLKSEL_SPEC
write(|w| ..) method takes hfclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfclksel::HFCLKSEL_SPEC
write(|w| ..) method takes hfclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfclksel::HFCLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfclksel::HFCLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfcorepresc::HFCOREPRESC_SPEC
write(|w| ..) method takes hfcorepresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfcorepresc::HFCOREPRESC_SPEC
write(|w| ..) method takes hfcorepresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfcorepresc::HFCOREPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfcorepresc::HFCOREPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfexppresc::HFEXPPRESC_SPEC
write(|w| ..) method takes hfexppresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfexppresc::HFEXPPRESC_SPEC
write(|w| ..) method takes hfexppresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfexppresc::HFEXPPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfexppresc::HFEXPPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperclken0::HFPERCLKEN0_SPEC
write(|w| ..) method takes hfperclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperclken0::HFPERCLKEN0_SPEC
write(|w| ..) method takes hfperclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperclken0::HFPERCLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperclken1::HFPERCLKEN1_SPEC
write(|w| ..) method takes hfperclken1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperclken1::HFPERCLKEN1_SPEC
write(|w| ..) method takes hfperclken1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperclken1::HFPERCLKEN1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperclken1::HFPERCLKEN1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperpresc::HFPERPRESC_SPEC
write(|w| ..) method takes hfperpresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperpresc::HFPERPRESC_SPEC
write(|w| ..) method takes hfperpresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperpresc::HFPERPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperpresc::HFPERPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperprescb::HFPERPRESCB_SPEC
write(|w| ..) method takes hfperprescb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperprescb::HFPERPRESCB_SPEC
write(|w| ..) method takes hfperprescb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperprescb::HFPERPRESCB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperprescb::HFPERPRESCB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperprescc::HFPERPRESCC_SPEC
write(|w| ..) method takes hfperprescc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfperprescc::HFPERPRESCC_SPEC
write(|w| ..) method takes hfperprescc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperprescc::HFPERPRESCC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfperprescc::HFPERPRESCC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfpresc::HFPRESC_SPEC
write(|w| ..) method takes hfpresc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfpresc::HFPRESC_SPEC
write(|w| ..) method takes hfpresc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfpresc::HFPRESC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfpresc::HFPRESC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfrcoctrl::HFRCOCTRL_SPEC
write(|w| ..) method takes hfrcoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfrcoctrl::HFRCOCTRL_SPEC
write(|w| ..) method takes hfrcoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfrcoctrl::HFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfrcoss::HFRCOSS_SPEC
write(|w| ..) method takes hfrcoss::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfrcoss::HFRCOSS_SPEC
write(|w| ..) method takes hfrcoss::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfrcoss::HFRCOSS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfrcoss::HFRCOSS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxoctrl1::HFXOCTRL1_SPEC
write(|w| ..) method takes hfxoctrl1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxoctrl1::HFXOCTRL1_SPEC
write(|w| ..) method takes hfxoctrl1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxoctrl1::HFXOCTRL1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxoctrl1::HFXOCTRL1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxoctrl::HFXOCTRL_SPEC
write(|w| ..) method takes hfxoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxoctrl::HFXOCTRL_SPEC
write(|w| ..) method takes hfxoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxoctrl::HFXOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxoctrl::HFXOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC
write(|w| ..) method takes hfxostartupctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC
write(|w| ..) method takes hfxostartupctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxostartupctrl::HFXOSTARTUPCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC
write(|w| ..) method takes hfxosteadystatectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC
write(|w| ..) method takes hfxosteadystatectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC
write(|w| ..) method takes hfxotimeoutctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC
write(|w| ..) method takes hfxotimeoutctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfaclken0::LFACLKEN0_SPEC
write(|w| ..) method takes lfaclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfaclken0::LFACLKEN0_SPEC
write(|w| ..) method takes lfaclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfaclken0::LFACLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfaclksel::LFACLKSEL_SPEC
write(|w| ..) method takes lfaclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfaclksel::LFACLKSEL_SPEC
write(|w| ..) method takes lfaclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfaclksel::LFACLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfaclksel::LFACLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfapresc0::LFAPRESC0_SPEC
write(|w| ..) method takes lfapresc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfapresc0::LFAPRESC0_SPEC
write(|w| ..) method takes lfapresc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfapresc0::LFAPRESC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfbclken0::LFBCLKEN0_SPEC
write(|w| ..) method takes lfbclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfbclken0::LFBCLKEN0_SPEC
write(|w| ..) method takes lfbclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfbclken0::LFBCLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfbclksel::LFBCLKSEL_SPEC
write(|w| ..) method takes lfbclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfbclksel::LFBCLKSEL_SPEC
write(|w| ..) method takes lfbclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfbclksel::LFBCLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfbclksel::LFBCLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfbpresc0::LFBPRESC0_SPEC
write(|w| ..) method takes lfbpresc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfbpresc0::LFBPRESC0_SPEC
write(|w| ..) method takes lfbpresc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfbpresc0::LFBPRESC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfeclken0::LFECLKEN0_SPEC
write(|w| ..) method takes lfeclken0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfeclken0::LFECLKEN0_SPEC
write(|w| ..) method takes lfeclken0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfeclken0::LFECLKEN0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfeclken0::LFECLKEN0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfeclksel::LFECLKSEL_SPEC
write(|w| ..) method takes lfeclksel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfeclksel::LFECLKSEL_SPEC
write(|w| ..) method takes lfeclksel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfeclksel::LFECLKSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfeclksel::LFECLKSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfepresc0::LFEPRESC0_SPEC
write(|w| ..) method takes lfepresc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfepresc0::LFEPRESC0_SPEC
write(|w| ..) method takes lfepresc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfepresc0::LFEPRESC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfepresc0::LFEPRESC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfrcoctrl::LFRCOCTRL_SPEC
write(|w| ..) method takes lfrcoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfrcoctrl::LFRCOCTRL_SPEC
write(|w| ..) method takes lfrcoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfrcoctrl::LFRCOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfxoctrl::LFXOCTRL_SPEC
write(|w| ..) method takes lfxoctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lfxoctrl::LFXOCTRL_SPEC
write(|w| ..) method takes lfxoctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfxoctrl::LFXOCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lfxoctrl::LFXOCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::oscencmd::OSCENCMD_SPEC
write(|w| ..) method takes oscencmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::oscencmd::OSCENCMD_SPEC
write(|w| ..) method takes oscencmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::oscencmd::OSCENCMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::pcntctrl::PCNTCTRL_SPEC
write(|w| ..) method takes pcntctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::pcntctrl::PCNTCTRL_SPEC
write(|w| ..) method takes pcntctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::pcntctrl::PCNTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cmu::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cmu::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::periodsel::PERIODSEL_SPEC
write(|w| ..) method takes periodsel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::cryotimer::periodsel::PERIODSEL_SPEC
write(|w| ..) method takes periodsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::periodsel::PERIODSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::cryotimer::periodsel::PERIODSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0::DATA0_SPEC
write(|w| ..) method takes data0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0::DATA0_SPEC
write(|w| ..) method takes data0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0::DATA0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0::DATA0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte12::DATA0BYTE12_SPEC
write(|w| ..) method takes data0byte12::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte12::DATA0BYTE12_SPEC
write(|w| ..) method takes data0byte12::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte12::DATA0BYTE12_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte12::DATA0BYTE12_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte13::DATA0BYTE13_SPEC
write(|w| ..) method takes data0byte13::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte13::DATA0BYTE13_SPEC
write(|w| ..) method takes data0byte13::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte13::DATA0BYTE13_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte13::DATA0BYTE13_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte14::DATA0BYTE14_SPEC
write(|w| ..) method takes data0byte14::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte14::DATA0BYTE14_SPEC
write(|w| ..) method takes data0byte14::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte14::DATA0BYTE14_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte14::DATA0BYTE14_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte15::DATA0BYTE15_SPEC
write(|w| ..) method takes data0byte15::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte15::DATA0BYTE15_SPEC
write(|w| ..) method takes data0byte15::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte15::DATA0BYTE15_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte15::DATA0BYTE15_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte::DATA0BYTE_SPEC
write(|w| ..) method takes data0byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0byte::DATA0BYTE_SPEC
write(|w| ..) method takes data0byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte::DATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0byte::DATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0xor::DATA0XOR_SPEC
write(|w| ..) method takes data0xor::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0xor::DATA0XOR_SPEC
write(|w| ..) method takes data0xor::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0xor::DATA0XOR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0xor::DATA0XOR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0xorbyte::DATA0XORBYTE_SPEC
write(|w| ..) method takes data0xorbyte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data0xorbyte::DATA0XORBYTE_SPEC
write(|w| ..) method takes data0xorbyte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0xorbyte::DATA0XORBYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data0xorbyte::DATA0XORBYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data1::DATA1_SPEC
write(|w| ..) method takes data1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data1::DATA1_SPEC
write(|w| ..) method takes data1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data1::DATA1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data1::DATA1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data1byte::DATA1BYTE_SPEC
write(|w| ..) method takes data1byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data1byte::DATA1BYTE_SPEC
write(|w| ..) method takes data1byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data1byte::DATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data1byte::DATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data2::DATA2_SPEC
write(|w| ..) method takes data2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data2::DATA2_SPEC
write(|w| ..) method takes data2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data2::DATA2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data2::DATA2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data3::DATA3_SPEC
write(|w| ..) method takes data3::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::data3::DATA3_SPEC
write(|w| ..) method takes data3::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data3::DATA3_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::data3::DATA3_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata0::DDATA0_SPEC
write(|w| ..) method takes ddata0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata0::DDATA0_SPEC
write(|w| ..) method takes ddata0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata0::DDATA0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata0::DDATA0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata0big::DDATA0BIG_SPEC
write(|w| ..) method takes ddata0big::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata0big::DDATA0BIG_SPEC
write(|w| ..) method takes ddata0big::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata0big::DDATA0BIG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata0big::DDATA0BIG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata0byte32::DDATA0BYTE32_SPEC
write(|w| ..) method takes ddata0byte32::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata0byte32::DDATA0BYTE32_SPEC
write(|w| ..) method takes ddata0byte32::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata0byte32::DDATA0BYTE32_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata0byte32::DDATA0BYTE32_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata0byte::DDATA0BYTE_SPEC
write(|w| ..) method takes ddata0byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata0byte::DDATA0BYTE_SPEC
write(|w| ..) method takes ddata0byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata0byte::DDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata0byte::DDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata1::DDATA1_SPEC
write(|w| ..) method takes ddata1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata1::DDATA1_SPEC
write(|w| ..) method takes ddata1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata1::DDATA1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata1::DDATA1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata1byte::DDATA1BYTE_SPEC
write(|w| ..) method takes ddata1byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata1byte::DDATA1BYTE_SPEC
write(|w| ..) method takes ddata1byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata1byte::DDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata1byte::DDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata2::DDATA2_SPEC
write(|w| ..) method takes ddata2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata2::DDATA2_SPEC
write(|w| ..) method takes ddata2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata2::DDATA2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata2::DDATA2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata3::DDATA3_SPEC
write(|w| ..) method takes ddata3::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata3::DDATA3_SPEC
write(|w| ..) method takes ddata3::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata3::DDATA3_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata3::DDATA3_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata4::DDATA4_SPEC
write(|w| ..) method takes ddata4::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ddata4::DDATA4_SPEC
write(|w| ..) method takes ddata4::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata4::DDATA4_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ddata4::DDATA4_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::key::KEY_SPEC
write(|w| ..) method takes key::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::key::KEY_SPEC
write(|w| ..) method takes key::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::key::KEY_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::key::KEY_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::keybuf::KEYBUF_SPEC
write(|w| ..) method takes keybuf::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::keybuf::KEYBUF_SPEC
write(|w| ..) method takes keybuf::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::keybuf::KEYBUF_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::keybuf::KEYBUF_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata0::QDATA0_SPEC
write(|w| ..) method takes qdata0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata0::QDATA0_SPEC
write(|w| ..) method takes qdata0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata0::QDATA0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata0::QDATA0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata0byte::QDATA0BYTE_SPEC
write(|w| ..) method takes qdata0byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata0byte::QDATA0BYTE_SPEC
write(|w| ..) method takes qdata0byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata0byte::QDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata0byte::QDATA0BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata1::QDATA1_SPEC
write(|w| ..) method takes qdata1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata1::QDATA1_SPEC
write(|w| ..) method takes qdata1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata1::QDATA1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata1::QDATA1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata1big::QDATA1BIG_SPEC
write(|w| ..) method takes qdata1big::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata1big::QDATA1BIG_SPEC
write(|w| ..) method takes qdata1big::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata1big::QDATA1BIG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata1big::QDATA1BIG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata1byte::QDATA1BYTE_SPEC
write(|w| ..) method takes qdata1byte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::qdata1byte::QDATA1BYTE_SPEC
write(|w| ..) method takes qdata1byte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata1byte::QDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::qdata1byte::QDATA1BYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq0::SEQ0_SPEC
write(|w| ..) method takes seq0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq0::SEQ0_SPEC
write(|w| ..) method takes seq0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq0::SEQ0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq0::SEQ0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq1::SEQ1_SPEC
write(|w| ..) method takes seq1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq1::SEQ1_SPEC
write(|w| ..) method takes seq1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq1::SEQ1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq1::SEQ1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq2::SEQ2_SPEC
write(|w| ..) method takes seq2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq2::SEQ2_SPEC
write(|w| ..) method takes seq2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq2::SEQ2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq2::SEQ2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq3::SEQ3_SPEC
write(|w| ..) method takes seq3::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq3::SEQ3_SPEC
write(|w| ..) method takes seq3::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq3::SEQ3_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq3::SEQ3_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq4::SEQ4_SPEC
write(|w| ..) method takes seq4::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seq4::SEQ4_SPEC
write(|w| ..) method takes seq4::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq4::SEQ4_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seq4::SEQ4_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seqctrl::SEQCTRL_SPEC
write(|w| ..) method takes seqctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seqctrl::SEQCTRL_SPEC
write(|w| ..) method takes seqctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seqctrlb::SEQCTRLB_SPEC
write(|w| ..) method takes seqctrlb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::seqctrlb::SEQCTRLB_SPEC
write(|w| ..) method takes seqctrlb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seqctrlb::SEQCTRLB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::seqctrlb::SEQCTRLB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::wac::WAC_SPEC
write(|w| ..) method takes wac::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::crypto0::wac::WAC_SPEC
write(|w| ..) method takes wac::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::wac::WAC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::crypto0::wac::WAC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::anactrl::ANACTRL_SPEC
write(|w| ..) method takes anactrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::anactrl::ANACTRL_SPEC
write(|w| ..) method takes anactrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::anactrl::ANACTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::anactrl::ANACTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::cmpthr::CMPTHR_SPEC
write(|w| ..) method takes cmpthr::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::cmpthr::CMPTHR_SPEC
write(|w| ..) method takes cmpthr::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::cmpthr::CMPTHR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::data::DATA_SPEC
write(|w| ..) method takes data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::data::DATA_SPEC
write(|w| ..) method takes data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::data::DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::data::DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::dmbaseline::DMBASELINE_SPEC
write(|w| ..) method takes dmbaseline::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::dmbaseline::DMBASELINE_SPEC
write(|w| ..) method takes dmbaseline::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::dmbaseline::DMBASELINE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::dmbaseline::DMBASELINE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::dmcfg::DMCFG_SPEC
write(|w| ..) method takes dmcfg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::dmcfg::DMCFG_SPEC
write(|w| ..) method takes dmcfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::dmcfg::DMCFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::dmcfg::DMCFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ema::EMA_SPEC
write(|w| ..) method takes ema::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ema::EMA_SPEC
write(|w| ..) method takes ema::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ema::EMA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ema::EMA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::emactrl::EMACTRL_SPEC
write(|w| ..) method takes emactrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::emactrl::EMACTRL_SPEC
write(|w| ..) method takes emactrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::emactrl::EMACTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::emactrl::EMACTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::prssel::PRSSEL_SPEC
write(|w| ..) method takes prssel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::prssel::PRSSEL_SPEC
write(|w| ..) method takes prssel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::scaninputsel0::SCANINPUTSEL0_SPEC
write(|w| ..) method takes scaninputsel0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::scaninputsel0::SCANINPUTSEL0_SPEC
write(|w| ..) method takes scaninputsel0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::scaninputsel0::SCANINPUTSEL0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::scaninputsel0::SCANINPUTSEL0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::scaninputsel1::SCANINPUTSEL1_SPEC
write(|w| ..) method takes scaninputsel1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::scaninputsel1::SCANINPUTSEL1_SPEC
write(|w| ..) method takes scaninputsel1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::scaninputsel1::SCANINPUTSEL1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::scaninputsel1::SCANINPUTSEL1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::scanmask0::SCANMASK0_SPEC
write(|w| ..) method takes scanmask0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::scanmask0::SCANMASK0_SPEC
write(|w| ..) method takes scanmask0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::scanmask0::SCANMASK0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::scanmask0::SCANMASK0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::scanmask1::SCANMASK1_SPEC
write(|w| ..) method takes scanmask1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::scanmask1::SCANMASK1_SPEC
write(|w| ..) method takes scanmask1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::scanmask1::SCANMASK1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::scanmask1::SCANMASK1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::singlectrl::SINGLECTRL_SPEC
write(|w| ..) method takes singlectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::singlectrl::SINGLECTRL_SPEC
write(|w| ..) method takes singlectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::singlectrl::SINGLECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::csen::timctrl::TIMCTRL_SPEC
write(|w| ..) method takes timctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::csen::timctrl::TIMCTRL_SPEC
write(|w| ..) method takes timctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::csen::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::buctrl::BUCTRL_SPEC
write(|w| ..) method takes buctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::buctrl::BUCTRL_SPEC
write(|w| ..) method takes buctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::buctrl::BUCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::buctrl::BUCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC
write(|w| ..) method takes dcdcclimctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC
write(|w| ..) method takes dcdcclimctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdcclimctrl::DCDCCLIMCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdcctrl::DCDCCTRL_SPEC
write(|w| ..) method takes dcdcctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdcctrl::DCDCCTRL_SPEC
write(|w| ..) method takes dcdcctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdcctrl::DCDCCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdcctrl::DCDCCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC
write(|w| ..) method takes dcdclncompctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC
write(|w| ..) method takes dcdclncompctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclncompctrl::DCDCLNCOMPCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC
write(|w| ..) method takes dcdclnfreqctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC
write(|w| ..) method takes dcdclnfreqctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclnfreqctrl::DCDCLNFREQCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC
write(|w| ..) method takes dcdclnvctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC
write(|w| ..) method takes dcdclnvctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclnvctrl::DCDCLNVCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclpctrl::DCDCLPCTRL_SPEC
write(|w| ..) method takes dcdclpctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclpctrl::DCDCLPCTRL_SPEC
write(|w| ..) method takes dcdclpctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclpctrl::DCDCLPCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclpctrl::DCDCLPCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC
write(|w| ..) method takes dcdclpem01cfg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC
write(|w| ..) method takes dcdclpem01cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclpem01cfg::DCDCLPEM01CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC
write(|w| ..) method takes dcdclpvctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC
write(|w| ..) method takes dcdclpvctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdclpvctrl::DCDCLPVCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC
write(|w| ..) method takes dcdcmiscctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC
write(|w| ..) method takes dcdcmiscctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdcmiscctrl::DCDCMISCCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC
write(|w| ..) method takes dcdczdetctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC
write(|w| ..) method takes dcdczdetctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::dcdczdetctrl::DCDCZDETCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::em4ctrl::EM4CTRL_SPEC
write(|w| ..) method takes em4ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::em4ctrl::EM4CTRL_SPEC
write(|w| ..) method takes em4ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::em4ctrl::EM4CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::em4ctrl::EM4CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC
write(|w| ..) method takes em23pernoretaincmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC
write(|w| ..) method takes em23pernoretaincmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::em23pernoretaincmd::EM23PERNORETAINCMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC
write(|w| ..) method takes em23pernoretainctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC
write(|w| ..) method takes em23pernoretainctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::em23pernoretainctrl::EM23PERNORETAINCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::pwrctrl::PWRCTRL_SPEC
write(|w| ..) method takes pwrctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::pwrctrl::PWRCTRL_SPEC
write(|w| ..) method takes pwrctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::pwrctrl::PWRCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::pwrctrl::PWRCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::pwrlock::PWRLOCK_SPEC
write(|w| ..) method takes pwrlock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::pwrlock::PWRLOCK_SPEC
write(|w| ..) method takes pwrlock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::pwrlock::PWRLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::pwrlock::PWRLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ram0ctrl::RAM0CTRL_SPEC
write(|w| ..) method takes ram0ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::ram0ctrl::RAM0CTRL_SPEC
write(|w| ..) method takes ram0ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ram0ctrl::RAM0CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::ram0ctrl::RAM0CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::templimits::TEMPLIMITS_SPEC
write(|w| ..) method takes templimits::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::templimits::TEMPLIMITS_SPEC
write(|w| ..) method takes templimits::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::templimits::TEMPLIMITS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::templimits::TEMPLIMITS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC
write(|w| ..) method takes vmonaltavddctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC
write(|w| ..) method takes vmonaltavddctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmonaltavddctrl::VMONALTAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmonavddctrl::VMONAVDDCTRL_SPEC
write(|w| ..) method takes vmonavddctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmonavddctrl::VMONAVDDCTRL_SPEC
write(|w| ..) method takes vmonavddctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmonavddctrl::VMONAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmonavddctrl::VMONAVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC
write(|w| ..) method takes vmonbuvddctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC
write(|w| ..) method takes vmonbuvddctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmonbuvddctrl::VMONBUVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmondvddctrl::VMONDVDDCTRL_SPEC
write(|w| ..) method takes vmondvddctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmondvddctrl::VMONDVDDCTRL_SPEC
write(|w| ..) method takes vmondvddctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmondvddctrl::VMONDVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmondvddctrl::VMONDVDDCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmonio0ctrl::VMONIO0CTRL_SPEC
write(|w| ..) method takes vmonio0ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::emu::vmonio0ctrl::VMONIO0CTRL_SPEC
write(|w| ..) method takes vmonio0ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmonio0ctrl::VMONIO0CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::emu::vmonio0ctrl::VMONIO0CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::init::INIT_SPEC
write(|w| ..) method takes init::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::init::INIT_SPEC
write(|w| ..) method takes init::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::init::INIT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::init::INIT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::inputdata::INPUTDATA_SPEC
write(|w| ..) method takes inputdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::inputdata::INPUTDATA_SPEC
write(|w| ..) method takes inputdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::inputdata::INPUTDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::inputdata::INPUTDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC
write(|w| ..) method takes inputdatabyte::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC
write(|w| ..) method takes inputdatabyte::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::inputdatabyte::INPUTDATABYTE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC
write(|w| ..) method takes inputdatahword::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC
write(|w| ..) method takes inputdatahword::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::inputdatahword::INPUTDATAHWORD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::poly::POLY_SPEC
write(|w| ..) method takes poly::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpcrc::poly::POLY_SPEC
write(|w| ..) method takes poly::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::poly::POLY_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpcrc::poly::POLY_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extifall::EXTIFALL_SPEC
write(|w| ..) method takes extifall::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extifall::EXTIFALL_SPEC
write(|w| ..) method takes extifall::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extifall::EXTIFALL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extilevel::EXTILEVEL_SPEC
write(|w| ..) method takes extilevel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extilevel::EXTILEVEL_SPEC
write(|w| ..) method takes extilevel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extilevel::EXTILEVEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extilevel::EXTILEVEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extipinselh::EXTIPINSELH_SPEC
write(|w| ..) method takes extipinselh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extipinselh::EXTIPINSELH_SPEC
write(|w| ..) method takes extipinselh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extipinselh::EXTIPINSELH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extipinselh::EXTIPINSELH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extipinsell::EXTIPINSELL_SPEC
write(|w| ..) method takes extipinsell::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extipinsell::EXTIPINSELL_SPEC
write(|w| ..) method takes extipinsell::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extipinsell::EXTIPINSELL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extipinsell::EXTIPINSELL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extipselh::EXTIPSELH_SPEC
write(|w| ..) method takes extipselh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extipselh::EXTIPSELH_SPEC
write(|w| ..) method takes extipselh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extipselh::EXTIPSELH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extipsell::EXTIPSELL_SPEC
write(|w| ..) method takes extipsell::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extipsell::EXTIPSELL_SPEC
write(|w| ..) method takes extipsell::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extipsell::EXTIPSELL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extirise::EXTIRISE_SPEC
write(|w| ..) method takes extirise::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::extirise::EXTIRISE_SPEC
write(|w| ..) method takes extirise::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::extirise::EXTIRISE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::insense::INSENSE_SPEC
write(|w| ..) method takes insense::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::insense::INSENSE_SPEC
write(|w| ..) method takes insense::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::insense::INSENSE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_ctrl::PA_CTRL_SPEC
write(|w| ..) method takes pa_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_ctrl::PA_CTRL_SPEC
write(|w| ..) method takes pa_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_ctrl::PA_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_dout::PA_DOUT_SPEC
write(|w| ..) method takes pa_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_dout::PA_DOUT_SPEC
write(|w| ..) method takes pa_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_dout::PA_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_douttgl::PA_DOUTTGL_SPEC
write(|w| ..) method takes pa_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_douttgl::PA_DOUTTGL_SPEC
write(|w| ..) method takes pa_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_douttgl::PA_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_modeh::PA_MODEH_SPEC
write(|w| ..) method takes pa_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_modeh::PA_MODEH_SPEC
write(|w| ..) method takes pa_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_modeh::PA_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_model::PA_MODEL_SPEC
write(|w| ..) method takes pa_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_model::PA_MODEL_SPEC
write(|w| ..) method takes pa_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_model::PA_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_ovtdis::PA_OVTDIS_SPEC
write(|w| ..) method takes pa_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_ovtdis::PA_OVTDIS_SPEC
write(|w| ..) method takes pa_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_ovtdis::PA_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_ovtdis::PA_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_pinlockn::PA_PINLOCKN_SPEC
write(|w| ..) method takes pa_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pa_pinlockn::PA_PINLOCKN_SPEC
write(|w| ..) method takes pa_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pa_pinlockn::PA_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_ctrl::PB_CTRL_SPEC
write(|w| ..) method takes pb_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_ctrl::PB_CTRL_SPEC
write(|w| ..) method takes pb_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_ctrl::PB_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_dout::PB_DOUT_SPEC
write(|w| ..) method takes pb_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_dout::PB_DOUT_SPEC
write(|w| ..) method takes pb_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_dout::PB_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_douttgl::PB_DOUTTGL_SPEC
write(|w| ..) method takes pb_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_douttgl::PB_DOUTTGL_SPEC
write(|w| ..) method takes pb_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_douttgl::PB_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_modeh::PB_MODEH_SPEC
write(|w| ..) method takes pb_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_modeh::PB_MODEH_SPEC
write(|w| ..) method takes pb_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_modeh::PB_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_model::PB_MODEL_SPEC
write(|w| ..) method takes pb_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_model::PB_MODEL_SPEC
write(|w| ..) method takes pb_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_model::PB_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_ovtdis::PB_OVTDIS_SPEC
write(|w| ..) method takes pb_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_ovtdis::PB_OVTDIS_SPEC
write(|w| ..) method takes pb_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_ovtdis::PB_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_ovtdis::PB_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_pinlockn::PB_PINLOCKN_SPEC
write(|w| ..) method takes pb_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pb_pinlockn::PB_PINLOCKN_SPEC
write(|w| ..) method takes pb_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pb_pinlockn::PB_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_ctrl::PC_CTRL_SPEC
write(|w| ..) method takes pc_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_ctrl::PC_CTRL_SPEC
write(|w| ..) method takes pc_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_ctrl::PC_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_dout::PC_DOUT_SPEC
write(|w| ..) method takes pc_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_dout::PC_DOUT_SPEC
write(|w| ..) method takes pc_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_dout::PC_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_douttgl::PC_DOUTTGL_SPEC
write(|w| ..) method takes pc_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_douttgl::PC_DOUTTGL_SPEC
write(|w| ..) method takes pc_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_douttgl::PC_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_modeh::PC_MODEH_SPEC
write(|w| ..) method takes pc_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_modeh::PC_MODEH_SPEC
write(|w| ..) method takes pc_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_modeh::PC_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_model::PC_MODEL_SPEC
write(|w| ..) method takes pc_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_model::PC_MODEL_SPEC
write(|w| ..) method takes pc_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_model::PC_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_ovtdis::PC_OVTDIS_SPEC
write(|w| ..) method takes pc_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_ovtdis::PC_OVTDIS_SPEC
write(|w| ..) method takes pc_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_ovtdis::PC_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_ovtdis::PC_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_pinlockn::PC_PINLOCKN_SPEC
write(|w| ..) method takes pc_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pc_pinlockn::PC_PINLOCKN_SPEC
write(|w| ..) method takes pc_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pc_pinlockn::PC_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_ctrl::PD_CTRL_SPEC
write(|w| ..) method takes pd_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_ctrl::PD_CTRL_SPEC
write(|w| ..) method takes pd_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_ctrl::PD_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_dout::PD_DOUT_SPEC
write(|w| ..) method takes pd_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_dout::PD_DOUT_SPEC
write(|w| ..) method takes pd_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_dout::PD_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_douttgl::PD_DOUTTGL_SPEC
write(|w| ..) method takes pd_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_douttgl::PD_DOUTTGL_SPEC
write(|w| ..) method takes pd_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_douttgl::PD_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_modeh::PD_MODEH_SPEC
write(|w| ..) method takes pd_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_modeh::PD_MODEH_SPEC
write(|w| ..) method takes pd_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_modeh::PD_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_model::PD_MODEL_SPEC
write(|w| ..) method takes pd_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_model::PD_MODEL_SPEC
write(|w| ..) method takes pd_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_model::PD_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_ovtdis::PD_OVTDIS_SPEC
write(|w| ..) method takes pd_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_ovtdis::PD_OVTDIS_SPEC
write(|w| ..) method takes pd_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_ovtdis::PD_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_ovtdis::PD_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_pinlockn::PD_PINLOCKN_SPEC
write(|w| ..) method takes pd_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pd_pinlockn::PD_PINLOCKN_SPEC
write(|w| ..) method takes pd_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pd_pinlockn::PD_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_ctrl::PE_CTRL_SPEC
write(|w| ..) method takes pe_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_ctrl::PE_CTRL_SPEC
write(|w| ..) method takes pe_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_ctrl::PE_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_dout::PE_DOUT_SPEC
write(|w| ..) method takes pe_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_dout::PE_DOUT_SPEC
write(|w| ..) method takes pe_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_dout::PE_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_douttgl::PE_DOUTTGL_SPEC
write(|w| ..) method takes pe_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_douttgl::PE_DOUTTGL_SPEC
write(|w| ..) method takes pe_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_douttgl::PE_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_modeh::PE_MODEH_SPEC
write(|w| ..) method takes pe_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_modeh::PE_MODEH_SPEC
write(|w| ..) method takes pe_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_modeh::PE_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_model::PE_MODEL_SPEC
write(|w| ..) method takes pe_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_model::PE_MODEL_SPEC
write(|w| ..) method takes pe_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_model::PE_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_ovtdis::PE_OVTDIS_SPEC
write(|w| ..) method takes pe_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_ovtdis::PE_OVTDIS_SPEC
write(|w| ..) method takes pe_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_ovtdis::PE_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_ovtdis::PE_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_pinlockn::PE_PINLOCKN_SPEC
write(|w| ..) method takes pe_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pe_pinlockn::PE_PINLOCKN_SPEC
write(|w| ..) method takes pe_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pe_pinlockn::PE_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_ctrl::PF_CTRL_SPEC
write(|w| ..) method takes pf_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_ctrl::PF_CTRL_SPEC
write(|w| ..) method takes pf_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_ctrl::PF_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_dout::PF_DOUT_SPEC
write(|w| ..) method takes pf_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_dout::PF_DOUT_SPEC
write(|w| ..) method takes pf_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_dout::PF_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_douttgl::PF_DOUTTGL_SPEC
write(|w| ..) method takes pf_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_douttgl::PF_DOUTTGL_SPEC
write(|w| ..) method takes pf_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_douttgl::PF_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_modeh::PF_MODEH_SPEC
write(|w| ..) method takes pf_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_modeh::PF_MODEH_SPEC
write(|w| ..) method takes pf_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_modeh::PF_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_model::PF_MODEL_SPEC
write(|w| ..) method takes pf_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_model::PF_MODEL_SPEC
write(|w| ..) method takes pf_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_model::PF_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_ovtdis::PF_OVTDIS_SPEC
write(|w| ..) method takes pf_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_ovtdis::PF_OVTDIS_SPEC
write(|w| ..) method takes pf_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_ovtdis::PF_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_ovtdis::PF_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_pinlockn::PF_PINLOCKN_SPEC
write(|w| ..) method takes pf_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pf_pinlockn::PF_PINLOCKN_SPEC
write(|w| ..) method takes pf_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pf_pinlockn::PF_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_ctrl::PG_CTRL_SPEC
write(|w| ..) method takes pg_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_ctrl::PG_CTRL_SPEC
write(|w| ..) method takes pg_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_ctrl::PG_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_ctrl::PG_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_dout::PG_DOUT_SPEC
write(|w| ..) method takes pg_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_dout::PG_DOUT_SPEC
write(|w| ..) method takes pg_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_dout::PG_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_dout::PG_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_douttgl::PG_DOUTTGL_SPEC
write(|w| ..) method takes pg_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_douttgl::PG_DOUTTGL_SPEC
write(|w| ..) method takes pg_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_douttgl::PG_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_douttgl::PG_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_modeh::PG_MODEH_SPEC
write(|w| ..) method takes pg_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_modeh::PG_MODEH_SPEC
write(|w| ..) method takes pg_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_modeh::PG_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_modeh::PG_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_model::PG_MODEL_SPEC
write(|w| ..) method takes pg_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_model::PG_MODEL_SPEC
write(|w| ..) method takes pg_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_model::PG_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_model::PG_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_ovtdis::PG_OVTDIS_SPEC
write(|w| ..) method takes pg_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_ovtdis::PG_OVTDIS_SPEC
write(|w| ..) method takes pg_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_ovtdis::PG_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_ovtdis::PG_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_pinlockn::PG_PINLOCKN_SPEC
write(|w| ..) method takes pg_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pg_pinlockn::PG_PINLOCKN_SPEC
write(|w| ..) method takes pg_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_pinlockn::PG_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pg_pinlockn::PG_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_ctrl::PH_CTRL_SPEC
write(|w| ..) method takes ph_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_ctrl::PH_CTRL_SPEC
write(|w| ..) method takes ph_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_ctrl::PH_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_ctrl::PH_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_dout::PH_DOUT_SPEC
write(|w| ..) method takes ph_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_dout::PH_DOUT_SPEC
write(|w| ..) method takes ph_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_dout::PH_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_dout::PH_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_douttgl::PH_DOUTTGL_SPEC
write(|w| ..) method takes ph_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_douttgl::PH_DOUTTGL_SPEC
write(|w| ..) method takes ph_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_douttgl::PH_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_douttgl::PH_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_modeh::PH_MODEH_SPEC
write(|w| ..) method takes ph_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_modeh::PH_MODEH_SPEC
write(|w| ..) method takes ph_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_modeh::PH_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_modeh::PH_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_model::PH_MODEL_SPEC
write(|w| ..) method takes ph_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_model::PH_MODEL_SPEC
write(|w| ..) method takes ph_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_model::PH_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_model::PH_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_ovtdis::PH_OVTDIS_SPEC
write(|w| ..) method takes ph_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_ovtdis::PH_OVTDIS_SPEC
write(|w| ..) method takes ph_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_ovtdis::PH_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_ovtdis::PH_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_pinlockn::PH_PINLOCKN_SPEC
write(|w| ..) method takes ph_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::ph_pinlockn::PH_PINLOCKN_SPEC
write(|w| ..) method takes ph_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_pinlockn::PH_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::ph_pinlockn::PH_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_ctrl::PI_CTRL_SPEC
write(|w| ..) method takes pi_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_ctrl::PI_CTRL_SPEC
write(|w| ..) method takes pi_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_ctrl::PI_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_ctrl::PI_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_dout::PI_DOUT_SPEC
write(|w| ..) method takes pi_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_dout::PI_DOUT_SPEC
write(|w| ..) method takes pi_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_dout::PI_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_dout::PI_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_douttgl::PI_DOUTTGL_SPEC
write(|w| ..) method takes pi_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_douttgl::PI_DOUTTGL_SPEC
write(|w| ..) method takes pi_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_douttgl::PI_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_douttgl::PI_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_modeh::PI_MODEH_SPEC
write(|w| ..) method takes pi_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_modeh::PI_MODEH_SPEC
write(|w| ..) method takes pi_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_modeh::PI_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_modeh::PI_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_model::PI_MODEL_SPEC
write(|w| ..) method takes pi_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_model::PI_MODEL_SPEC
write(|w| ..) method takes pi_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_model::PI_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_model::PI_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_ovtdis::PI_OVTDIS_SPEC
write(|w| ..) method takes pi_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_ovtdis::PI_OVTDIS_SPEC
write(|w| ..) method takes pi_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_ovtdis::PI_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_ovtdis::PI_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_pinlockn::PI_PINLOCKN_SPEC
write(|w| ..) method takes pi_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pi_pinlockn::PI_PINLOCKN_SPEC
write(|w| ..) method takes pi_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_pinlockn::PI_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pi_pinlockn::PI_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_ctrl::PJ_CTRL_SPEC
write(|w| ..) method takes pj_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_ctrl::PJ_CTRL_SPEC
write(|w| ..) method takes pj_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_ctrl::PJ_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_ctrl::PJ_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_dout::PJ_DOUT_SPEC
write(|w| ..) method takes pj_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_dout::PJ_DOUT_SPEC
write(|w| ..) method takes pj_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_dout::PJ_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_dout::PJ_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_douttgl::PJ_DOUTTGL_SPEC
write(|w| ..) method takes pj_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_douttgl::PJ_DOUTTGL_SPEC
write(|w| ..) method takes pj_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_douttgl::PJ_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_douttgl::PJ_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_modeh::PJ_MODEH_SPEC
write(|w| ..) method takes pj_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_modeh::PJ_MODEH_SPEC
write(|w| ..) method takes pj_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_modeh::PJ_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_modeh::PJ_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_model::PJ_MODEL_SPEC
write(|w| ..) method takes pj_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_model::PJ_MODEL_SPEC
write(|w| ..) method takes pj_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_model::PJ_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_model::PJ_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_ovtdis::PJ_OVTDIS_SPEC
write(|w| ..) method takes pj_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_ovtdis::PJ_OVTDIS_SPEC
write(|w| ..) method takes pj_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_ovtdis::PJ_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_ovtdis::PJ_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC
write(|w| ..) method takes pj_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC
write(|w| ..) method takes pj_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pj_pinlockn::PJ_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_ctrl::PK_CTRL_SPEC
write(|w| ..) method takes pk_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_ctrl::PK_CTRL_SPEC
write(|w| ..) method takes pk_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_ctrl::PK_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_ctrl::PK_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_dout::PK_DOUT_SPEC
write(|w| ..) method takes pk_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_dout::PK_DOUT_SPEC
write(|w| ..) method takes pk_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_dout::PK_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_dout::PK_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_douttgl::PK_DOUTTGL_SPEC
write(|w| ..) method takes pk_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_douttgl::PK_DOUTTGL_SPEC
write(|w| ..) method takes pk_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_douttgl::PK_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_douttgl::PK_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_modeh::PK_MODEH_SPEC
write(|w| ..) method takes pk_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_modeh::PK_MODEH_SPEC
write(|w| ..) method takes pk_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_modeh::PK_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_modeh::PK_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_model::PK_MODEL_SPEC
write(|w| ..) method takes pk_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_model::PK_MODEL_SPEC
write(|w| ..) method takes pk_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_model::PK_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_model::PK_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_ovtdis::PK_OVTDIS_SPEC
write(|w| ..) method takes pk_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_ovtdis::PK_OVTDIS_SPEC
write(|w| ..) method takes pk_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_ovtdis::PK_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_ovtdis::PK_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_pinlockn::PK_PINLOCKN_SPEC
write(|w| ..) method takes pk_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pk_pinlockn::PK_PINLOCKN_SPEC
write(|w| ..) method takes pk_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_pinlockn::PK_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pk_pinlockn::PK_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_ctrl::PL_CTRL_SPEC
write(|w| ..) method takes pl_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_ctrl::PL_CTRL_SPEC
write(|w| ..) method takes pl_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_ctrl::PL_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_ctrl::PL_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_dout::PL_DOUT_SPEC
write(|w| ..) method takes pl_dout::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_dout::PL_DOUT_SPEC
write(|w| ..) method takes pl_dout::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_dout::PL_DOUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_dout::PL_DOUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_douttgl::PL_DOUTTGL_SPEC
write(|w| ..) method takes pl_douttgl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_douttgl::PL_DOUTTGL_SPEC
write(|w| ..) method takes pl_douttgl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_douttgl::PL_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_douttgl::PL_DOUTTGL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_modeh::PL_MODEH_SPEC
write(|w| ..) method takes pl_modeh::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_modeh::PL_MODEH_SPEC
write(|w| ..) method takes pl_modeh::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_modeh::PL_MODEH_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_modeh::PL_MODEH_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_model::PL_MODEL_SPEC
write(|w| ..) method takes pl_model::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_model::PL_MODEL_SPEC
write(|w| ..) method takes pl_model::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_model::PL_MODEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_model::PL_MODEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_ovtdis::PL_OVTDIS_SPEC
write(|w| ..) method takes pl_ovtdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_ovtdis::PL_OVTDIS_SPEC
write(|w| ..) method takes pl_ovtdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_ovtdis::PL_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_ovtdis::PL_OVTDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_pinlockn::PL_PINLOCKN_SPEC
write(|w| ..) method takes pl_pinlockn::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::pl_pinlockn::PL_PINLOCKN_SPEC
write(|w| ..) method takes pl_pinlockn::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_pinlockn::PL_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::pl_pinlockn::PL_PINLOCKN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::gpio::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::gpio::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::saddr::SADDR_SPEC
write(|w| ..) method takes saddr::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::saddr::SADDR_SPEC
write(|w| ..) method takes saddr::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::saddrmask::SADDRMASK_SPEC
write(|w| ..) method takes saddrmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::saddrmask::SADDRMASK_SPEC
write(|w| ..) method takes saddrmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::saddr::SADDR_SPEC
write(|w| ..) method takes saddr::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::saddr::SADDR_SPEC
write(|w| ..) method takes saddr::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::saddr::SADDR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::saddrmask::SADDRMASK_SPEC
write(|w| ..) method takes saddrmask::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::saddrmask::SADDRMASK_SPEC
write(|w| ..) method takes saddrmask::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::saddrmask::SADDRMASK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::i2c1::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::i2c1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for AREGA_SPEC
write(|w| ..) method takes arega::W writer structure
impl Writable for AREGA_SPEC
write(|w| ..) method takes arega::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::arega::AREGA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::arega::AREGA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for AREGB_SPEC
write(|w| ..) method takes aregb::W writer structure
impl Writable for AREGB_SPEC
write(|w| ..) method takes aregb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::aregb::AREGB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::aregb::AREGB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for BACTRL_SPEC
write(|w| ..) method takes bactrl::W writer structure
impl Writable for BACTRL_SPEC
write(|w| ..) method takes bactrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::bactrl::BACTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::bactrl::BACTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::biasctrl::BIASCTRL_SPEC
write(|w| ..) method takes biasctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::biasctrl::BIASCTRL_SPEC
write(|w| ..) method takes biasctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for DISPCTRL_SPEC
write(|w| ..) method takes dispctrl::W writer structure
impl Writable for DISPCTRL_SPEC
write(|w| ..) method takes dispctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::dispctrl::DISPCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::dispctrl::DISPCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for FRAMERATE_SPEC
write(|w| ..) method takes framerate::W writer structure
impl Writable for FRAMERATE_SPEC
write(|w| ..) method takes framerate::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::framerate::FRAMERATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::framerate::FRAMERATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lcd::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD0H_SPEC
write(|w| ..) method takes segd0h::W writer structure
impl Writable for SEGD0H_SPEC
write(|w| ..) method takes segd0h::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd0h::SEGD0H_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd0h::SEGD0H_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD0L_SPEC
write(|w| ..) method takes segd0l::W writer structure
impl Writable for SEGD0L_SPEC
write(|w| ..) method takes segd0l::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd0l::SEGD0L_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd0l::SEGD0L_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD1H_SPEC
write(|w| ..) method takes segd1h::W writer structure
impl Writable for SEGD1H_SPEC
write(|w| ..) method takes segd1h::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd1h::SEGD1H_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd1h::SEGD1H_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD1L_SPEC
write(|w| ..) method takes segd1l::W writer structure
impl Writable for SEGD1L_SPEC
write(|w| ..) method takes segd1l::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd1l::SEGD1L_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd1l::SEGD1L_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD2H_SPEC
write(|w| ..) method takes segd2h::W writer structure
impl Writable for SEGD2H_SPEC
write(|w| ..) method takes segd2h::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd2h::SEGD2H_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd2h::SEGD2H_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD2L_SPEC
write(|w| ..) method takes segd2l::W writer structure
impl Writable for SEGD2L_SPEC
write(|w| ..) method takes segd2l::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd2l::SEGD2L_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd2l::SEGD2L_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD3H_SPEC
write(|w| ..) method takes segd3h::W writer structure
impl Writable for SEGD3H_SPEC
write(|w| ..) method takes segd3h::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd3h::SEGD3H_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd3h::SEGD3H_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD3L_SPEC
write(|w| ..) method takes segd3l::W writer structure
impl Writable for SEGD3L_SPEC
write(|w| ..) method takes segd3l::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd3l::SEGD3L_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd3l::SEGD3L_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD4H_SPEC
write(|w| ..) method takes segd4h::W writer structure
impl Writable for SEGD4H_SPEC
write(|w| ..) method takes segd4h::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd4h::SEGD4H_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd4h::SEGD4H_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD4L_SPEC
write(|w| ..) method takes segd4l::W writer structure
impl Writable for SEGD4L_SPEC
write(|w| ..) method takes segd4l::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd4l::SEGD4L_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd4l::SEGD4L_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD5H_SPEC
write(|w| ..) method takes segd5h::W writer structure
impl Writable for SEGD5H_SPEC
write(|w| ..) method takes segd5h::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd5h::SEGD5H_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd5h::SEGD5H_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD5L_SPEC
write(|w| ..) method takes segd5l::W writer structure
impl Writable for SEGD5L_SPEC
write(|w| ..) method takes segd5l::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd5l::SEGD5L_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd5l::SEGD5L_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD6H_SPEC
write(|w| ..) method takes segd6h::W writer structure
impl Writable for SEGD6H_SPEC
write(|w| ..) method takes segd6h::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd6h::SEGD6H_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd6h::SEGD6H_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD6L_SPEC
write(|w| ..) method takes segd6l::W writer structure
impl Writable for SEGD6L_SPEC
write(|w| ..) method takes segd6l::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd6l::SEGD6L_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd6l::SEGD6L_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD7H_SPEC
write(|w| ..) method takes segd7h::W writer structure
impl Writable for SEGD7H_SPEC
write(|w| ..) method takes segd7h::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd7h::SEGD7H_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd7h::SEGD7H_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGD7L_SPEC
write(|w| ..) method takes segd7l::W writer structure
impl Writable for SEGD7L_SPEC
write(|w| ..) method takes segd7l::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd7l::SEGD7L_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segd7l::SEGD7L_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGEN2_SPEC
write(|w| ..) method takes segen2::W writer structure
impl Writable for SEGEN2_SPEC
write(|w| ..) method takes segen2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segen2::SEGEN2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segen2::SEGEN2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for SEGEN_SPEC
write(|w| ..) method takes segen::W writer structure
impl Writable for SEGEN_SPEC
write(|w| ..) method takes segen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segen::SEGEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lcd::segen::SEGEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH0_CFG_SPEC
write(|w| ..) method takes ch0_cfg::W writer structure
impl Writable for CH0_CFG_SPEC
write(|w| ..) method takes ch0_cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_cfg::CH0_CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_cfg::CH0_CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch0_ctrl::CH0_CTRL_SPEC
write(|w| ..) method takes ch0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch0_ctrl::CH0_CTRL_SPEC
write(|w| ..) method takes ch0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH0_DST_SPEC
write(|w| ..) method takes ch0_dst::W writer structure
impl Writable for CH0_DST_SPEC
write(|w| ..) method takes ch0_dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_dst::CH0_DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_dst::CH0_DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH0_LINK_SPEC
write(|w| ..) method takes ch0_link::W writer structure
impl Writable for CH0_LINK_SPEC
write(|w| ..) method takes ch0_link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_link::CH0_LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_link::CH0_LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH0_LOOP_SPEC
write(|w| ..) method takes ch0_loop::W writer structure
impl Writable for CH0_LOOP_SPEC
write(|w| ..) method takes ch0_loop::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_loop::CH0_LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_loop::CH0_LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH0_REQSEL_SPEC
write(|w| ..) method takes ch0_reqsel::W writer structure
impl Writable for CH0_REQSEL_SPEC
write(|w| ..) method takes ch0_reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_reqsel::CH0_REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_reqsel::CH0_REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH0_SRC_SPEC
write(|w| ..) method takes ch0_src::W writer structure
impl Writable for CH0_SRC_SPEC
write(|w| ..) method takes ch0_src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_src::CH0_SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch0_src::CH0_SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH1_CFG_SPEC
write(|w| ..) method takes ch1_cfg::W writer structure
impl Writable for CH1_CFG_SPEC
write(|w| ..) method takes ch1_cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_cfg::CH1_CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_cfg::CH1_CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch1_ctrl::CH1_CTRL_SPEC
write(|w| ..) method takes ch1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch1_ctrl::CH1_CTRL_SPEC
write(|w| ..) method takes ch1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH1_DST_SPEC
write(|w| ..) method takes ch1_dst::W writer structure
impl Writable for CH1_DST_SPEC
write(|w| ..) method takes ch1_dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_dst::CH1_DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_dst::CH1_DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH1_LINK_SPEC
write(|w| ..) method takes ch1_link::W writer structure
impl Writable for CH1_LINK_SPEC
write(|w| ..) method takes ch1_link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_link::CH1_LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_link::CH1_LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH1_LOOP_SPEC
write(|w| ..) method takes ch1_loop::W writer structure
impl Writable for CH1_LOOP_SPEC
write(|w| ..) method takes ch1_loop::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_loop::CH1_LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_loop::CH1_LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH1_REQSEL_SPEC
write(|w| ..) method takes ch1_reqsel::W writer structure
impl Writable for CH1_REQSEL_SPEC
write(|w| ..) method takes ch1_reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_reqsel::CH1_REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_reqsel::CH1_REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH1_SRC_SPEC
write(|w| ..) method takes ch1_src::W writer structure
impl Writable for CH1_SRC_SPEC
write(|w| ..) method takes ch1_src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_src::CH1_SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch1_src::CH1_SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH2_CFG_SPEC
write(|w| ..) method takes ch2_cfg::W writer structure
impl Writable for CH2_CFG_SPEC
write(|w| ..) method takes ch2_cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_cfg::CH2_CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_cfg::CH2_CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch2_ctrl::CH2_CTRL_SPEC
write(|w| ..) method takes ch2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch2_ctrl::CH2_CTRL_SPEC
write(|w| ..) method takes ch2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH2_DST_SPEC
write(|w| ..) method takes ch2_dst::W writer structure
impl Writable for CH2_DST_SPEC
write(|w| ..) method takes ch2_dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_dst::CH2_DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_dst::CH2_DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH2_LINK_SPEC
write(|w| ..) method takes ch2_link::W writer structure
impl Writable for CH2_LINK_SPEC
write(|w| ..) method takes ch2_link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_link::CH2_LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_link::CH2_LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH2_LOOP_SPEC
write(|w| ..) method takes ch2_loop::W writer structure
impl Writable for CH2_LOOP_SPEC
write(|w| ..) method takes ch2_loop::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_loop::CH2_LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_loop::CH2_LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH2_REQSEL_SPEC
write(|w| ..) method takes ch2_reqsel::W writer structure
impl Writable for CH2_REQSEL_SPEC
write(|w| ..) method takes ch2_reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_reqsel::CH2_REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_reqsel::CH2_REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH2_SRC_SPEC
write(|w| ..) method takes ch2_src::W writer structure
impl Writable for CH2_SRC_SPEC
write(|w| ..) method takes ch2_src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_src::CH2_SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch2_src::CH2_SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH3_CFG_SPEC
write(|w| ..) method takes ch3_cfg::W writer structure
impl Writable for CH3_CFG_SPEC
write(|w| ..) method takes ch3_cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_cfg::CH3_CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_cfg::CH3_CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch3_ctrl::CH3_CTRL_SPEC
write(|w| ..) method takes ch3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch3_ctrl::CH3_CTRL_SPEC
write(|w| ..) method takes ch3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH3_DST_SPEC
write(|w| ..) method takes ch3_dst::W writer structure
impl Writable for CH3_DST_SPEC
write(|w| ..) method takes ch3_dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_dst::CH3_DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_dst::CH3_DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH3_LINK_SPEC
write(|w| ..) method takes ch3_link::W writer structure
impl Writable for CH3_LINK_SPEC
write(|w| ..) method takes ch3_link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_link::CH3_LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_link::CH3_LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH3_LOOP_SPEC
write(|w| ..) method takes ch3_loop::W writer structure
impl Writable for CH3_LOOP_SPEC
write(|w| ..) method takes ch3_loop::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_loop::CH3_LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_loop::CH3_LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH3_REQSEL_SPEC
write(|w| ..) method takes ch3_reqsel::W writer structure
impl Writable for CH3_REQSEL_SPEC
write(|w| ..) method takes ch3_reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_reqsel::CH3_REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_reqsel::CH3_REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH3_SRC_SPEC
write(|w| ..) method takes ch3_src::W writer structure
impl Writable for CH3_SRC_SPEC
write(|w| ..) method takes ch3_src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_src::CH3_SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch3_src::CH3_SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH4_CFG_SPEC
write(|w| ..) method takes ch4_cfg::W writer structure
impl Writable for CH4_CFG_SPEC
write(|w| ..) method takes ch4_cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_cfg::CH4_CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_cfg::CH4_CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch4_ctrl::CH4_CTRL_SPEC
write(|w| ..) method takes ch4_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch4_ctrl::CH4_CTRL_SPEC
write(|w| ..) method takes ch4_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH4_DST_SPEC
write(|w| ..) method takes ch4_dst::W writer structure
impl Writable for CH4_DST_SPEC
write(|w| ..) method takes ch4_dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_dst::CH4_DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_dst::CH4_DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH4_LINK_SPEC
write(|w| ..) method takes ch4_link::W writer structure
impl Writable for CH4_LINK_SPEC
write(|w| ..) method takes ch4_link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_link::CH4_LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_link::CH4_LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH4_LOOP_SPEC
write(|w| ..) method takes ch4_loop::W writer structure
impl Writable for CH4_LOOP_SPEC
write(|w| ..) method takes ch4_loop::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_loop::CH4_LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_loop::CH4_LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH4_REQSEL_SPEC
write(|w| ..) method takes ch4_reqsel::W writer structure
impl Writable for CH4_REQSEL_SPEC
write(|w| ..) method takes ch4_reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_reqsel::CH4_REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_reqsel::CH4_REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH4_SRC_SPEC
write(|w| ..) method takes ch4_src::W writer structure
impl Writable for CH4_SRC_SPEC
write(|w| ..) method takes ch4_src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_src::CH4_SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch4_src::CH4_SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH5_CFG_SPEC
write(|w| ..) method takes ch5_cfg::W writer structure
impl Writable for CH5_CFG_SPEC
write(|w| ..) method takes ch5_cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_cfg::CH5_CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_cfg::CH5_CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch5_ctrl::CH5_CTRL_SPEC
write(|w| ..) method takes ch5_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch5_ctrl::CH5_CTRL_SPEC
write(|w| ..) method takes ch5_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH5_DST_SPEC
write(|w| ..) method takes ch5_dst::W writer structure
impl Writable for CH5_DST_SPEC
write(|w| ..) method takes ch5_dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_dst::CH5_DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_dst::CH5_DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH5_LINK_SPEC
write(|w| ..) method takes ch5_link::W writer structure
impl Writable for CH5_LINK_SPEC
write(|w| ..) method takes ch5_link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_link::CH5_LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_link::CH5_LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH5_LOOP_SPEC
write(|w| ..) method takes ch5_loop::W writer structure
impl Writable for CH5_LOOP_SPEC
write(|w| ..) method takes ch5_loop::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_loop::CH5_LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_loop::CH5_LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH5_REQSEL_SPEC
write(|w| ..) method takes ch5_reqsel::W writer structure
impl Writable for CH5_REQSEL_SPEC
write(|w| ..) method takes ch5_reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_reqsel::CH5_REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_reqsel::CH5_REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH5_SRC_SPEC
write(|w| ..) method takes ch5_src::W writer structure
impl Writable for CH5_SRC_SPEC
write(|w| ..) method takes ch5_src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_src::CH5_SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch5_src::CH5_SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH6_CFG_SPEC
write(|w| ..) method takes ch6_cfg::W writer structure
impl Writable for CH6_CFG_SPEC
write(|w| ..) method takes ch6_cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_cfg::CH6_CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_cfg::CH6_CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch6_ctrl::CH6_CTRL_SPEC
write(|w| ..) method takes ch6_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch6_ctrl::CH6_CTRL_SPEC
write(|w| ..) method takes ch6_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH6_DST_SPEC
write(|w| ..) method takes ch6_dst::W writer structure
impl Writable for CH6_DST_SPEC
write(|w| ..) method takes ch6_dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_dst::CH6_DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_dst::CH6_DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH6_LINK_SPEC
write(|w| ..) method takes ch6_link::W writer structure
impl Writable for CH6_LINK_SPEC
write(|w| ..) method takes ch6_link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_link::CH6_LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_link::CH6_LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH6_LOOP_SPEC
write(|w| ..) method takes ch6_loop::W writer structure
impl Writable for CH6_LOOP_SPEC
write(|w| ..) method takes ch6_loop::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_loop::CH6_LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_loop::CH6_LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH6_REQSEL_SPEC
write(|w| ..) method takes ch6_reqsel::W writer structure
impl Writable for CH6_REQSEL_SPEC
write(|w| ..) method takes ch6_reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_reqsel::CH6_REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_reqsel::CH6_REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH6_SRC_SPEC
write(|w| ..) method takes ch6_src::W writer structure
impl Writable for CH6_SRC_SPEC
write(|w| ..) method takes ch6_src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_src::CH6_SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch6_src::CH6_SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH7_CFG_SPEC
write(|w| ..) method takes ch7_cfg::W writer structure
impl Writable for CH7_CFG_SPEC
write(|w| ..) method takes ch7_cfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_cfg::CH7_CFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_cfg::CH7_CFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch7_ctrl::CH7_CTRL_SPEC
write(|w| ..) method takes ch7_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ch7_ctrl::CH7_CTRL_SPEC
write(|w| ..) method takes ch7_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH7_DST_SPEC
write(|w| ..) method takes ch7_dst::W writer structure
impl Writable for CH7_DST_SPEC
write(|w| ..) method takes ch7_dst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_dst::CH7_DST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_dst::CH7_DST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH7_LINK_SPEC
write(|w| ..) method takes ch7_link::W writer structure
impl Writable for CH7_LINK_SPEC
write(|w| ..) method takes ch7_link::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_link::CH7_LINK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_link::CH7_LINK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH7_LOOP_SPEC
write(|w| ..) method takes ch7_loop::W writer structure
impl Writable for CH7_LOOP_SPEC
write(|w| ..) method takes ch7_loop::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_loop::CH7_LOOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_loop::CH7_LOOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH7_REQSEL_SPEC
write(|w| ..) method takes ch7_reqsel::W writer structure
impl Writable for CH7_REQSEL_SPEC
write(|w| ..) method takes ch7_reqsel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_reqsel::CH7_REQSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_reqsel::CH7_REQSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for CH7_SRC_SPEC
write(|w| ..) method takes ch7_src::W writer structure
impl Writable for CH7_SRC_SPEC
write(|w| ..) method takes ch7_src::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_src::CH7_SRC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ch7_src::CH7_SRC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::chdone::CHDONE_SPEC
write(|w| ..) method takes chdone::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::chdone::CHDONE_SPEC
write(|w| ..) method takes chdone::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::chdone::CHDONE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::chdone::CHDONE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::chen::CHEN_SPEC
write(|w| ..) method takes chen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::chen::CHEN_SPEC
write(|w| ..) method takes chen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::dbghalt::DBGHALT_SPEC
write(|w| ..) method takes dbghalt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::dbghalt::DBGHALT_SPEC
write(|w| ..) method takes dbghalt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::dbghalt::DBGHALT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::dbghalt::DBGHALT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::linkload::LINKLOAD_SPEC
write(|w| ..) method takes linkload::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::linkload::LINKLOAD_SPEC
write(|w| ..) method takes linkload::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::linkload::LINKLOAD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::linkload::LINKLOAD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::reqclear::REQCLEAR_SPEC
write(|w| ..) method takes reqclear::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::reqclear::REQCLEAR_SPEC
write(|w| ..) method takes reqclear::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::reqclear::REQCLEAR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::reqclear::REQCLEAR_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::reqdis::REQDIS_SPEC
write(|w| ..) method takes reqdis::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::reqdis::REQDIS_SPEC
write(|w| ..) method takes reqdis::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::reqdis::REQDIS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::reqdis::REQDIS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::swreq::SWREQ_SPEC
write(|w| ..) method takes swreq::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::swreq::SWREQ_SPEC
write(|w| ..) method takes swreq::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::swreq::SWREQ_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::swreq::SWREQ_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::sync::SYNC_SPEC
write(|w| ..) method takes sync::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::ldma::sync::SYNC_SPEC
write(|w| ..) method takes sync::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::sync::SYNC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::ldma::sync::SYNC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::altexconf::ALTEXCONF_SPEC
write(|w| ..) method takes altexconf::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::altexconf::ALTEXCONF_SPEC
write(|w| ..) method takes altexconf::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::altexconf::ALTEXCONF_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::altexconf::ALTEXCONF_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::biasctrl::BIASCTRL_SPEC
write(|w| ..) method takes biasctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::biasctrl::BIASCTRL_SPEC
write(|w| ..) method takes biasctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::biasctrl::BIASCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf0_data::BUF0_DATA_SPEC
write(|w| ..) method takes buf0_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf0_data::BUF0_DATA_SPEC
write(|w| ..) method takes buf0_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf0_data::BUF0_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf0_data::BUF0_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf1_data::BUF1_DATA_SPEC
write(|w| ..) method takes buf1_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf1_data::BUF1_DATA_SPEC
write(|w| ..) method takes buf1_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf1_data::BUF1_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf1_data::BUF1_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf2_data::BUF2_DATA_SPEC
write(|w| ..) method takes buf2_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf2_data::BUF2_DATA_SPEC
write(|w| ..) method takes buf2_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf2_data::BUF2_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf2_data::BUF2_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf3_data::BUF3_DATA_SPEC
write(|w| ..) method takes buf3_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf3_data::BUF3_DATA_SPEC
write(|w| ..) method takes buf3_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf3_data::BUF3_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf3_data::BUF3_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf4_data::BUF4_DATA_SPEC
write(|w| ..) method takes buf4_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf4_data::BUF4_DATA_SPEC
write(|w| ..) method takes buf4_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf4_data::BUF4_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf4_data::BUF4_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf5_data::BUF5_DATA_SPEC
write(|w| ..) method takes buf5_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf5_data::BUF5_DATA_SPEC
write(|w| ..) method takes buf5_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf5_data::BUF5_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf5_data::BUF5_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf6_data::BUF6_DATA_SPEC
write(|w| ..) method takes buf6_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf6_data::BUF6_DATA_SPEC
write(|w| ..) method takes buf6_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf6_data::BUF6_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf6_data::BUF6_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf7_data::BUF7_DATA_SPEC
write(|w| ..) method takes buf7_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf7_data::BUF7_DATA_SPEC
write(|w| ..) method takes buf7_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf7_data::BUF7_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf7_data::BUF7_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf8_data::BUF8_DATA_SPEC
write(|w| ..) method takes buf8_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf8_data::BUF8_DATA_SPEC
write(|w| ..) method takes buf8_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf8_data::BUF8_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf8_data::BUF8_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf9_data::BUF9_DATA_SPEC
write(|w| ..) method takes buf9_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf9_data::BUF9_DATA_SPEC
write(|w| ..) method takes buf9_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf9_data::BUF9_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf9_data::BUF9_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf10_data::BUF10_DATA_SPEC
write(|w| ..) method takes buf10_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf10_data::BUF10_DATA_SPEC
write(|w| ..) method takes buf10_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf10_data::BUF10_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf10_data::BUF10_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf11_data::BUF11_DATA_SPEC
write(|w| ..) method takes buf11_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf11_data::BUF11_DATA_SPEC
write(|w| ..) method takes buf11_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf11_data::BUF11_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf11_data::BUF11_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf12_data::BUF12_DATA_SPEC
write(|w| ..) method takes buf12_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf12_data::BUF12_DATA_SPEC
write(|w| ..) method takes buf12_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf12_data::BUF12_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf12_data::BUF12_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf13_data::BUF13_DATA_SPEC
write(|w| ..) method takes buf13_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf13_data::BUF13_DATA_SPEC
write(|w| ..) method takes buf13_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf13_data::BUF13_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf13_data::BUF13_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf14_data::BUF14_DATA_SPEC
write(|w| ..) method takes buf14_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf14_data::BUF14_DATA_SPEC
write(|w| ..) method takes buf14_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf14_data::BUF14_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf14_data::BUF14_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf15_data::BUF15_DATA_SPEC
write(|w| ..) method takes buf15_data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::buf15_data::BUF15_DATA_SPEC
write(|w| ..) method takes buf15_data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf15_data::BUF15_DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::buf15_data::BUF15_DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch0_eval::CH0_EVAL_SPEC
write(|w| ..) method takes ch0_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch0_eval::CH0_EVAL_SPEC
write(|w| ..) method takes ch0_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch0_eval::CH0_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch0_eval::CH0_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch0_interact::CH0_INTERACT_SPEC
write(|w| ..) method takes ch0_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch0_interact::CH0_INTERACT_SPEC
write(|w| ..) method takes ch0_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch0_interact::CH0_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch0_interact::CH0_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch0_timing::CH0_TIMING_SPEC
write(|w| ..) method takes ch0_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch0_timing::CH0_TIMING_SPEC
write(|w| ..) method takes ch0_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch0_timing::CH0_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch0_timing::CH0_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch1_eval::CH1_EVAL_SPEC
write(|w| ..) method takes ch1_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch1_eval::CH1_EVAL_SPEC
write(|w| ..) method takes ch1_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch1_eval::CH1_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch1_eval::CH1_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch1_interact::CH1_INTERACT_SPEC
write(|w| ..) method takes ch1_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch1_interact::CH1_INTERACT_SPEC
write(|w| ..) method takes ch1_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch1_interact::CH1_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch1_interact::CH1_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch1_timing::CH1_TIMING_SPEC
write(|w| ..) method takes ch1_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch1_timing::CH1_TIMING_SPEC
write(|w| ..) method takes ch1_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch1_timing::CH1_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch1_timing::CH1_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch2_eval::CH2_EVAL_SPEC
write(|w| ..) method takes ch2_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch2_eval::CH2_EVAL_SPEC
write(|w| ..) method takes ch2_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch2_eval::CH2_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch2_eval::CH2_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch2_interact::CH2_INTERACT_SPEC
write(|w| ..) method takes ch2_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch2_interact::CH2_INTERACT_SPEC
write(|w| ..) method takes ch2_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch2_interact::CH2_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch2_interact::CH2_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch2_timing::CH2_TIMING_SPEC
write(|w| ..) method takes ch2_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch2_timing::CH2_TIMING_SPEC
write(|w| ..) method takes ch2_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch2_timing::CH2_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch2_timing::CH2_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch3_eval::CH3_EVAL_SPEC
write(|w| ..) method takes ch3_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch3_eval::CH3_EVAL_SPEC
write(|w| ..) method takes ch3_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch3_eval::CH3_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch3_eval::CH3_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch3_interact::CH3_INTERACT_SPEC
write(|w| ..) method takes ch3_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch3_interact::CH3_INTERACT_SPEC
write(|w| ..) method takes ch3_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch3_interact::CH3_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch3_interact::CH3_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch3_timing::CH3_TIMING_SPEC
write(|w| ..) method takes ch3_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch3_timing::CH3_TIMING_SPEC
write(|w| ..) method takes ch3_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch3_timing::CH3_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch3_timing::CH3_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch4_eval::CH4_EVAL_SPEC
write(|w| ..) method takes ch4_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch4_eval::CH4_EVAL_SPEC
write(|w| ..) method takes ch4_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch4_eval::CH4_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch4_eval::CH4_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch4_interact::CH4_INTERACT_SPEC
write(|w| ..) method takes ch4_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch4_interact::CH4_INTERACT_SPEC
write(|w| ..) method takes ch4_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch4_interact::CH4_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch4_interact::CH4_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch4_timing::CH4_TIMING_SPEC
write(|w| ..) method takes ch4_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch4_timing::CH4_TIMING_SPEC
write(|w| ..) method takes ch4_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch4_timing::CH4_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch4_timing::CH4_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch5_eval::CH5_EVAL_SPEC
write(|w| ..) method takes ch5_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch5_eval::CH5_EVAL_SPEC
write(|w| ..) method takes ch5_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch5_eval::CH5_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch5_eval::CH5_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch5_interact::CH5_INTERACT_SPEC
write(|w| ..) method takes ch5_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch5_interact::CH5_INTERACT_SPEC
write(|w| ..) method takes ch5_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch5_interact::CH5_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch5_interact::CH5_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch5_timing::CH5_TIMING_SPEC
write(|w| ..) method takes ch5_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch5_timing::CH5_TIMING_SPEC
write(|w| ..) method takes ch5_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch5_timing::CH5_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch5_timing::CH5_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch6_eval::CH6_EVAL_SPEC
write(|w| ..) method takes ch6_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch6_eval::CH6_EVAL_SPEC
write(|w| ..) method takes ch6_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch6_eval::CH6_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch6_eval::CH6_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch6_interact::CH6_INTERACT_SPEC
write(|w| ..) method takes ch6_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch6_interact::CH6_INTERACT_SPEC
write(|w| ..) method takes ch6_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch6_interact::CH6_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch6_interact::CH6_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch6_timing::CH6_TIMING_SPEC
write(|w| ..) method takes ch6_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch6_timing::CH6_TIMING_SPEC
write(|w| ..) method takes ch6_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch6_timing::CH6_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch6_timing::CH6_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch7_eval::CH7_EVAL_SPEC
write(|w| ..) method takes ch7_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch7_eval::CH7_EVAL_SPEC
write(|w| ..) method takes ch7_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch7_eval::CH7_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch7_eval::CH7_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch7_interact::CH7_INTERACT_SPEC
write(|w| ..) method takes ch7_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch7_interact::CH7_INTERACT_SPEC
write(|w| ..) method takes ch7_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch7_interact::CH7_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch7_interact::CH7_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch7_timing::CH7_TIMING_SPEC
write(|w| ..) method takes ch7_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch7_timing::CH7_TIMING_SPEC
write(|w| ..) method takes ch7_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch7_timing::CH7_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch7_timing::CH7_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch8_eval::CH8_EVAL_SPEC
write(|w| ..) method takes ch8_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch8_eval::CH8_EVAL_SPEC
write(|w| ..) method takes ch8_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch8_eval::CH8_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch8_eval::CH8_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch8_interact::CH8_INTERACT_SPEC
write(|w| ..) method takes ch8_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch8_interact::CH8_INTERACT_SPEC
write(|w| ..) method takes ch8_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch8_interact::CH8_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch8_interact::CH8_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch8_timing::CH8_TIMING_SPEC
write(|w| ..) method takes ch8_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch8_timing::CH8_TIMING_SPEC
write(|w| ..) method takes ch8_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch8_timing::CH8_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch8_timing::CH8_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch9_eval::CH9_EVAL_SPEC
write(|w| ..) method takes ch9_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch9_eval::CH9_EVAL_SPEC
write(|w| ..) method takes ch9_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch9_eval::CH9_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch9_eval::CH9_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch9_interact::CH9_INTERACT_SPEC
write(|w| ..) method takes ch9_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch9_interact::CH9_INTERACT_SPEC
write(|w| ..) method takes ch9_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch9_interact::CH9_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch9_interact::CH9_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch9_timing::CH9_TIMING_SPEC
write(|w| ..) method takes ch9_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch9_timing::CH9_TIMING_SPEC
write(|w| ..) method takes ch9_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch9_timing::CH9_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch9_timing::CH9_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch10_eval::CH10_EVAL_SPEC
write(|w| ..) method takes ch10_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch10_eval::CH10_EVAL_SPEC
write(|w| ..) method takes ch10_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch10_eval::CH10_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch10_eval::CH10_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch10_interact::CH10_INTERACT_SPEC
write(|w| ..) method takes ch10_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch10_interact::CH10_INTERACT_SPEC
write(|w| ..) method takes ch10_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch10_interact::CH10_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch10_interact::CH10_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch10_timing::CH10_TIMING_SPEC
write(|w| ..) method takes ch10_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch10_timing::CH10_TIMING_SPEC
write(|w| ..) method takes ch10_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch10_timing::CH10_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch10_timing::CH10_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch11_eval::CH11_EVAL_SPEC
write(|w| ..) method takes ch11_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch11_eval::CH11_EVAL_SPEC
write(|w| ..) method takes ch11_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch11_eval::CH11_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch11_eval::CH11_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch11_interact::CH11_INTERACT_SPEC
write(|w| ..) method takes ch11_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch11_interact::CH11_INTERACT_SPEC
write(|w| ..) method takes ch11_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch11_interact::CH11_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch11_interact::CH11_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch11_timing::CH11_TIMING_SPEC
write(|w| ..) method takes ch11_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch11_timing::CH11_TIMING_SPEC
write(|w| ..) method takes ch11_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch11_timing::CH11_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch11_timing::CH11_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch12_eval::CH12_EVAL_SPEC
write(|w| ..) method takes ch12_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch12_eval::CH12_EVAL_SPEC
write(|w| ..) method takes ch12_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch12_eval::CH12_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch12_eval::CH12_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch12_interact::CH12_INTERACT_SPEC
write(|w| ..) method takes ch12_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch12_interact::CH12_INTERACT_SPEC
write(|w| ..) method takes ch12_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch12_interact::CH12_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch12_interact::CH12_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch12_timing::CH12_TIMING_SPEC
write(|w| ..) method takes ch12_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch12_timing::CH12_TIMING_SPEC
write(|w| ..) method takes ch12_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch12_timing::CH12_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch12_timing::CH12_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch13_eval::CH13_EVAL_SPEC
write(|w| ..) method takes ch13_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch13_eval::CH13_EVAL_SPEC
write(|w| ..) method takes ch13_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch13_eval::CH13_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch13_eval::CH13_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch13_interact::CH13_INTERACT_SPEC
write(|w| ..) method takes ch13_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch13_interact::CH13_INTERACT_SPEC
write(|w| ..) method takes ch13_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch13_interact::CH13_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch13_interact::CH13_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch13_timing::CH13_TIMING_SPEC
write(|w| ..) method takes ch13_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch13_timing::CH13_TIMING_SPEC
write(|w| ..) method takes ch13_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch13_timing::CH13_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch13_timing::CH13_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch14_eval::CH14_EVAL_SPEC
write(|w| ..) method takes ch14_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch14_eval::CH14_EVAL_SPEC
write(|w| ..) method takes ch14_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch14_eval::CH14_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch14_eval::CH14_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch14_interact::CH14_INTERACT_SPEC
write(|w| ..) method takes ch14_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch14_interact::CH14_INTERACT_SPEC
write(|w| ..) method takes ch14_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch14_interact::CH14_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch14_interact::CH14_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch14_timing::CH14_TIMING_SPEC
write(|w| ..) method takes ch14_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch14_timing::CH14_TIMING_SPEC
write(|w| ..) method takes ch14_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch14_timing::CH14_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch14_timing::CH14_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch15_eval::CH15_EVAL_SPEC
write(|w| ..) method takes ch15_eval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch15_eval::CH15_EVAL_SPEC
write(|w| ..) method takes ch15_eval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch15_eval::CH15_EVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch15_eval::CH15_EVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch15_interact::CH15_INTERACT_SPEC
write(|w| ..) method takes ch15_interact::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch15_interact::CH15_INTERACT_SPEC
write(|w| ..) method takes ch15_interact::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch15_interact::CH15_INTERACT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch15_interact::CH15_INTERACT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch15_timing::CH15_TIMING_SPEC
write(|w| ..) method takes ch15_timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ch15_timing::CH15_TIMING_SPEC
write(|w| ..) method takes ch15_timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch15_timing::CH15_TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ch15_timing::CH15_TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::chen::CHEN_SPEC
write(|w| ..) method takes chen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::chen::CHEN_SPEC
write(|w| ..) method takes chen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::chen::CHEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::decctrl::DECCTRL_SPEC
write(|w| ..) method takes decctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::decctrl::DECCTRL_SPEC
write(|w| ..) method takes decctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::decctrl::DECCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::decctrl::DECCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::decstate::DECSTATE_SPEC
write(|w| ..) method takes decstate::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::decstate::DECSTATE_SPEC
write(|w| ..) method takes decstate::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::decstate::DECSTATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::decstate::DECSTATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::evalctrl::EVALCTRL_SPEC
write(|w| ..) method takes evalctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::evalctrl::EVALCTRL_SPEC
write(|w| ..) method takes evalctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::evalctrl::EVALCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::evalctrl::EVALCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::idleconf::IDLECONF_SPEC
write(|w| ..) method takes idleconf::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::idleconf::IDLECONF_SPEC
write(|w| ..) method takes idleconf::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::idleconf::IDLECONF_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::idleconf::IDLECONF_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::perctrl::PERCTRL_SPEC
write(|w| ..) method takes perctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::perctrl::PERCTRL_SPEC
write(|w| ..) method takes perctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::perctrl::PERCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::perctrl::PERCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::prsctrl::PRSCTRL_SPEC
write(|w| ..) method takes prsctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::prsctrl::PRSCTRL_SPEC
write(|w| ..) method takes prsctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::prsctrl::PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::prsctrl::PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::scanres::SCANRES_SPEC
write(|w| ..) method takes scanres::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::scanres::SCANRES_SPEC
write(|w| ..) method takes scanres::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::scanres::SCANRES_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::scanres::SCANRES_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::sensorstate::SENSORSTATE_SPEC
write(|w| ..) method takes sensorstate::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::sensorstate::SENSORSTATE_SPEC
write(|w| ..) method takes sensorstate::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::sensorstate::SENSORSTATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::sensorstate::SENSORSTATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st0_tconfa::ST0_TCONFA_SPEC
write(|w| ..) method takes st0_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st0_tconfa::ST0_TCONFA_SPEC
write(|w| ..) method takes st0_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st0_tconfa::ST0_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st0_tconfa::ST0_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st0_tconfb::ST0_TCONFB_SPEC
write(|w| ..) method takes st0_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st0_tconfb::ST0_TCONFB_SPEC
write(|w| ..) method takes st0_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st0_tconfb::ST0_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st0_tconfb::ST0_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st1_tconfa::ST1_TCONFA_SPEC
write(|w| ..) method takes st1_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st1_tconfa::ST1_TCONFA_SPEC
write(|w| ..) method takes st1_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st1_tconfa::ST1_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st1_tconfa::ST1_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st1_tconfb::ST1_TCONFB_SPEC
write(|w| ..) method takes st1_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st1_tconfb::ST1_TCONFB_SPEC
write(|w| ..) method takes st1_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st1_tconfb::ST1_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st1_tconfb::ST1_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st2_tconfa::ST2_TCONFA_SPEC
write(|w| ..) method takes st2_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st2_tconfa::ST2_TCONFA_SPEC
write(|w| ..) method takes st2_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st2_tconfa::ST2_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st2_tconfa::ST2_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st2_tconfb::ST2_TCONFB_SPEC
write(|w| ..) method takes st2_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st2_tconfb::ST2_TCONFB_SPEC
write(|w| ..) method takes st2_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st2_tconfb::ST2_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st2_tconfb::ST2_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st3_tconfa::ST3_TCONFA_SPEC
write(|w| ..) method takes st3_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st3_tconfa::ST3_TCONFA_SPEC
write(|w| ..) method takes st3_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st3_tconfa::ST3_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st3_tconfa::ST3_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st3_tconfb::ST3_TCONFB_SPEC
write(|w| ..) method takes st3_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st3_tconfb::ST3_TCONFB_SPEC
write(|w| ..) method takes st3_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st3_tconfb::ST3_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st3_tconfb::ST3_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st4_tconfa::ST4_TCONFA_SPEC
write(|w| ..) method takes st4_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st4_tconfa::ST4_TCONFA_SPEC
write(|w| ..) method takes st4_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st4_tconfa::ST4_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st4_tconfa::ST4_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st4_tconfb::ST4_TCONFB_SPEC
write(|w| ..) method takes st4_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st4_tconfb::ST4_TCONFB_SPEC
write(|w| ..) method takes st4_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st4_tconfb::ST4_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st4_tconfb::ST4_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st5_tconfa::ST5_TCONFA_SPEC
write(|w| ..) method takes st5_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st5_tconfa::ST5_TCONFA_SPEC
write(|w| ..) method takes st5_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st5_tconfa::ST5_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st5_tconfa::ST5_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st5_tconfb::ST5_TCONFB_SPEC
write(|w| ..) method takes st5_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st5_tconfb::ST5_TCONFB_SPEC
write(|w| ..) method takes st5_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st5_tconfb::ST5_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st5_tconfb::ST5_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st6_tconfa::ST6_TCONFA_SPEC
write(|w| ..) method takes st6_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st6_tconfa::ST6_TCONFA_SPEC
write(|w| ..) method takes st6_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st6_tconfa::ST6_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st6_tconfa::ST6_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st6_tconfb::ST6_TCONFB_SPEC
write(|w| ..) method takes st6_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st6_tconfb::ST6_TCONFB_SPEC
write(|w| ..) method takes st6_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st6_tconfb::ST6_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st6_tconfb::ST6_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st7_tconfa::ST7_TCONFA_SPEC
write(|w| ..) method takes st7_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st7_tconfa::ST7_TCONFA_SPEC
write(|w| ..) method takes st7_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st7_tconfa::ST7_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st7_tconfa::ST7_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st7_tconfb::ST7_TCONFB_SPEC
write(|w| ..) method takes st7_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st7_tconfb::ST7_TCONFB_SPEC
write(|w| ..) method takes st7_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st7_tconfb::ST7_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st7_tconfb::ST7_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st8_tconfa::ST8_TCONFA_SPEC
write(|w| ..) method takes st8_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st8_tconfa::ST8_TCONFA_SPEC
write(|w| ..) method takes st8_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st8_tconfa::ST8_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st8_tconfa::ST8_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st8_tconfb::ST8_TCONFB_SPEC
write(|w| ..) method takes st8_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st8_tconfb::ST8_TCONFB_SPEC
write(|w| ..) method takes st8_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st8_tconfb::ST8_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st8_tconfb::ST8_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st9_tconfa::ST9_TCONFA_SPEC
write(|w| ..) method takes st9_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st9_tconfa::ST9_TCONFA_SPEC
write(|w| ..) method takes st9_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st9_tconfa::ST9_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st9_tconfa::ST9_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st9_tconfb::ST9_TCONFB_SPEC
write(|w| ..) method takes st9_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st9_tconfb::ST9_TCONFB_SPEC
write(|w| ..) method takes st9_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st9_tconfb::ST9_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st9_tconfb::ST9_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st10_tconfa::ST10_TCONFA_SPEC
write(|w| ..) method takes st10_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st10_tconfa::ST10_TCONFA_SPEC
write(|w| ..) method takes st10_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st10_tconfa::ST10_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st10_tconfa::ST10_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st10_tconfb::ST10_TCONFB_SPEC
write(|w| ..) method takes st10_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st10_tconfb::ST10_TCONFB_SPEC
write(|w| ..) method takes st10_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st10_tconfb::ST10_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st10_tconfb::ST10_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st11_tconfa::ST11_TCONFA_SPEC
write(|w| ..) method takes st11_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st11_tconfa::ST11_TCONFA_SPEC
write(|w| ..) method takes st11_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st11_tconfa::ST11_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st11_tconfa::ST11_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st11_tconfb::ST11_TCONFB_SPEC
write(|w| ..) method takes st11_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st11_tconfb::ST11_TCONFB_SPEC
write(|w| ..) method takes st11_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st11_tconfb::ST11_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st11_tconfb::ST11_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st12_tconfa::ST12_TCONFA_SPEC
write(|w| ..) method takes st12_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st12_tconfa::ST12_TCONFA_SPEC
write(|w| ..) method takes st12_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st12_tconfa::ST12_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st12_tconfa::ST12_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st12_tconfb::ST12_TCONFB_SPEC
write(|w| ..) method takes st12_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st12_tconfb::ST12_TCONFB_SPEC
write(|w| ..) method takes st12_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st12_tconfb::ST12_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st12_tconfb::ST12_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st13_tconfa::ST13_TCONFA_SPEC
write(|w| ..) method takes st13_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st13_tconfa::ST13_TCONFA_SPEC
write(|w| ..) method takes st13_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st13_tconfa::ST13_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st13_tconfa::ST13_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st13_tconfb::ST13_TCONFB_SPEC
write(|w| ..) method takes st13_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st13_tconfb::ST13_TCONFB_SPEC
write(|w| ..) method takes st13_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st13_tconfb::ST13_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st13_tconfb::ST13_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st14_tconfa::ST14_TCONFA_SPEC
write(|w| ..) method takes st14_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st14_tconfa::ST14_TCONFA_SPEC
write(|w| ..) method takes st14_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st14_tconfa::ST14_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st14_tconfa::ST14_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st14_tconfb::ST14_TCONFB_SPEC
write(|w| ..) method takes st14_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st14_tconfb::ST14_TCONFB_SPEC
write(|w| ..) method takes st14_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st14_tconfb::ST14_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st14_tconfb::ST14_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st15_tconfa::ST15_TCONFA_SPEC
write(|w| ..) method takes st15_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st15_tconfa::ST15_TCONFA_SPEC
write(|w| ..) method takes st15_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st15_tconfa::ST15_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st15_tconfa::ST15_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st15_tconfb::ST15_TCONFB_SPEC
write(|w| ..) method takes st15_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st15_tconfb::ST15_TCONFB_SPEC
write(|w| ..) method takes st15_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st15_tconfb::ST15_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st15_tconfb::ST15_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st16_tconfa::ST16_TCONFA_SPEC
write(|w| ..) method takes st16_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st16_tconfa::ST16_TCONFA_SPEC
write(|w| ..) method takes st16_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st16_tconfa::ST16_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st16_tconfa::ST16_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st16_tconfb::ST16_TCONFB_SPEC
write(|w| ..) method takes st16_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st16_tconfb::ST16_TCONFB_SPEC
write(|w| ..) method takes st16_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st16_tconfb::ST16_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st16_tconfb::ST16_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st17_tconfa::ST17_TCONFA_SPEC
write(|w| ..) method takes st17_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st17_tconfa::ST17_TCONFA_SPEC
write(|w| ..) method takes st17_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st17_tconfa::ST17_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st17_tconfa::ST17_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st17_tconfb::ST17_TCONFB_SPEC
write(|w| ..) method takes st17_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st17_tconfb::ST17_TCONFB_SPEC
write(|w| ..) method takes st17_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st17_tconfb::ST17_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st17_tconfb::ST17_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st18_tconfa::ST18_TCONFA_SPEC
write(|w| ..) method takes st18_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st18_tconfa::ST18_TCONFA_SPEC
write(|w| ..) method takes st18_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st18_tconfa::ST18_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st18_tconfa::ST18_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st18_tconfb::ST18_TCONFB_SPEC
write(|w| ..) method takes st18_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st18_tconfb::ST18_TCONFB_SPEC
write(|w| ..) method takes st18_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st18_tconfb::ST18_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st18_tconfb::ST18_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st19_tconfa::ST19_TCONFA_SPEC
write(|w| ..) method takes st19_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st19_tconfa::ST19_TCONFA_SPEC
write(|w| ..) method takes st19_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st19_tconfa::ST19_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st19_tconfa::ST19_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st19_tconfb::ST19_TCONFB_SPEC
write(|w| ..) method takes st19_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st19_tconfb::ST19_TCONFB_SPEC
write(|w| ..) method takes st19_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st19_tconfb::ST19_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st19_tconfb::ST19_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st20_tconfa::ST20_TCONFA_SPEC
write(|w| ..) method takes st20_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st20_tconfa::ST20_TCONFA_SPEC
write(|w| ..) method takes st20_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st20_tconfa::ST20_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st20_tconfa::ST20_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st20_tconfb::ST20_TCONFB_SPEC
write(|w| ..) method takes st20_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st20_tconfb::ST20_TCONFB_SPEC
write(|w| ..) method takes st20_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st20_tconfb::ST20_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st20_tconfb::ST20_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st21_tconfa::ST21_TCONFA_SPEC
write(|w| ..) method takes st21_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st21_tconfa::ST21_TCONFA_SPEC
write(|w| ..) method takes st21_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st21_tconfa::ST21_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st21_tconfa::ST21_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st21_tconfb::ST21_TCONFB_SPEC
write(|w| ..) method takes st21_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st21_tconfb::ST21_TCONFB_SPEC
write(|w| ..) method takes st21_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st21_tconfb::ST21_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st21_tconfb::ST21_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st22_tconfa::ST22_TCONFA_SPEC
write(|w| ..) method takes st22_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st22_tconfa::ST22_TCONFA_SPEC
write(|w| ..) method takes st22_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st22_tconfa::ST22_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st22_tconfa::ST22_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st22_tconfb::ST22_TCONFB_SPEC
write(|w| ..) method takes st22_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st22_tconfb::ST22_TCONFB_SPEC
write(|w| ..) method takes st22_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st22_tconfb::ST22_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st22_tconfb::ST22_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st23_tconfa::ST23_TCONFA_SPEC
write(|w| ..) method takes st23_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st23_tconfa::ST23_TCONFA_SPEC
write(|w| ..) method takes st23_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st23_tconfa::ST23_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st23_tconfa::ST23_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st23_tconfb::ST23_TCONFB_SPEC
write(|w| ..) method takes st23_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st23_tconfb::ST23_TCONFB_SPEC
write(|w| ..) method takes st23_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st23_tconfb::ST23_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st23_tconfb::ST23_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st24_tconfa::ST24_TCONFA_SPEC
write(|w| ..) method takes st24_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st24_tconfa::ST24_TCONFA_SPEC
write(|w| ..) method takes st24_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st24_tconfa::ST24_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st24_tconfa::ST24_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st24_tconfb::ST24_TCONFB_SPEC
write(|w| ..) method takes st24_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st24_tconfb::ST24_TCONFB_SPEC
write(|w| ..) method takes st24_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st24_tconfb::ST24_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st24_tconfb::ST24_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st25_tconfa::ST25_TCONFA_SPEC
write(|w| ..) method takes st25_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st25_tconfa::ST25_TCONFA_SPEC
write(|w| ..) method takes st25_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st25_tconfa::ST25_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st25_tconfa::ST25_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st25_tconfb::ST25_TCONFB_SPEC
write(|w| ..) method takes st25_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st25_tconfb::ST25_TCONFB_SPEC
write(|w| ..) method takes st25_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st25_tconfb::ST25_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st25_tconfb::ST25_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st26_tconfa::ST26_TCONFA_SPEC
write(|w| ..) method takes st26_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st26_tconfa::ST26_TCONFA_SPEC
write(|w| ..) method takes st26_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st26_tconfa::ST26_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st26_tconfa::ST26_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st26_tconfb::ST26_TCONFB_SPEC
write(|w| ..) method takes st26_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st26_tconfb::ST26_TCONFB_SPEC
write(|w| ..) method takes st26_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st26_tconfb::ST26_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st26_tconfb::ST26_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st27_tconfa::ST27_TCONFA_SPEC
write(|w| ..) method takes st27_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st27_tconfa::ST27_TCONFA_SPEC
write(|w| ..) method takes st27_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st27_tconfa::ST27_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st27_tconfa::ST27_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st27_tconfb::ST27_TCONFB_SPEC
write(|w| ..) method takes st27_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st27_tconfb::ST27_TCONFB_SPEC
write(|w| ..) method takes st27_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st27_tconfb::ST27_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st27_tconfb::ST27_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st28_tconfa::ST28_TCONFA_SPEC
write(|w| ..) method takes st28_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st28_tconfa::ST28_TCONFA_SPEC
write(|w| ..) method takes st28_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st28_tconfa::ST28_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st28_tconfa::ST28_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st28_tconfb::ST28_TCONFB_SPEC
write(|w| ..) method takes st28_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st28_tconfb::ST28_TCONFB_SPEC
write(|w| ..) method takes st28_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st28_tconfb::ST28_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st28_tconfb::ST28_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st29_tconfa::ST29_TCONFA_SPEC
write(|w| ..) method takes st29_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st29_tconfa::ST29_TCONFA_SPEC
write(|w| ..) method takes st29_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st29_tconfa::ST29_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st29_tconfa::ST29_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st29_tconfb::ST29_TCONFB_SPEC
write(|w| ..) method takes st29_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st29_tconfb::ST29_TCONFB_SPEC
write(|w| ..) method takes st29_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st29_tconfb::ST29_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st29_tconfb::ST29_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st30_tconfa::ST30_TCONFA_SPEC
write(|w| ..) method takes st30_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st30_tconfa::ST30_TCONFA_SPEC
write(|w| ..) method takes st30_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st30_tconfa::ST30_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st30_tconfa::ST30_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st30_tconfb::ST30_TCONFB_SPEC
write(|w| ..) method takes st30_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st30_tconfb::ST30_TCONFB_SPEC
write(|w| ..) method takes st30_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st30_tconfb::ST30_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st30_tconfb::ST30_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st31_tconfa::ST31_TCONFA_SPEC
write(|w| ..) method takes st31_tconfa::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st31_tconfa::ST31_TCONFA_SPEC
write(|w| ..) method takes st31_tconfa::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st31_tconfa::ST31_TCONFA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st31_tconfa::ST31_TCONFA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st31_tconfb::ST31_TCONFB_SPEC
write(|w| ..) method takes st31_tconfb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::st31_tconfb::ST31_TCONFB_SPEC
write(|w| ..) method takes st31_tconfb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st31_tconfb::ST31_TCONFB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::st31_tconfb::ST31_TCONFB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::timctrl::TIMCTRL_SPEC
write(|w| ..) method takes timctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::lesense::timctrl::TIMCTRL_SPEC
write(|w| ..) method takes timctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::lesense::timctrl::TIMCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::comp0::COMP0_SPEC
write(|w| ..) method takes comp0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::comp0::COMP0_SPEC
write(|w| ..) method takes comp0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::comp0::COMP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::comp1::COMP1_SPEC
write(|w| ..) method takes comp1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::comp1::COMP1_SPEC
write(|w| ..) method takes comp1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::comp1::COMP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::prssel::PRSSEL_SPEC
write(|w| ..) method takes prssel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::prssel::PRSSEL_SPEC
write(|w| ..) method takes prssel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::prssel::PRSSEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::rep0::REP0_SPEC
write(|w| ..) method takes rep0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::rep0::REP0_SPEC
write(|w| ..) method takes rep0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::rep0::REP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::rep1::REP1_SPEC
write(|w| ..) method takes rep1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::rep1::REP1_SPEC
write(|w| ..) method takes rep1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::rep1::REP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::letimer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::letimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::pulsectrl::PULSECTRL_SPEC
write(|w| ..) method takes pulsectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::pulsectrl::PULSECTRL_SPEC
write(|w| ..) method takes pulsectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::pulsectrl::PULSECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::sigframe::SIGFRAME_SPEC
write(|w| ..) method takes sigframe::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::sigframe::SIGFRAME_SPEC
write(|w| ..) method takes sigframe::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::sigframe::SIGFRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::startframe::STARTFRAME_SPEC
write(|w| ..) method takes startframe::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::startframe::STARTFRAME_SPEC
write(|w| ..) method takes startframe::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::startframe::STARTFRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::leuart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::leuart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC
write(|w| ..) method takes aapunlockcmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC
write(|w| ..) method takes aapunlockcmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::aapunlockcmd::AAPUNLOCKCMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::addrb::ADDRB_SPEC
write(|w| ..) method takes addrb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::addrb::ADDRB_SPEC
write(|w| ..) method takes addrb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::addrb::ADDRB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC
write(|w| ..) method takes bootloaderctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC
write(|w| ..) method takes bootloaderctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::bootloaderctrl::BOOTLOADERCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::cachecmd::CACHECMD_SPEC
write(|w| ..) method takes cachecmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::cachecmd::CACHECMD_SPEC
write(|w| ..) method takes cachecmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::cachecmd::CACHECMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::cachecmd::CACHECMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::cacheconfig0::CACHECONFIG0_SPEC
write(|w| ..) method takes cacheconfig0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::cacheconfig0::CACHECONFIG0_SPEC
write(|w| ..) method takes cacheconfig0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::cacheconfig0::CACHECONFIG0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::cacheconfig0::CACHECONFIG0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::irqlatency::IRQLATENCY_SPEC
write(|w| ..) method takes irqlatency::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::irqlatency::IRQLATENCY_SPEC
write(|w| ..) method takes irqlatency::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::irqlatency::IRQLATENCY_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::irqlatency::IRQLATENCY_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::masslock::MASSLOCK_SPEC
write(|w| ..) method takes masslock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::masslock::MASSLOCK_SPEC
write(|w| ..) method takes masslock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::masslock::MASSLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::readctrl::READCTRL_SPEC
write(|w| ..) method takes readctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::readctrl::READCTRL_SPEC
write(|w| ..) method takes readctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::readctrl::READCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::startup::STARTUP_SPEC
write(|w| ..) method takes startup::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::startup::STARTUP_SPEC
write(|w| ..) method takes startup::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::startup::STARTUP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::startup::STARTUP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::wdata::WDATA_SPEC
write(|w| ..) method takes wdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::wdata::WDATA_SPEC
write(|w| ..) method takes wdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::wdata::WDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::writecmd::WRITECMD_SPEC
write(|w| ..) method takes writecmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::writecmd::WRITECMD_SPEC
write(|w| ..) method takes writecmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::writecmd::WRITECMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::msc::writectrl::WRITECTRL_SPEC
write(|w| ..) method takes writectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::msc::writectrl::WRITECTRL_SPEC
write(|w| ..) method takes writectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::msc::writectrl::WRITECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::mtb::base::BASE_SPEC
write(|w| ..) method takes base::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::mtb::base::BASE_SPEC
write(|w| ..) method takes base::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::mtb::base::BASE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::mtb::base::BASE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::mtb::flow::FLOW_SPEC
write(|w| ..) method takes flow::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::mtb::flow::FLOW_SPEC
write(|w| ..) method takes flow::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::mtb::flow::FLOW_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::mtb::flow::FLOW_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::mtb::master::MASTER_SPEC
write(|w| ..) method takes master::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::mtb::master::MASTER_SPEC
write(|w| ..) method takes master::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::mtb::master::MASTER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::mtb::master::MASTER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::mtb::position::POSITION_SPEC
write(|w| ..) method takes position::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::mtb::position::POSITION_SPEC
write(|w| ..) method takes position::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::mtb::position::POSITION_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::mtb::position::POSITION_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::freeze::FREEZE_SPEC
write(|w| ..) method takes freeze::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::freeze::FREEZE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ovscfg::OVSCFG_SPEC
write(|w| ..) method takes ovscfg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::ovscfg::OVSCFG_SPEC
write(|w| ..) method takes ovscfg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::ovscfg::OVSCFG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::pcnt0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::pcnt0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch0_ctrl::CH0_CTRL_SPEC
write(|w| ..) method takes ch0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch0_ctrl::CH0_CTRL_SPEC
write(|w| ..) method takes ch0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch0_ctrl::CH0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch1_ctrl::CH1_CTRL_SPEC
write(|w| ..) method takes ch1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch1_ctrl::CH1_CTRL_SPEC
write(|w| ..) method takes ch1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch1_ctrl::CH1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch2_ctrl::CH2_CTRL_SPEC
write(|w| ..) method takes ch2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch2_ctrl::CH2_CTRL_SPEC
write(|w| ..) method takes ch2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch2_ctrl::CH2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch3_ctrl::CH3_CTRL_SPEC
write(|w| ..) method takes ch3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch3_ctrl::CH3_CTRL_SPEC
write(|w| ..) method takes ch3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch3_ctrl::CH3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch4_ctrl::CH4_CTRL_SPEC
write(|w| ..) method takes ch4_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch4_ctrl::CH4_CTRL_SPEC
write(|w| ..) method takes ch4_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch4_ctrl::CH4_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch5_ctrl::CH5_CTRL_SPEC
write(|w| ..) method takes ch5_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch5_ctrl::CH5_CTRL_SPEC
write(|w| ..) method takes ch5_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch5_ctrl::CH5_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch6_ctrl::CH6_CTRL_SPEC
write(|w| ..) method takes ch6_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch6_ctrl::CH6_CTRL_SPEC
write(|w| ..) method takes ch6_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch6_ctrl::CH6_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch7_ctrl::CH7_CTRL_SPEC
write(|w| ..) method takes ch7_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ch7_ctrl::CH7_CTRL_SPEC
write(|w| ..) method takes ch7_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ch7_ctrl::CH7_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::dmareq0::DMAREQ0_SPEC
write(|w| ..) method takes dmareq0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::dmareq0::DMAREQ0_SPEC
write(|w| ..) method takes dmareq0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::dmareq0::DMAREQ0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::dmareq0::DMAREQ0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::dmareq1::DMAREQ1_SPEC
write(|w| ..) method takes dmareq1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::dmareq1::DMAREQ1_SPEC
write(|w| ..) method takes dmareq1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::dmareq1::DMAREQ1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::dmareq1::DMAREQ1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::swlevel::SWLEVEL_SPEC
write(|w| ..) method takes swlevel::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::swlevel::SWLEVEL_SPEC
write(|w| ..) method takes swlevel::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::swlevel::SWLEVEL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::swpulse::SWPULSE_SPEC
write(|w| ..) method takes swpulse::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::swpulse::SWPULSE_SPEC
write(|w| ..) method takes swpulse::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::swpulse::SWPULSE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::prs::tracectrl::TRACECTRL_SPEC
write(|w| ..) method takes tracectrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::prs::tracectrl::TRACECTRL_SPEC
write(|w| ..) method takes tracectrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::tracectrl::TRACECTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::prs::tracectrl::TRACECTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rmu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rmu::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rmu::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rmu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rmu::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rmu::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rmu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rmu::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rmu::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rmu::rst::RST_SPEC
write(|w| ..) method takes rst::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rmu::rst::RST_SPEC
write(|w| ..) method takes rst::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rmu::rst::RST_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rmu::rst::RST_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc0_date::CC0_DATE_SPEC
write(|w| ..) method takes cc0_date::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc0_date::CC0_DATE_SPEC
write(|w| ..) method takes cc0_date::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc0_date::CC0_DATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc0_date::CC0_DATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc0_time::CC0_TIME_SPEC
write(|w| ..) method takes cc0_time::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc0_time::CC0_TIME_SPEC
write(|w| ..) method takes cc0_time::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc0_time::CC0_TIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc0_time::CC0_TIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc1_date::CC1_DATE_SPEC
write(|w| ..) method takes cc1_date::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc1_date::CC1_DATE_SPEC
write(|w| ..) method takes cc1_date::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc1_date::CC1_DATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc1_date::CC1_DATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc1_time::CC1_TIME_SPEC
write(|w| ..) method takes cc1_time::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc1_time::CC1_TIME_SPEC
write(|w| ..) method takes cc1_time::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc1_time::CC1_TIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc1_time::CC1_TIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc2_date::CC2_DATE_SPEC
write(|w| ..) method takes cc2_date::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc2_date::CC2_DATE_SPEC
write(|w| ..) method takes cc2_date::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc2_date::CC2_DATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc2_date::CC2_DATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc2_time::CC2_TIME_SPEC
write(|w| ..) method takes cc2_time::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cc2_time::CC2_TIME_SPEC
write(|w| ..) method takes cc2_time::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc2_time::CC2_TIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cc2_time::CC2_TIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::date::DATE_SPEC
write(|w| ..) method takes date::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::date::DATE_SPEC
write(|w| ..) method takes date::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::date::DATE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::date::DATE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::em4wuen::EM4WUEN_SPEC
write(|w| ..) method takes em4wuen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::em4wuen::EM4WUEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::powerdown::POWERDOWN_SPEC
write(|w| ..) method takes powerdown::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::powerdown::POWERDOWN_SPEC
write(|w| ..) method takes powerdown::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::powerdown::POWERDOWN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::powerdown::POWERDOWN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::precnt::PRECNT_SPEC
write(|w| ..) method takes precnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::precnt::PRECNT_SPEC
write(|w| ..) method takes precnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::precnt::PRECNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::precnt::PRECNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret0_reg::RET0_REG_SPEC
write(|w| ..) method takes ret0_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret0_reg::RET0_REG_SPEC
write(|w| ..) method takes ret0_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret0_reg::RET0_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret0_reg::RET0_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret1_reg::RET1_REG_SPEC
write(|w| ..) method takes ret1_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret1_reg::RET1_REG_SPEC
write(|w| ..) method takes ret1_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret1_reg::RET1_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret1_reg::RET1_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret2_reg::RET2_REG_SPEC
write(|w| ..) method takes ret2_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret2_reg::RET2_REG_SPEC
write(|w| ..) method takes ret2_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret2_reg::RET2_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret2_reg::RET2_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret3_reg::RET3_REG_SPEC
write(|w| ..) method takes ret3_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret3_reg::RET3_REG_SPEC
write(|w| ..) method takes ret3_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret3_reg::RET3_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret3_reg::RET3_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret4_reg::RET4_REG_SPEC
write(|w| ..) method takes ret4_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret4_reg::RET4_REG_SPEC
write(|w| ..) method takes ret4_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret4_reg::RET4_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret4_reg::RET4_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret5_reg::RET5_REG_SPEC
write(|w| ..) method takes ret5_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret5_reg::RET5_REG_SPEC
write(|w| ..) method takes ret5_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret5_reg::RET5_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret5_reg::RET5_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret6_reg::RET6_REG_SPEC
write(|w| ..) method takes ret6_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret6_reg::RET6_REG_SPEC
write(|w| ..) method takes ret6_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret6_reg::RET6_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret6_reg::RET6_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret7_reg::RET7_REG_SPEC
write(|w| ..) method takes ret7_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret7_reg::RET7_REG_SPEC
write(|w| ..) method takes ret7_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret7_reg::RET7_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret7_reg::RET7_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret8_reg::RET8_REG_SPEC
write(|w| ..) method takes ret8_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret8_reg::RET8_REG_SPEC
write(|w| ..) method takes ret8_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret8_reg::RET8_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret8_reg::RET8_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret9_reg::RET9_REG_SPEC
write(|w| ..) method takes ret9_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret9_reg::RET9_REG_SPEC
write(|w| ..) method takes ret9_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret9_reg::RET9_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret9_reg::RET9_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret10_reg::RET10_REG_SPEC
write(|w| ..) method takes ret10_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret10_reg::RET10_REG_SPEC
write(|w| ..) method takes ret10_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret10_reg::RET10_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret10_reg::RET10_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret11_reg::RET11_REG_SPEC
write(|w| ..) method takes ret11_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret11_reg::RET11_REG_SPEC
write(|w| ..) method takes ret11_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret11_reg::RET11_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret11_reg::RET11_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret12_reg::RET12_REG_SPEC
write(|w| ..) method takes ret12_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret12_reg::RET12_REG_SPEC
write(|w| ..) method takes ret12_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret12_reg::RET12_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret12_reg::RET12_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret13_reg::RET13_REG_SPEC
write(|w| ..) method takes ret13_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret13_reg::RET13_REG_SPEC
write(|w| ..) method takes ret13_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret13_reg::RET13_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret13_reg::RET13_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret14_reg::RET14_REG_SPEC
write(|w| ..) method takes ret14_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret14_reg::RET14_REG_SPEC
write(|w| ..) method takes ret14_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret14_reg::RET14_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret14_reg::RET14_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret15_reg::RET15_REG_SPEC
write(|w| ..) method takes ret15_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret15_reg::RET15_REG_SPEC
write(|w| ..) method takes ret15_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret15_reg::RET15_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret15_reg::RET15_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret16_reg::RET16_REG_SPEC
write(|w| ..) method takes ret16_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret16_reg::RET16_REG_SPEC
write(|w| ..) method takes ret16_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret16_reg::RET16_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret16_reg::RET16_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret17_reg::RET17_REG_SPEC
write(|w| ..) method takes ret17_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret17_reg::RET17_REG_SPEC
write(|w| ..) method takes ret17_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret17_reg::RET17_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret17_reg::RET17_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret18_reg::RET18_REG_SPEC
write(|w| ..) method takes ret18_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret18_reg::RET18_REG_SPEC
write(|w| ..) method takes ret18_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret18_reg::RET18_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret18_reg::RET18_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret19_reg::RET19_REG_SPEC
write(|w| ..) method takes ret19_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret19_reg::RET19_REG_SPEC
write(|w| ..) method takes ret19_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret19_reg::RET19_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret19_reg::RET19_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret20_reg::RET20_REG_SPEC
write(|w| ..) method takes ret20_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret20_reg::RET20_REG_SPEC
write(|w| ..) method takes ret20_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret20_reg::RET20_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret20_reg::RET20_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret21_reg::RET21_REG_SPEC
write(|w| ..) method takes ret21_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret21_reg::RET21_REG_SPEC
write(|w| ..) method takes ret21_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret21_reg::RET21_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret21_reg::RET21_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret22_reg::RET22_REG_SPEC
write(|w| ..) method takes ret22_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret22_reg::RET22_REG_SPEC
write(|w| ..) method takes ret22_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret22_reg::RET22_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret22_reg::RET22_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret23_reg::RET23_REG_SPEC
write(|w| ..) method takes ret23_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret23_reg::RET23_REG_SPEC
write(|w| ..) method takes ret23_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret23_reg::RET23_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret23_reg::RET23_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret24_reg::RET24_REG_SPEC
write(|w| ..) method takes ret24_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret24_reg::RET24_REG_SPEC
write(|w| ..) method takes ret24_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret24_reg::RET24_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret24_reg::RET24_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret25_reg::RET25_REG_SPEC
write(|w| ..) method takes ret25_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret25_reg::RET25_REG_SPEC
write(|w| ..) method takes ret25_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret25_reg::RET25_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret25_reg::RET25_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret26_reg::RET26_REG_SPEC
write(|w| ..) method takes ret26_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret26_reg::RET26_REG_SPEC
write(|w| ..) method takes ret26_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret26_reg::RET26_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret26_reg::RET26_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret27_reg::RET27_REG_SPEC
write(|w| ..) method takes ret27_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret27_reg::RET27_REG_SPEC
write(|w| ..) method takes ret27_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret27_reg::RET27_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret27_reg::RET27_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret28_reg::RET28_REG_SPEC
write(|w| ..) method takes ret28_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret28_reg::RET28_REG_SPEC
write(|w| ..) method takes ret28_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret28_reg::RET28_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret28_reg::RET28_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret29_reg::RET29_REG_SPEC
write(|w| ..) method takes ret29_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret29_reg::RET29_REG_SPEC
write(|w| ..) method takes ret29_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret29_reg::RET29_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret29_reg::RET29_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret30_reg::RET30_REG_SPEC
write(|w| ..) method takes ret30_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret30_reg::RET30_REG_SPEC
write(|w| ..) method takes ret30_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret30_reg::RET30_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret30_reg::RET30_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret31_reg::RET31_REG_SPEC
write(|w| ..) method takes ret31_reg::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::ret31_reg::RET31_REG_SPEC
write(|w| ..) method takes ret31_reg::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret31_reg::RET31_REG_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::ret31_reg::RET31_REG_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::time::TIME_SPEC
write(|w| ..) method takes time::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::rtcc::time::TIME_SPEC
write(|w| ..) method takes time::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::time::TIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::rtcc::time::TIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ppuctrl::PPUCTRL_SPEC
write(|w| ..) method takes ppuctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ppuctrl::PPUCTRL_SPEC
write(|w| ..) method takes ppuctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ppuctrl::PPUCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ppuctrl::PPUCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ppupatd0::PPUPATD0_SPEC
write(|w| ..) method takes ppupatd0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ppupatd0::PPUPATD0_SPEC
write(|w| ..) method takes ppupatd0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ppupatd0::PPUPATD0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ppupatd0::PPUPATD0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ppupatd1::PPUPATD1_SPEC
write(|w| ..) method takes ppupatd1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::smu::ppupatd1::PPUPATD1_SPEC
write(|w| ..) method takes ppupatd1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ppupatd1::PPUPATD1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::smu::ppupatd1::PPUPATD1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc0_ccvb::CC0_CCVB_SPEC
write(|w| ..) method takes cc0_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc0_ccvb::CC0_CCVB_SPEC
write(|w| ..) method takes cc0_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc1_ccvb::CC1_CCVB_SPEC
write(|w| ..) method takes cc1_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc1_ccvb::CC1_CCVB_SPEC
write(|w| ..) method takes cc1_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc2_ccvb::CC2_CCVB_SPEC
write(|w| ..) method takes cc2_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc2_ccvb::CC2_CCVB_SPEC
write(|w| ..) method takes cc2_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc3_ccv::CC3_CCV_SPEC
write(|w| ..) method takes cc3_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc3_ccv::CC3_CCV_SPEC
write(|w| ..) method takes cc3_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc3_ccvb::CC3_CCVB_SPEC
write(|w| ..) method takes cc3_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc3_ccvb::CC3_CCVB_SPEC
write(|w| ..) method takes cc3_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc3_ctrl::CC3_CTRL_SPEC
write(|w| ..) method takes cc3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cc3_ctrl::CC3_CTRL_SPEC
write(|w| ..) method takes cc3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc0_ccvb::CC0_CCVB_SPEC
write(|w| ..) method takes cc0_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc0_ccvb::CC0_CCVB_SPEC
write(|w| ..) method takes cc0_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc1_ccvb::CC1_CCVB_SPEC
write(|w| ..) method takes cc1_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc1_ccvb::CC1_CCVB_SPEC
write(|w| ..) method takes cc1_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc2_ccvb::CC2_CCVB_SPEC
write(|w| ..) method takes cc2_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc2_ccvb::CC2_CCVB_SPEC
write(|w| ..) method takes cc2_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc3_ccv::CC3_CCV_SPEC
write(|w| ..) method takes cc3_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc3_ccv::CC3_CCV_SPEC
write(|w| ..) method takes cc3_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc3_ccvb::CC3_CCVB_SPEC
write(|w| ..) method takes cc3_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc3_ccvb::CC3_CCVB_SPEC
write(|w| ..) method takes cc3_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc3_ctrl::CC3_CTRL_SPEC
write(|w| ..) method takes cc3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cc3_ctrl::CC3_CTRL_SPEC
write(|w| ..) method takes cc3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::timer1::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::timer1::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::control::CONTROL_SPEC
write(|w| ..) method takes control::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::control::CONTROL_SPEC
write(|w| ..) method takes control::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::initwaitval::INITWAITVAL_SPEC
write(|w| ..) method takes initwaitval::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::initwaitval::INITWAITVAL_SPEC
write(|w| ..) method takes initwaitval::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::initwaitval::INITWAITVAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::initwaitval::INITWAITVAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::key0::KEY0_SPEC
write(|w| ..) method takes key0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::key0::KEY0_SPEC
write(|w| ..) method takes key0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::key0::KEY0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::key0::KEY0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::key1::KEY1_SPEC
write(|w| ..) method takes key1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::key1::KEY1_SPEC
write(|w| ..) method takes key1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::key2::KEY2_SPEC
write(|w| ..) method takes key2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::key2::KEY2_SPEC
write(|w| ..) method takes key2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::key3::KEY3_SPEC
write(|w| ..) method takes key3::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::key3::KEY3_SPEC
write(|w| ..) method takes key3::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::key3::KEY3_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::key3::KEY3_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::status::STATUS_SPEC
write(|w| ..) method takes status::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::status::STATUS_SPEC
write(|w| ..) method takes status::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::testdata::TESTDATA_SPEC
write(|w| ..) method takes testdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::trng0::testdata::TESTDATA_SPEC
write(|w| ..) method takes testdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::testdata::TESTDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::trng0::testdata::TESTDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::uart0::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::uart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart0::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart0::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart1::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart1::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart2::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart2::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::clkdiv::CLKDIV_SPEC
write(|w| ..) method takes clkdiv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ctrlx::CTRLX_SPEC
write(|w| ..) method takes ctrlx::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ctrlx::CTRLX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::frame::FRAME_SPEC
write(|w| ..) method takes frame::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::frame::FRAME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::i2sctrl::I2SCTRL_SPEC
write(|w| ..) method takes i2sctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::i2sctrl::I2SCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::input::INPUT_SPEC
write(|w| ..) method takes input::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::input::INPUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::irctrl::IRCTRL_SPEC
write(|w| ..) method takes irctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::irctrl::IRCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::routeloc1::ROUTELOC1_SPEC
write(|w| ..) method takes routeloc1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::routeloc1::ROUTELOC1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::timecmp0::TIMECMP0_SPEC
write(|w| ..) method takes timecmp0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::timecmp0::TIMECMP0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::timecmp1::TIMECMP1_SPEC
write(|w| ..) method takes timecmp1::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::timecmp1::TIMECMP1_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::timecmp2::TIMECMP2_SPEC
write(|w| ..) method takes timecmp2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::timecmp2::TIMECMP2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::timing::TIMING_SPEC
write(|w| ..) method takes timing::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::trigctrl::TRIGCTRL_SPEC
write(|w| ..) method takes trigctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::trigctrl::TRIGCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::txdata::TXDATA_SPEC
write(|w| ..) method takes txdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::txdatax::TXDATAX_SPEC
write(|w| ..) method takes txdatax::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::txdatax::TXDATAX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::txdouble::TXDOUBLE_SPEC
write(|w| ..) method takes txdouble::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::txdouble::TXDOUBLE_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::usart3::txdoublex::TXDOUBLEX_SPEC
write(|w| ..) method takes txdoublex::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::usart3::txdoublex::TXDOUBLEX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::cal::CAL_SPEC
write(|w| ..) method takes cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::cal::CAL_SPEC
write(|w| ..) method takes cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::cal::CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ch0ctrl::CH0CTRL_SPEC
write(|w| ..) method takes ch0ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ch0ctrl::CH0CTRL_SPEC
write(|w| ..) method takes ch0ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ch0ctrl::CH0CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ch0ctrl::CH0CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ch0data::CH0DATA_SPEC
write(|w| ..) method takes ch0data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ch0data::CH0DATA_SPEC
write(|w| ..) method takes ch0data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ch0data::CH0DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ch0data::CH0DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ch1ctrl::CH1CTRL_SPEC
write(|w| ..) method takes ch1ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ch1ctrl::CH1CTRL_SPEC
write(|w| ..) method takes ch1ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ch1ctrl::CH1CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ch1ctrl::CH1CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ch1data::CH1DATA_SPEC
write(|w| ..) method takes ch1data::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ch1data::CH1DATA_SPEC
write(|w| ..) method takes ch1data::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ch1data::CH1DATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ch1data::CH1DATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::combdata::COMBDATA_SPEC
write(|w| ..) method takes combdata::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::combdata::COMBDATA_SPEC
write(|w| ..) method takes combdata::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::combdata::COMBDATA_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::combdata::COMBDATA_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_cal::OPA0_CAL_SPEC
write(|w| ..) method takes opa0_cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_cal::OPA0_CAL_SPEC
write(|w| ..) method takes opa0_cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_cal::OPA0_CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_cal::OPA0_CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_ctrl::OPA0_CTRL_SPEC
write(|w| ..) method takes opa0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_ctrl::OPA0_CTRL_SPEC
write(|w| ..) method takes opa0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_ctrl::OPA0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_ctrl::OPA0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_mux::OPA0_MUX_SPEC
write(|w| ..) method takes opa0_mux::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_mux::OPA0_MUX_SPEC
write(|w| ..) method takes opa0_mux::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_mux::OPA0_MUX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_mux::OPA0_MUX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_out::OPA0_OUT_SPEC
write(|w| ..) method takes opa0_out::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_out::OPA0_OUT_SPEC
write(|w| ..) method takes opa0_out::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_out::OPA0_OUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_out::OPA0_OUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_timer::OPA0_TIMER_SPEC
write(|w| ..) method takes opa0_timer::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa0_timer::OPA0_TIMER_SPEC
write(|w| ..) method takes opa0_timer::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_timer::OPA0_TIMER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa0_timer::OPA0_TIMER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_cal::OPA1_CAL_SPEC
write(|w| ..) method takes opa1_cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_cal::OPA1_CAL_SPEC
write(|w| ..) method takes opa1_cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_cal::OPA1_CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_cal::OPA1_CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_ctrl::OPA1_CTRL_SPEC
write(|w| ..) method takes opa1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_ctrl::OPA1_CTRL_SPEC
write(|w| ..) method takes opa1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_ctrl::OPA1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_ctrl::OPA1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_mux::OPA1_MUX_SPEC
write(|w| ..) method takes opa1_mux::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_mux::OPA1_MUX_SPEC
write(|w| ..) method takes opa1_mux::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_mux::OPA1_MUX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_mux::OPA1_MUX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_out::OPA1_OUT_SPEC
write(|w| ..) method takes opa1_out::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_out::OPA1_OUT_SPEC
write(|w| ..) method takes opa1_out::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_out::OPA1_OUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_out::OPA1_OUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_timer::OPA1_TIMER_SPEC
write(|w| ..) method takes opa1_timer::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa1_timer::OPA1_TIMER_SPEC
write(|w| ..) method takes opa1_timer::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_timer::OPA1_TIMER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa1_timer::OPA1_TIMER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_cal::OPA2_CAL_SPEC
write(|w| ..) method takes opa2_cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_cal::OPA2_CAL_SPEC
write(|w| ..) method takes opa2_cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_cal::OPA2_CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_cal::OPA2_CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_ctrl::OPA2_CTRL_SPEC
write(|w| ..) method takes opa2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_ctrl::OPA2_CTRL_SPEC
write(|w| ..) method takes opa2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_ctrl::OPA2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_ctrl::OPA2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_mux::OPA2_MUX_SPEC
write(|w| ..) method takes opa2_mux::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_mux::OPA2_MUX_SPEC
write(|w| ..) method takes opa2_mux::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_mux::OPA2_MUX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_mux::OPA2_MUX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_out::OPA2_OUT_SPEC
write(|w| ..) method takes opa2_out::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_out::OPA2_OUT_SPEC
write(|w| ..) method takes opa2_out::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_out::OPA2_OUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_out::OPA2_OUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_timer::OPA2_TIMER_SPEC
write(|w| ..) method takes opa2_timer::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa2_timer::OPA2_TIMER_SPEC
write(|w| ..) method takes opa2_timer::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_timer::OPA2_TIMER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa2_timer::OPA2_TIMER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_cal::OPA3_CAL_SPEC
write(|w| ..) method takes opa3_cal::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_cal::OPA3_CAL_SPEC
write(|w| ..) method takes opa3_cal::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_cal::OPA3_CAL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_cal::OPA3_CAL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_ctrl::OPA3_CTRL_SPEC
write(|w| ..) method takes opa3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_ctrl::OPA3_CTRL_SPEC
write(|w| ..) method takes opa3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_ctrl::OPA3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_ctrl::OPA3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_mux::OPA3_MUX_SPEC
write(|w| ..) method takes opa3_mux::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_mux::OPA3_MUX_SPEC
write(|w| ..) method takes opa3_mux::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_mux::OPA3_MUX_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_mux::OPA3_MUX_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_out::OPA3_OUT_SPEC
write(|w| ..) method takes opa3_out::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_out::OPA3_OUT_SPEC
write(|w| ..) method takes opa3_out::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_out::OPA3_OUT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_out::OPA3_OUT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_timer::OPA3_TIMER_SPEC
write(|w| ..) method takes opa3_timer::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::vdac0::opa3_timer::OPA3_TIMER_SPEC
write(|w| ..) method takes opa3_timer::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_timer::OPA3_TIMER_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::vdac0::opa3_timer::OPA3_TIMER_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC
write(|w| ..) method takes pch0_prsctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC
write(|w| ..) method takes pch0_prsctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::pch0_prsctrl::PCH0_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC
write(|w| ..) method takes pch1_prsctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC
write(|w| ..) method takes pch1_prsctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wdog0::pch1_prsctrl::PCH1_PRSCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc0_ccvb::CC0_CCVB_SPEC
write(|w| ..) method takes cc0_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc0_ccvb::CC0_CCVB_SPEC
write(|w| ..) method takes cc0_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc1_ccvb::CC1_CCVB_SPEC
write(|w| ..) method takes cc1_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc1_ccvb::CC1_CCVB_SPEC
write(|w| ..) method takes cc1_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc2_ccvb::CC2_CCVB_SPEC
write(|w| ..) method takes cc2_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc2_ccvb::CC2_CCVB_SPEC
write(|w| ..) method takes cc2_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc3_ccv::CC3_CCV_SPEC
write(|w| ..) method takes cc3_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc3_ccv::CC3_CCV_SPEC
write(|w| ..) method takes cc3_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc3_ccvb::CC3_CCVB_SPEC
write(|w| ..) method takes cc3_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc3_ccvb::CC3_CCVB_SPEC
write(|w| ..) method takes cc3_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc3_ctrl::CC3_CTRL_SPEC
write(|w| ..) method takes cc3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cc3_ctrl::CC3_CTRL_SPEC
write(|w| ..) method takes cc3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::top::TOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer0::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer0::topb::TOPB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc0_ccv::CC0_CCV_SPEC
write(|w| ..) method takes cc0_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc0_ccv::CC0_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc0_ccvb::CC0_CCVB_SPEC
write(|w| ..) method takes cc0_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc0_ccvb::CC0_CCVB_SPEC
write(|w| ..) method takes cc0_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc0_ccvb::CC0_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc0_ctrl::CC0_CTRL_SPEC
write(|w| ..) method takes cc0_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc0_ctrl::CC0_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc1_ccv::CC1_CCV_SPEC
write(|w| ..) method takes cc1_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc1_ccv::CC1_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc1_ccvb::CC1_CCVB_SPEC
write(|w| ..) method takes cc1_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc1_ccvb::CC1_CCVB_SPEC
write(|w| ..) method takes cc1_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc1_ccvb::CC1_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc1_ctrl::CC1_CTRL_SPEC
write(|w| ..) method takes cc1_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc1_ctrl::CC1_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc2_ccv::CC2_CCV_SPEC
write(|w| ..) method takes cc2_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc2_ccv::CC2_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc2_ccvb::CC2_CCVB_SPEC
write(|w| ..) method takes cc2_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc2_ccvb::CC2_CCVB_SPEC
write(|w| ..) method takes cc2_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc2_ccvb::CC2_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc2_ctrl::CC2_CTRL_SPEC
write(|w| ..) method takes cc2_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc2_ctrl::CC2_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc3_ccv::CC3_CCV_SPEC
write(|w| ..) method takes cc3_ccv::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc3_ccv::CC3_CCV_SPEC
write(|w| ..) method takes cc3_ccv::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc3_ccv::CC3_CCV_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc3_ccvb::CC3_CCVB_SPEC
write(|w| ..) method takes cc3_ccvb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc3_ccvb::CC3_CCVB_SPEC
write(|w| ..) method takes cc3_ccvb::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc3_ccvb::CC3_CCVB_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc3_ctrl::CC3_CTRL_SPEC
write(|w| ..) method takes cc3_ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cc3_ctrl::CC3_CTRL_SPEC
write(|w| ..) method takes cc3_ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cc3_ctrl::CC3_CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cmd::CMD_SPEC
write(|w| ..) method takes cmd::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::cnt::CNT_SPEC
write(|w| ..) method takes cnt::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::cnt::CNT_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::ctrl::CTRL_SPEC
write(|w| ..) method takes ctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtctrl::DTCTRL_SPEC
write(|w| ..) method takes dtctrl::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtctrl::DTCTRL_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtfaultc::DTFAULTC_SPEC
write(|w| ..) method takes dtfaultc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtfaultc::DTFAULTC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtfc::DTFC_SPEC
write(|w| ..) method takes dtfc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtfc::DTFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtlock::DTLOCK_SPEC
write(|w| ..) method takes dtlock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtlock::DTLOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dtogen::DTOGEN_SPEC
write(|w| ..) method takes dtogen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dtogen::DTOGEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::dttime::DTTIME_SPEC
write(|w| ..) method takes dttime::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::dttime::DTTIME_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::ien::IEN_SPEC
write(|w| ..) method takes ien::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::ien::IEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::ifc::IFC_SPEC
write(|w| ..) method takes ifc::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::ifc::IFC_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::ifs::IFS_SPEC
write(|w| ..) method takes ifs::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::ifs::IFS_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::lock::LOCK_SPEC
write(|w| ..) method takes lock::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::routeloc0::ROUTELOC0_SPEC
write(|w| ..) method takes routeloc0::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::routeloc0::ROUTELOC0_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::routeloc2::ROUTELOC2_SPEC
write(|w| ..) method takes routeloc2::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::routeloc2::ROUTELOC2_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::routepen::ROUTEPEN_SPEC
write(|w| ..) method takes routepen::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::routepen::ROUTEPEN_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::top::TOP_SPEC
write(|w| ..) method takes top::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <efm32tg11b540::wtimer1::top::TOP_SPEC as generic::RegisterSpec>::Ux}
type Writer = W
Source§impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure
impl Writable for efm32tg11b_pac::efm32tg11b540::wtimer1::topb::TOPB_SPEC
write(|w| ..) method takes topb::W writer structure