pub struct PDMCLKCTRL_SPEC;Expand description
PDM clock generator control
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see pdmclkctrl module
Trait Implementations§
Source§impl Readable for PDMCLKCTRL_SPEC
read() method returns pdmclkctrl::R reader structure
impl Readable for PDMCLKCTRL_SPEC
read() method returns pdmclkctrl::R reader structure
Source§impl RegisterSpec for PDMCLKCTRL_SPEC
impl RegisterSpec for PDMCLKCTRL_SPEC
Source§impl Resettable for PDMCLKCTRL_SPEC
reset() method sets PDMCLKCTRL to value 0x0840_0000
impl Resettable for PDMCLKCTRL_SPEC
reset() method sets PDMCLKCTRL to value 0x0840_0000
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for PDMCLKCTRL_SPEC
write(|w| ..) method takes pdmclkctrl::W writer structure
impl Writable for PDMCLKCTRL_SPEC
write(|w| ..) method takes pdmclkctrl::W writer structure
Auto Trait Implementations§
impl Freeze for PDMCLKCTRL_SPEC
impl RefUnwindSafe for PDMCLKCTRL_SPEC
impl Send for PDMCLKCTRL_SPEC
impl Sync for PDMCLKCTRL_SPEC
impl Unpin for PDMCLKCTRL_SPEC
impl UnwindSafe for PDMCLKCTRL_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