pub type SRCINC_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CH7_CTRL_SPEC, u8, SRCINC_A, 2, O>;
Expand description

Field SRCINC writer - Source Address Increment Size

Implementations§

source§

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

source

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

Increment source address by one unit data size after each read

source

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

Increment source address by two unit data sizes after each read

source

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

Increment source address by four unit data sizes after each read

source

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

Do not increment the source address. In this mode reads are made from a fixed source address, for example reading FIFO.