[][src]Type Definition nrf52832_pac::saadc::oversample::OVERSAMPLE_R

type OVERSAMPLE_R = R<u8, OVERSAMPLE_A>;

Reader of field OVERSAMPLE

Methods

impl OVERSAMPLE_R[src]

pub fn variant(&self) -> Variant<u8, OVERSAMPLE_A>[src]

Get enumerated values variant

pub fn is_bypass(&self) -> bool[src]

Checks if the value of the field is BYPASS

pub fn is_over2x(&self) -> bool[src]

Checks if the value of the field is OVER2X

pub fn is_over4x(&self) -> bool[src]

Checks if the value of the field is OVER4X

pub fn is_over8x(&self) -> bool[src]

Checks if the value of the field is OVER8X

pub fn is_over16x(&self) -> bool[src]

Checks if the value of the field is OVER16X

pub fn is_over32x(&self) -> bool[src]

Checks if the value of the field is OVER32X

pub fn is_over64x(&self) -> bool[src]

Checks if the value of the field is OVER64X

pub fn is_over128x(&self) -> bool[src]

Checks if the value of the field is OVER128X

pub fn is_over256x(&self) -> bool[src]

Checks if the value of the field is OVER256X