[][src]Type Definition ambiq_apollo3p_pac::bleif::dmatargaddr::R

type R = R<u32, DMATARGADDR>;

Reader of register DMATARGADDR

Methods

impl R[src]

pub fn targaddr28(&self) -> TARGADDR28_R[src]

Bit 28 - Bit 28 of the target byte address for source of DMA (either read or write). In cases of non-word aligned addresses, the DMA logic will take care for ensuring only the target bytes are read/written. Setting to '1' will select the SRAM. Setting to '0' will select the flash

pub fn targaddr(&self) -> TARGADDR_R[src]

Bits 0:20 - Bits [19:0] of the target byte address for source of DMA (either read or write). The address can be any byte alignment, and does not have to be word aligned. In cases of non-word aligned addresses, the DMA logic will take care for ensuring only the target bytes are read/written.