[][src]Type Definition nrf52832_pac::lpcomp::EVENTS_READY

type EVENTS_READY = Reg<u32, _EVENTS_READY>;

LPCOMP is ready and output is valid

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

For information about available fields see events_ready module

Trait Implementations

impl Readable for EVENTS_READY[src]

read() method returns events_ready::R reader structure

impl ResetValue for EVENTS_READY[src]

Register EVENTS_READY reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_READY[src]

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