Struct d1_pac::usb1::hci_controller_phy_interface::hci_interface::R
source · pub struct R(/* private fields */);
Expand description
Register hci_interface
reader
Implementations§
source§impl R
impl R
sourcepub fn ulpi_bypass_enable(&self) -> ULPI_BYPASS_ENABLE_R
pub fn ulpi_bypass_enable(&self) -> ULPI_BYPASS_ENABLE_R
Bit 0 - ULPI bypass enable
sourcepub fn ahb_master_interface_incrx_align_enable(
&self,
) -> AHB_MASTER_INTERFACE_INCRX_ALIGN_ENABLE_R
pub fn ahb_master_interface_incrx_align_enable( &self, ) -> AHB_MASTER_INTERFACE_INCRX_ALIGN_ENABLE_R
Bit 8 - Master interface INCRX align enable
sourcepub fn ahb_master_interface_burst_type_incr4_enable(
&self,
) -> AHB_MASTER_INTERFACE_BURST_TYPE_INCR4_ENABLE_R
pub fn ahb_master_interface_burst_type_incr4_enable( &self, ) -> AHB_MASTER_INTERFACE_BURST_TYPE_INCR4_ENABLE_R
Bit 9 - Master interface burst type INCR4 enable
sourcepub fn ahb_master_interface_incr8_enable(
&self,
) -> AHB_MASTER_INTERFACE_INCR8_ENABLE_R
pub fn ahb_master_interface_incr8_enable( &self, ) -> AHB_MASTER_INTERFACE_INCR8_ENABLE_R
Bit 10 - Master interface INCR8 enable
sourcepub fn ahb_master_interface_incr16_enable(
&self,
) -> AHB_MASTER_INTERFACE_INCR16_ENABLE_R
pub fn ahb_master_interface_incr16_enable( &self, ) -> AHB_MASTER_INTERFACE_INCR16_ENABLE_R
Bit 11 - Master interface INCR16 enable
sourcepub fn resume_k_to_se0_transition(&self) -> RESUME_K_TO_SE0_TRANSITION_R
pub fn resume_k_to_se0_transition(&self) -> RESUME_K_TO_SE0_TRANSITION_R
Bit 18
sourcepub fn ohci_count_select(&self) -> OHCI_COUNT_SELECT_R
pub fn ohci_count_select(&self) -> OHCI_COUNT_SELECT_R
Bit 25 - OHCI count select
sourcepub fn dma_transfer_status_enable(&self) -> DMA_TRANSFER_STATUS_ENABLE_R
pub fn dma_transfer_status_enable(&self) -> DMA_TRANSFER_STATUS_ENABLE_R
Bit 28 - DMA Transfer Status Enable
Methods from Deref<Target = R<HCI_INTERFACE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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