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