pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
§impl R
impl R
pub fn rx_start_int_raw(&self) -> BitReaderRaw<bool>
pub fn rx_start_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - when a separator char has been send it will produce uhci_rx_start_int interrupt.
pub fn tx_start_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_start_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - when DMA detects a separator char it will produce uhci_tx_start_int interrupt.
pub fn rx_hung_int_raw(&self) -> BitReaderRaw<bool>
pub fn rx_hung_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - when DMA takes a lot of time to receive a data it will produce uhci_rx_hung_int interrupt.
pub fn tx_hung_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_hung_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - when DMA takes a lot of time to read a data from RAM it will produce uhci_tx_hung_int interrupt.
pub fn in_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - when a in link descriptor has been completed it will produce uhci_in_done_int interrupt.
pub fn in_suc_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_suc_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 5 - when a data packet has been received it will produce uhci_in_suc_eof_int interrupt.
pub fn in_err_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_err_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - when there are some errors about eof in in link descriptor it will produce uhci_in_err_eof_int interrupt.
pub fn out_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - when a out link descriptor is completed it will produce uhci_out_done_int interrupt.
pub fn out_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 8 - when the current descriptor’s eof bit is 1 it will produce uhci_out_eof_int interrupt.
pub fn in_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 9 - when there are some errors about the out link descriptor it will produce uhci_in_dscr_err_int interrupt.
pub fn out_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 10 - when there are some errors about the in link descriptor it will produce uhci_out_dscr_err_int interrupt.
pub fn in_dscr_empty_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_dscr_empty_int_raw(&self) -> BitReaderRaw<bool>
Bit 11 - when there are not enough in links for DMA it will produce uhci_in_dscr_err_int interrupt.
pub fn outlink_eof_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn outlink_eof_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 12 - when there are some errors about eof in outlink descriptor it will produce uhci_outlink_eof_err_int interrupt.
pub fn out_total_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_total_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 13 - When all data have been send it will produce uhci_out_total_eof_int interrupt.
pub fn send_s_q_int_raw(&self) -> BitReaderRaw<bool>
pub fn send_s_q_int_raw(&self) -> BitReaderRaw<bool>
Bit 14 - When use single send registers to send a short packets it will produce this interrupt when dma has send the short packet.
pub fn send_a_q_int_raw(&self) -> BitReaderRaw<bool>
pub fn send_a_q_int_raw(&self) -> BitReaderRaw<bool>
Bit 15 - When use always_send registers to send a series of short packets it will produce this interrupt when dma has send the short packet.
pub fn dma_infifo_full_wm_int_raw(&self) -> BitReaderRaw<bool>
pub fn dma_infifo_full_wm_int_raw(&self) -> BitReaderRaw<bool>
Bit 16
Methods from Deref<Target = R<INT_RAW_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.