[][src]Type Definition ambiq_apollo3p_pac::bleif::dmatrigstat::W

type W = W<u32, DMATRIGSTAT>;

Writer for register DMATRIGSTAT

Methods

impl W[src]

pub fn dtotcmp(&mut self) -> DTOTCMP_W[src]

Bit 2 - DMA triggered when DCMDCMP = 0, and the amount of data in the FIFO was enough to complete the DMA operation (greater than or equal to current TOTCOUNT) when the command completed. This trigger is default active when the DCMDCMP trigger is disabled and there is enough data in the FIFO to complete the DMA operation.

pub fn dthr(&mut self) -> DTHR_W[src]

Bit 1 - Triggered DMA from THR event. Bit is read only and can be cleared by disabling the DTHR trigger enable or by disabling DMA.

pub fn dcmdcmp(&mut self) -> DCMDCMP_W[src]

Bit 0 - Triggered DMA from Command complete event. Bit is read only and can be cleared by disabling the DCMDCMP trigger enable or by disabling DMA.