pub struct R(_);Expand description
Register LC_CONF reader
Implementations
sourceimpl R
impl R
sourcepub fn ahbm_fifo_rst(&self) -> AHBM_FIFO_RST_R
pub fn ahbm_fifo_rst(&self) -> AHBM_FIFO_RST_R
Bit 2
sourcepub fn ahbm_rst(&self) -> AHBM_RST_R
pub fn ahbm_rst(&self) -> AHBM_RST_R
Bit 3
sourcepub fn out_loop_test(&self) -> OUT_LOOP_TEST_R
pub fn out_loop_test(&self) -> OUT_LOOP_TEST_R
Bit 4
sourcepub fn in_loop_test(&self) -> IN_LOOP_TEST_R
pub fn in_loop_test(&self) -> IN_LOOP_TEST_R
Bit 5
sourcepub fn out_auto_wrback(&self) -> OUT_AUTO_WRBACK_R
pub fn out_auto_wrback(&self) -> OUT_AUTO_WRBACK_R
Bit 6
sourcepub fn out_no_restart_clr(&self) -> OUT_NO_RESTART_CLR_R
pub fn out_no_restart_clr(&self) -> OUT_NO_RESTART_CLR_R
Bit 7
sourcepub fn out_eof_mode(&self) -> OUT_EOF_MODE_R
pub fn out_eof_mode(&self) -> OUT_EOF_MODE_R
Bit 8
sourcepub fn outdscr_burst_en(&self) -> OUTDSCR_BURST_EN_R
pub fn outdscr_burst_en(&self) -> OUTDSCR_BURST_EN_R
Bit 9
sourcepub fn indscr_burst_en(&self) -> INDSCR_BURST_EN_R
pub fn indscr_burst_en(&self) -> INDSCR_BURST_EN_R
Bit 10
sourcepub fn out_data_burst_en(&self) -> OUT_DATA_BURST_EN_R
pub fn out_data_burst_en(&self) -> OUT_DATA_BURST_EN_R
Bit 11
sourcepub fn check_owner(&self) -> CHECK_OWNER_R
pub fn check_owner(&self) -> CHECK_OWNER_R
Bit 12
sourcepub fn mem_trans_en(&self) -> MEM_TRANS_EN_R
pub fn mem_trans_en(&self) -> MEM_TRANS_EN_R
Bit 13
Methods from Deref<Target = R<LC_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<LC_CONF_SPEC>> for R
impl From<R<LC_CONF_SPEC>> for R
sourcefn from(reader: R<LC_CONF_SPEC>) -> Self
fn from(reader: R<LC_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more