Struct d1_pac::uart::dma_req_en::R
source · pub struct R(/* private fields */);
Expand description
Register dma_req_en
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_req_enable(&self) -> RX_REQ_ENABLE_R
pub fn rx_req_enable(&self) -> RX_REQ_ENABLE_R
Bit 0 - DMA RX REQ Enable
sourcepub fn tx_req_enable(&self) -> TX_REQ_ENABLE_R
pub fn tx_req_enable(&self) -> TX_REQ_ENABLE_R
Bit 1 - DMA TX REQ Enable
sourcepub fn timeout_enable(&self) -> TIMEOUT_ENABLE_R
pub fn timeout_enable(&self) -> TIMEOUT_ENABLE_R
Bit 2 - DMA Timeout Enable
Methods from Deref<Target = R<DMA_REQ_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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