Type Alias atsamd51p::eic::asynch::ASYNCH_W

source ·
pub type ASYNCH_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 16, O, ASYNCHSELECT_A>;
Expand description

Field ASYNCH writer - Asynchronous Edge Detection Mode

Aliased Type§

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

Implementations§

source§

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

source

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

Edge detection is clock synchronously operated

source

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

Edge detection is clock asynchronously operated