pub type SIZE_R = FieldReader<u8, SIZE_A>;
Expand description

Field SIZE reader - Unit Data Transfer Size

Implementations§

source§

impl SIZE_R

source

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

Get enumerated values variant

source

pub fn is_byte(&self) -> bool

Checks if the value of the field is BYTE

source

pub fn is_halfword(&self) -> bool

Checks if the value of the field is HALFWORD

source

pub fn is_word(&self) -> bool

Checks if the value of the field is WORD