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

type OVERSAMPLE = Reg<u32, _OVERSAMPLE>;

Oversampling configuration. OVERSAMPLE should not be combined with SCAN. The RESOLUTION is applied before averaging, thus for high OVERSAMPLE a higher RESOLUTION should be used.

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

For information about available fields see oversample module

Trait Implementations

impl Readable for OVERSAMPLE[src]

read() method returns oversample::R reader structure

impl ResetValue for OVERSAMPLE[src]

Register OVERSAMPLE reset()'s with value 0

type Type = u32

Register size

impl Writable for OVERSAMPLE[src]

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