pub struct RX_CFG1_SPEC;
Expand description
Parallel RX module configuration register1.
You can read
this register and get rx_cfg1::R
. You can reset
, write
, write_with_zero
this register using rx_cfg1::W
. You can also modify
this register. See API.
Trait Implementations§
Source§impl RegisterSpec for RX_CFG1_SPEC
impl RegisterSpec for RX_CFG1_SPEC
Source§impl Resettable for RX_CFG1_SPEC
reset()
method sets RX_CFG1 to value 0x0fff_f008
impl Resettable for RX_CFG1_SPEC
reset()
method sets RX_CFG1 to value 0x0fff_f008
Source§const RESET_VALUE: u32 = 268_431_368u32
const RESET_VALUE: u32 = 268_431_368u32
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 RX_CFG1_SPEC
write(|w| ..)
method takes rx_cfg1::W
writer structure
impl Writable for RX_CFG1_SPEC
write(|w| ..)
method takes rx_cfg1::W
writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
Source§const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
impl Readable for RX_CFG1_SPEC
read()
method returns rx_cfg1::R
reader structure
Auto Trait Implementations§
impl Freeze for RX_CFG1_SPEC
impl RefUnwindSafe for RX_CFG1_SPEC
impl Send for RX_CFG1_SPEC
impl Sync for RX_CFG1_SPEC
impl Unpin for RX_CFG1_SPEC
impl UnwindSafe for RX_CFG1_SPEC
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