pub type BLOCKSIZE_R = FieldReader<u8, BLOCKSIZE_A>;
Expand description

Field BLOCKSIZE reader - Size of Data Blocks

Implementations§

source§

impl BLOCKSIZE_R

source

pub fn variant(&self) -> Option<BLOCKSIZE_A>

Get enumerated values variant

source

pub fn is_16bytes(&self) -> bool

Checks if the value of the field is _16BYTES

source

pub fn is_32bytes(&self) -> bool

Checks if the value of the field is _32BYTES

source

pub fn is_64bytes(&self) -> bool

Checks if the value of the field is _64BYTES