#[repr(transparent)]pub struct IcDmaTdlr(pub u32);
Expand description
DMA Transmit Data Level Register
Tuple Fields§
§0: u32
Implementations§
source§impl IcDmaTdlr
impl IcDmaTdlr
sourcepub const fn dmatdl(&self) -> u8
pub const fn dmatdl(&self) -> u8
Transmit Data Level. This bit field controls the level at which a DMA request is made by the transmit logic. It is equal to the watermark level; that is, the dma_tx_req signal is generated when the number of valid data entries in the transmit FIFO is equal to or below this field value, and TDMAE = 1. Reset value: 0x0
sourcepub fn set_dmatdl(&mut self, val: u8)
pub fn set_dmatdl(&mut self, val: u8)
Transmit Data Level. This bit field controls the level at which a DMA request is made by the transmit logic. It is equal to the watermark level; that is, the dma_tx_req signal is generated when the number of valid data entries in the transmit FIFO is equal to or below this field value, and TDMAE = 1. Reset value: 0x0
Trait Implementations§
impl Copy for IcDmaTdlr
impl Eq for IcDmaTdlr
impl StructuralPartialEq for IcDmaTdlr
Auto Trait Implementations§
impl Freeze for IcDmaTdlr
impl RefUnwindSafe for IcDmaTdlr
impl Send for IcDmaTdlr
impl Sync for IcDmaTdlr
impl Unpin for IcDmaTdlr
impl UnwindSafe for IcDmaTdlr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)