atsamd21j::nvmctrl::param

Type Alias PszR

Source
pub type PszR = FieldReader<Pszselect>;
Expand description

Field PSZ reader - Page Size

Aliased Type§

struct PszR { /* private fields */ }

Implementations§

Source§

impl PszR

Source

pub const fn variant(&self) -> Pszselect

Get enumerated values variant

Source

pub fn is_8(&self) -> bool

8 bytes

Source

pub fn is_16(&self) -> bool

16 bytes

Source

pub fn is_32(&self) -> bool

32 bytes

Source

pub fn is_64(&self) -> bool

64 bytes

Source

pub fn is_128(&self) -> bool

128 bytes

Source

pub fn is_256(&self) -> bool

256 bytes

Source

pub fn is_512(&self) -> bool

512 bytes

Source

pub fn is_1024(&self) -> bool

1024 bytes