pub struct ModcfgSpec;Expand description
Module Configuration register. This register provides information about this particular MRT instance, and allows choosing an overall mode for the idle channel feature.
You can read this register and get modcfg::R. You can reset, write, write_with_zero this register using modcfg::W. You can also modify this register. See API.
Trait Implementations§
Source§impl RegisterSpec for ModcfgSpec
impl RegisterSpec for ModcfgSpec
Source§impl Resettable for ModcfgSpec
reset() method sets MODCFG to value 0x0173
impl Resettable for ModcfgSpec
reset() method sets MODCFG to value 0x0173
Source§const RESET_VALUE: u32 = 371u32
const RESET_VALUE: u32 = 371u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for ModcfgSpec
write(|w| ..) method takes modcfg::W writer structure
impl Writable for ModcfgSpec
write(|w| ..) method takes modcfg::W writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
1 and are changed if you pass 0Source§const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
0 and are changed if you pass 1impl Readable for ModcfgSpec
read() method returns modcfg::R reader structure
Auto Trait Implementations§
impl Freeze for ModcfgSpec
impl RefUnwindSafe for ModcfgSpec
impl Send for ModcfgSpec
impl Sync for ModcfgSpec
impl Unpin for ModcfgSpec
impl UnwindSafe for ModcfgSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more