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

type TASKS_SAMPLE = Reg<u32, _TASKS_SAMPLE>;

Take one ADC sample, if scan is enabled all channels are sampled

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

For information about available fields see tasks_sample module

Trait Implementations

impl ResetValue for TASKS_SAMPLE[src]

Register TASKS_SAMPLE reset()'s with value 0

type Type = u32

Register size

impl Writable for TASKS_SAMPLE[src]

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