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