pub struct R(_);Expand description
Register CORE_X_IRAM0_DRAM0_DMA_SPLIT_LINE_CONSTRAIN_5 reader
Implementations
sourceimpl R
impl R
sourcepub fn core_x_dram0_dma_sram_line_1_category_0(
&self
) -> CORE_X_DRAM0_DMA_SRAM_LINE_1_CATEGORY_0_R
pub fn core_x_dram0_dma_sram_line_1_category_0(
&self
) -> CORE_X_DRAM0_DMA_SRAM_LINE_1_CATEGORY_0_R
Bits 0:1 - core_x_dram0_dma_sram_line_1_category_0
sourcepub fn core_x_dram0_dma_sram_line_1_category_1(
&self
) -> CORE_X_DRAM0_DMA_SRAM_LINE_1_CATEGORY_1_R
pub fn core_x_dram0_dma_sram_line_1_category_1(
&self
) -> CORE_X_DRAM0_DMA_SRAM_LINE_1_CATEGORY_1_R
Bits 2:3 - core_x_dram0_dma_sram_line_1_category_1
sourcepub fn core_x_dram0_dma_sram_line_1_category_2(
&self
) -> CORE_X_DRAM0_DMA_SRAM_LINE_1_CATEGORY_2_R
pub fn core_x_dram0_dma_sram_line_1_category_2(
&self
) -> CORE_X_DRAM0_DMA_SRAM_LINE_1_CATEGORY_2_R
Bits 4:5 - core_x_dram0_dma_sram_line_1_category_2
sourcepub fn core_x_dram0_dma_sram_line_1_splitaddr(
&self
) -> CORE_X_DRAM0_DMA_SRAM_LINE_1_SPLITADDR_R
pub fn core_x_dram0_dma_sram_line_1_splitaddr(
&self
) -> CORE_X_DRAM0_DMA_SRAM_LINE_1_SPLITADDR_R
Bits 14:21 - core_x_dram0_dma_sram_line_1_splitaddr
Methods from Deref<Target = R<CORE_X_IRAM0_DRAM0_DMA_SPLIT_LINE_CONSTRAIN_5_SPEC>>
Trait Implementations
sourceimpl From<R<CORE_X_IRAM0_DRAM0_DMA_SPLIT_LINE_CONSTRAIN_5_SPEC>> for R
impl From<R<CORE_X_IRAM0_DRAM0_DMA_SPLIT_LINE_CONSTRAIN_5_SPEC>> for R
sourcefn from(reader: R<CORE_X_IRAM0_DRAM0_DMA_SPLIT_LINE_CONSTRAIN_5_SPEC>) -> Self
fn from(reader: R<CORE_X_IRAM0_DRAM0_DMA_SPLIT_LINE_CONSTRAIN_5_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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