Struct nrf52840::saadc::OVERSAMPLE[][src]

pub struct OVERSAMPLE { /* fields omitted */ }

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

Methods

impl OVERSAMPLE
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations

impl Send for OVERSAMPLE

impl !Sync for OVERSAMPLE