nrf52840_pac::p0::latch

Type Alias PIN1_W

Source
pub type PIN1_W<'a, const O: u8> = BitWriter<'a, u32, LATCH_SPEC, PIN1_A, O>;
Expand description

Field PIN1 writer - Status on whether PIN1 has met criteria set in PIN_CNF1.SENSE register. Write ‘1’ to clear.

Aliased Type§

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

Implementations§

Source§

impl<'a, const O: u8> PIN1_W<'a, O>

Source

pub fn not_latched(self) -> &'a mut W

Criteria has not been met

Source

pub fn latched(self) -> &'a mut W

Criteria has been met