pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
§impl R
impl R
pub unsafe fn ch_tx_end_int_raw(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_tx_end_int_raw(&self, n: u8) -> BitReaderRaw<bool>
The interrupt raw bit for channel [0-7] turns to high level when the transmit process is done.
pub fn ch0_tx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch0_tx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - The interrupt raw bit for channel 0 turns to high level when the transmit process is done.
pub fn ch1_tx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch1_tx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - The interrupt raw bit for channel 1 turns to high level when the transmit process is done.
pub fn ch2_tx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch2_tx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - The interrupt raw bit for channel 2 turns to high level when the transmit process is done.
pub fn ch3_tx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch3_tx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 9 - The interrupt raw bit for channel 3 turns to high level when the transmit process is done.
pub fn ch4_tx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch4_tx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 12 - The interrupt raw bit for channel 4 turns to high level when the transmit process is done.
pub fn ch5_tx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch5_tx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 15 - The interrupt raw bit for channel 5 turns to high level when the transmit process is done.
pub fn ch6_tx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch6_tx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 18 - The interrupt raw bit for channel 6 turns to high level when the transmit process is done.
pub fn ch7_tx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch7_tx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 21 - The interrupt raw bit for channel 7 turns to high level when the transmit process is done.
pub unsafe fn ch_rx_end_int_raw(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_rx_end_int_raw(&self, n: u8) -> BitReaderRaw<bool>
The interrupt raw bit for channel [0-7] turns to high level when the receive process is done.
pub fn ch0_rx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch0_rx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - The interrupt raw bit for channel 0 turns to high level when the receive process is done.
pub fn ch1_rx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch1_rx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - The interrupt raw bit for channel 1 turns to high level when the receive process is done.
pub fn ch2_rx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch2_rx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - The interrupt raw bit for channel 2 turns to high level when the receive process is done.
pub fn ch3_rx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch3_rx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 10 - The interrupt raw bit for channel 3 turns to high level when the receive process is done.
pub fn ch4_rx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch4_rx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 13 - The interrupt raw bit for channel 4 turns to high level when the receive process is done.
pub fn ch5_rx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch5_rx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 16 - The interrupt raw bit for channel 5 turns to high level when the receive process is done.
pub fn ch6_rx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch6_rx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 19 - The interrupt raw bit for channel 6 turns to high level when the receive process is done.
pub fn ch7_rx_end_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch7_rx_end_int_raw(&self) -> BitReaderRaw<bool>
Bit 22 - The interrupt raw bit for channel 7 turns to high level when the receive process is done.
pub unsafe fn ch_err_int_raw(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_err_int_raw(&self, n: u8) -> BitReaderRaw<bool>
The interrupt raw bit for channel [0-7] turns to high level when channle [0-7] detects some errors.
pub fn ch0_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch0_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - The interrupt raw bit for channel 0 turns to high level when channle 0 detects some errors.
pub fn ch1_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch1_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 5 - The interrupt raw bit for channel 1 turns to high level when channle 1 detects some errors.
pub fn ch2_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch2_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 8 - The interrupt raw bit for channel 2 turns to high level when channle 2 detects some errors.
pub fn ch3_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch3_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 11 - The interrupt raw bit for channel 3 turns to high level when channle 3 detects some errors.
pub fn ch4_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch4_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 14 - The interrupt raw bit for channel 4 turns to high level when channle 4 detects some errors.
pub fn ch5_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch5_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 17 - The interrupt raw bit for channel 5 turns to high level when channle 5 detects some errors.
pub fn ch6_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch6_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 20 - The interrupt raw bit for channel 6 turns to high level when channle 6 detects some errors.
pub fn ch7_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch7_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 23 - The interrupt raw bit for channel 7 turns to high level when channle 7 detects some errors.
pub unsafe fn ch_tx_thr_event_int_raw(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_tx_thr_event_int_raw(&self, n: u8) -> BitReaderRaw<bool>
The interrupt raw bit for channel [0-7] turns to high level when transmitter in channle[0-7] have send datas more than reg_rmt_tx_lim_ch[0-7] after detecting this interrupt software can updata the old datas with new datas.
pub fn ch0_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch0_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
Bit 24 - The interrupt raw bit for channel 0 turns to high level when transmitter in channle0 have send datas more than reg_rmt_tx_lim_ch0 after detecting this interrupt software can updata the old datas with new datas.
pub fn ch1_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch1_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
Bit 25 - The interrupt raw bit for channel 1 turns to high level when transmitter in channle1 have send datas more than reg_rmt_tx_lim_ch1 after detecting this interrupt software can updata the old datas with new datas.
pub fn ch2_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch2_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
Bit 26 - The interrupt raw bit for channel 2 turns to high level when transmitter in channle2 have send datas more than reg_rmt_tx_lim_ch2 after detecting this interrupt software can updata the old datas with new datas.
pub fn ch3_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch3_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
Bit 27 - The interrupt raw bit for channel 3 turns to high level when transmitter in channle3 have send datas more than reg_rmt_tx_lim_ch3 after detecting this interrupt software can updata the old datas with new datas.
pub fn ch4_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch4_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
Bit 28 - The interrupt raw bit for channel 4 turns to high level when transmitter in channle4 have send datas more than reg_rmt_tx_lim_ch4 after detecting this interrupt software can updata the old datas with new datas.
pub fn ch5_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch5_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
Bit 29 - The interrupt raw bit for channel 5 turns to high level when transmitter in channle5 have send datas more than reg_rmt_tx_lim_ch5 after detecting this interrupt software can updata the old datas with new datas.
pub fn ch6_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch6_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
Bit 30 - The interrupt raw bit for channel 6 turns to high level when transmitter in channle6 have send datas more than reg_rmt_tx_lim_ch6 after detecting this interrupt software can updata the old datas with new datas.
pub fn ch7_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
pub fn ch7_tx_thr_event_int_raw(&self) -> BitReaderRaw<bool>
Bit 31 - The interrupt raw bit for channel 7 turns to high level when transmitter in channle7 have send datas more than reg_rmt_tx_lim_ch7 after detecting this interrupt software can updata the old datas with new datas.
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.