Type Alias atsame54n::evsys::channels::channel::PATH_W

source ·
pub type PATH_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 2, O, PATHSELECT_A>;
Expand description

Field PATH writer - Path Selection

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> PATH_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

Synchronous path

source

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

Resynchronized path

source

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

Asynchronous path