pub type DATA_SIZE_R = FieldReader<DATA_SIZE_A>;
Expand description

Field DATA_SIZE reader - Set the size of each bus transfer (byte/halfword/word). READ_ADDR and WRITE_ADDR advance by this amount (1/2/4 bytes) with each transfer.

Aliased Type§

struct DATA_SIZE_R { /* private fields */ }

Implementations§

source§

impl DATA_SIZE_R

source

pub const fn variant(&self) -> Option<DATA_SIZE_A>

Get enumerated values variant

source

pub fn is_size_byte(&self) -> bool

0

source

pub fn is_size_halfword(&self) -> bool

1

source

pub fn is_size_word(&self) -> bool

10