nrf52840_pac::ccm::rateoverride

Type Alias RATEOVERRIDE_R

Source
pub type RATEOVERRIDE_R = FieldReader<u8, RATEOVERRIDE_A>;
Expand description

Field RATEOVERRIDE reader - Data rate override setting.

Aliased Type§

struct RATEOVERRIDE_R { /* private fields */ }

Implementations§

Source§

impl RATEOVERRIDE_R

Source

pub fn variant(&self) -> RATEOVERRIDE_A

Get enumerated values variant

Source

pub fn is_1mbit(&self) -> bool

Checks if the value of the field is _1MBIT

Source

pub fn is_2mbit(&self) -> bool

Checks if the value of the field is _2MBIT

Source

pub fn is_125kbps(&self) -> bool

Checks if the value of the field is _125KBPS

Source

pub fn is_500kbps(&self) -> bool

Checks if the value of the field is _500KBPS