Type Alias atsamd51j::system_control::aircr::ENDIANNESS_R

source ·
pub type ENDIANNESS_R = BitReader<ENDIANNESSSELECT_A>;
Expand description

Field ENDIANNESS reader - Data endianness, 0=little, 1=big

Aliased Type§

struct ENDIANNESS_R { /* private fields */ }

Implementations§

source§

impl ENDIANNESS_R

source

pub const fn variant(&self) -> ENDIANNESSSELECT_A

Get enumerated values variant

source

pub fn is_value_0(&self) -> bool

Little-endian

source

pub fn is_value_1(&self) -> bool

Big-endian