nrf52840_pac::ccm::mode

Type Alias DATARATE_R

Source
pub type DATARATE_R = FieldReader<u8, DATARATE_A>;
Expand description

Field DATARATE reader - Radio data rate that the CCM shall run synchronous with

Aliased Type§

struct DATARATE_R { /* private fields */ }

Implementations§

Source§

impl DATARATE_R

Source

pub fn variant(&self) -> DATARATE_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