Type Definition atsam4s2a_pac::piob::pcmr::DSIZE_W

source ·
pub type DSIZE_W<'a, const O: u8> = FieldWriter<'a, u32, PCMR_SPEC, u8, DSIZE_A, 2, O>;
Expand description

Field DSIZE writer - Parallel Capture Mode Data Size

Implementations§

source§

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

source

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

The reception data in the PIO_PCRHR register is a byte (8-bit)

source

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

The reception data in the PIO_PCRHR register is a half-word (16-bit)

source

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

The reception data in the PIO_PCRHR register is a word (32-bit)