Enum s32k144::sim::sdid::PackageR [] [src]

pub enum PackageR {
    _0010,
    _0011,
    _0100,
    _0110,
    _0111,
    _1000,
    _Reserved(u8),
}

Possible values of the field PACKAGE

Variants

48 LQFP

64 LQFP

100 LQFP

144 LQFP

176 LQFP

100 MAP BGA

Reserved

Methods

impl PackageR
[src]

Value of the field as raw bits

Checks if the value of the field is _0010

Checks if the value of the field is _0011

Checks if the value of the field is _0100

Checks if the value of the field is _0110

Checks if the value of the field is _0111

Checks if the value of the field is _1000

Trait Implementations

impl Clone for PackageR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PackageR
[src]

impl Debug for PackageR
[src]

Formats the value using the given formatter.

impl PartialEq for PackageR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.