Type Alias atsamd51p::port::group::evctrl::EVACT0_W

source ·
pub type EVACT0_W<'a, REG, const O: u8> = FieldWriterSafe<'a, REG, 2, O, EVACT0SELECT_A>;
Expand description

Field EVACT0 writer - PORT Event Action 0

Aliased Type§

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

Implementations§

source§

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

source

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

Event output to pin

source

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

Set output register of pin on event

source

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

Clear output register of pin on event

source

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

Toggle output register of pin on event