pub type DSTINC_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CH10_CTRL_SPEC, u8, DSTINC_A, 2, O>;
Expand description

Field DSTINC writer - Destination Address Increment Size

Implementations§

source§

impl<'a, const O: u8> DSTINC_W<'a, O>

source

pub fn one(self) -> &'a mut W

Increment destination address by one unit data size after each write

source

pub fn two(self) -> &'a mut W

Increment destination address by two unit data sizes after each write

source

pub fn four(self) -> &'a mut W

Increment destination address by four unit data sizes after each write

source

pub fn none(self) -> &'a mut W

Do not increment the destination address. Writes are made to a fixed destination address, for example writing to a FIFO.