[][src]Type Definition nrf52832_pac::spim0::frequency::FREQUENCY_R

type FREQUENCY_R = R<u32, FREQUENCY_A>;

Reader of field FREQUENCY

Methods

impl FREQUENCY_R[src]

pub fn variant(&self) -> Variant<u32, FREQUENCY_A>[src]

Get enumerated values variant

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

Checks if the value of the field is K125

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

Checks if the value of the field is K250

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

Checks if the value of the field is K500

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

Checks if the value of the field is M1

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

Checks if the value of the field is M2

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

Checks if the value of the field is M4

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

Checks if the value of the field is M8