[][src]Type Definition nrf52832_pac::saadc::EVENTS_RESULTDONE

type EVENTS_RESULTDONE = Reg<u32, _EVENTS_RESULTDONE>;

A result is ready to get transferred to RAM.

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

For information about available fields see events_resultdone module

Trait Implementations

impl Readable for EVENTS_RESULTDONE[src]

read() method returns events_resultdone::R reader structure

impl ResetValue for EVENTS_RESULTDONE[src]

Register EVENTS_RESULTDONE reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_RESULTDONE[src]

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