pub struct W(/* private fields */);
Expand description
Register hci_ctrl3
writer
Implementations§
source§impl W
impl W
sourcepub fn linestate_change_detect_enable(
&mut self,
) -> LINESTATE_CHANGE_DETECT_ENABLE_W<'_, 0>
pub fn linestate_change_detect_enable( &mut self, ) -> LINESTATE_CHANGE_DETECT_ENABLE_W<'_, 0>
Bit 0 - Linestate Change Detect Enable
sourcepub fn linestate_change_interrupt_enable(
&mut self,
) -> LINESTATE_CHANGE_INTERRUPT_ENABLE_W<'_, 1>
pub fn linestate_change_interrupt_enable( &mut self, ) -> LINESTATE_CHANGE_INTERRUPT_ENABLE_W<'_, 1>
Bit 1 - Linestate Change Interrupt Enable
sourcepub fn remote_wakeup_enable(&mut self) -> REMOTE_WAKEUP_ENABLE_W<'_, 3>
pub fn remote_wakeup_enable(&mut self) -> REMOTE_WAKEUP_ENABLE_W<'_, 3>
Bit 3 - Remote Wakeup Enable
sourcepub fn linestate_change_detect(&mut self) -> LINESTATE_CHANGE_DETECT_W<'_, 16>
pub fn linestate_change_detect(&mut self) -> LINESTATE_CHANGE_DETECT_W<'_, 16>
Bit 16 - Linestate Change Detect
Methods from Deref<Target = W<HCI_CTRL3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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