Type Alias atsame54n::system_control::aircr::ENDIANNESS_W

source ·
pub type ENDIANNESS_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, ENDIANNESSSELECT_A>;
Expand description

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

Aliased Type§

struct ENDIANNESS_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> ENDIANNESS_W<'a, REG, O>
where REG: Writable + RegisterSpec,

source

pub fn value_0(self) -> &'a mut W<REG>

Little-endian

source

pub fn value_1(self) -> &'a mut W<REG>

Big-endian