[][src]Type Definition nrf52832_pac::p0::LATCH

type LATCH = Reg<u32, _LATCH>;

Latch register indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see latch module

Trait Implementations

impl Readable for LATCH[src]

read() method returns latch::R reader structure

impl ResetValue for LATCH[src]

Register LATCH reset()'s with value 0

type Type = u32

Register size

impl Writable for LATCH[src]

write(|w| ..) method takes latch::W writer structure