Type Alias RTC_R

Source
pub type RTC_R = FieldReader<u8, RTC_A>;
Expand description

Field RTC reader - Real-Time Counter Prescaler

Aliased Type§

pub struct RTC_R { /* private fields */ }

Implementations§

Source§

impl RTC_R

Source

pub fn variant(&self) -> RTC_A

Get enumerated values variant

Source

pub fn is_div1(&self) -> bool

Checks if the value of the field is DIV1

Source

pub fn is_div2(&self) -> bool

Checks if the value of the field is DIV2

Source

pub fn is_div4(&self) -> bool

Checks if the value of the field is DIV4

Source

pub fn is_div8(&self) -> bool

Checks if the value of the field is DIV8

Source

pub fn is_div16(&self) -> bool

Checks if the value of the field is DIV16

Source

pub fn is_div32(&self) -> bool

Checks if the value of the field is DIV32

Source

pub fn is_div64(&self) -> bool

Checks if the value of the field is DIV64

Source

pub fn is_div128(&self) -> bool

Checks if the value of the field is DIV128

Source

pub fn is_div256(&self) -> bool

Checks if the value of the field is DIV256

Source

pub fn is_div512(&self) -> bool

Checks if the value of the field is DIV512

Source

pub fn is_div1024(&self) -> bool

Checks if the value of the field is DIV1024

Source

pub fn is_div2048(&self) -> bool

Checks if the value of the field is DIV2048

Source

pub fn is_div4096(&self) -> bool

Checks if the value of the field is DIV4096

Source

pub fn is_div8192(&self) -> bool

Checks if the value of the field is DIV8192

Source

pub fn is_div16384(&self) -> bool

Checks if the value of the field is DIV16384

Source

pub fn is_div32768(&self) -> bool

Checks if the value of the field is DIV32768