pub struct R(_);
Expand description
Register LC_CONF
reader
Implementations§
§impl R
impl R
pub fn ahbm_fifo_rst(&self) -> BitReaderRaw<bool>
pub fn ahbm_fifo_rst(&self) -> BitReaderRaw<bool>
Bit 2
pub fn out_loop_test(&self) -> BitReaderRaw<bool>
pub fn out_loop_test(&self) -> BitReaderRaw<bool>
Bit 4
pub fn in_loop_test(&self) -> BitReaderRaw<bool>
pub fn in_loop_test(&self) -> BitReaderRaw<bool>
Bit 5
pub fn out_auto_wrback(&self) -> BitReaderRaw<bool>
pub fn out_auto_wrback(&self) -> BitReaderRaw<bool>
Bit 6
pub fn out_no_restart_clr(&self) -> BitReaderRaw<bool>
pub fn out_no_restart_clr(&self) -> BitReaderRaw<bool>
Bit 7
pub fn out_eof_mode(&self) -> BitReaderRaw<bool>
pub fn out_eof_mode(&self) -> BitReaderRaw<bool>
Bit 8
pub fn outdscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn outdscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 9
pub fn indscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn indscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 10
pub fn out_data_burst_en(&self) -> BitReaderRaw<bool>
pub fn out_data_burst_en(&self) -> BitReaderRaw<bool>
Bit 11
pub fn check_owner(&self) -> BitReaderRaw<bool>
pub fn check_owner(&self) -> BitReaderRaw<bool>
Bit 12
pub fn mem_trans_en(&self) -> BitReaderRaw<bool>
pub fn mem_trans_en(&self) -> BitReaderRaw<bool>
Bit 13
Methods from Deref<Target = R<LC_CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<LC_CONF_SPEC>> for R
impl From<R<LC_CONF_SPEC>> for R
§fn from(reader: R<LC_CONF_SPEC>) -> R
fn from(reader: R<LC_CONF_SPEC>) -> R
Converts to this type from the input type.