[][src]Type Definition nrf52832_pac::i2s::config::ratio::RATIO_R

type RATIO_R = R<u8, RATIO_A>;

Reader of field RATIO

Methods

impl RATIO_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is _32X

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

Checks if the value of the field is _48X

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

Checks if the value of the field is _64X

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

Checks if the value of the field is _96X

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

Checks if the value of the field is _128X

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

Checks if the value of the field is _192X

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

Checks if the value of the field is _256X

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

Checks if the value of the field is _384X

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

Checks if the value of the field is _512X