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

type SAMPLERATE = Reg<u32, _SAMPLERATE>;

Controls normal or continuous sample rate

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

For information about available fields see samplerate module

Trait Implementations

impl Readable for SAMPLERATE[src]

read() method returns samplerate::R reader structure

impl ResetValue for SAMPLERATE[src]

Register SAMPLERATE reset()'s with value 0

type Type = u32

Register size

impl Writable for SAMPLERATE[src]

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