Struct d1_pac::usb1::hci_controller_phy_interface::hci_interface::W
source · pub struct W(/* private fields */);
Expand description
Register hci_interface
writer
Implementations§
source§impl W
impl W
sourcepub fn ulpi_bypass_enable(&mut self) -> ULPI_BYPASS_ENABLE_W<'_, 0>
pub fn ulpi_bypass_enable(&mut self) -> ULPI_BYPASS_ENABLE_W<'_, 0>
Bit 0 - ULPI bypass enable
sourcepub fn ahb_master_interface_incrx_align_enable(
&mut self,
) -> AHB_MASTER_INTERFACE_INCRX_ALIGN_ENABLE_W<'_, 8>
pub fn ahb_master_interface_incrx_align_enable( &mut self, ) -> AHB_MASTER_INTERFACE_INCRX_ALIGN_ENABLE_W<'_, 8>
Bit 8 - Master interface INCRX align enable
sourcepub fn ahb_master_interface_burst_type_incr4_enable(
&mut self,
) -> AHB_MASTER_INTERFACE_BURST_TYPE_INCR4_ENABLE_W<'_, 9>
pub fn ahb_master_interface_burst_type_incr4_enable( &mut self, ) -> AHB_MASTER_INTERFACE_BURST_TYPE_INCR4_ENABLE_W<'_, 9>
Bit 9 - Master interface burst type INCR4 enable
sourcepub fn ahb_master_interface_incr8_enable(
&mut self,
) -> AHB_MASTER_INTERFACE_INCR8_ENABLE_W<'_, 10>
pub fn ahb_master_interface_incr8_enable( &mut self, ) -> AHB_MASTER_INTERFACE_INCR8_ENABLE_W<'_, 10>
Bit 10 - Master interface INCR8 enable
sourcepub fn ahb_master_interface_incr16_enable(
&mut self,
) -> AHB_MASTER_INTERFACE_INCR16_ENABLE_W<'_, 11>
pub fn ahb_master_interface_incr16_enable( &mut self, ) -> AHB_MASTER_INTERFACE_INCR16_ENABLE_W<'_, 11>
Bit 11 - Master interface INCR16 enable
sourcepub fn resume_k_to_se0_transition(
&mut self,
) -> RESUME_K_TO_SE0_TRANSITION_W<'_, 18>
pub fn resume_k_to_se0_transition( &mut self, ) -> RESUME_K_TO_SE0_TRANSITION_W<'_, 18>
Bit 18
sourcepub fn ohci_count_select(&mut self) -> OHCI_COUNT_SELECT_W<'_, 25>
pub fn ohci_count_select(&mut self) -> OHCI_COUNT_SELECT_W<'_, 25>
Bit 25 - OHCI count select
Methods from Deref<Target = W<HCI_INTERFACE_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