[][src]Type Definition ambiq_apollo1_pac::uart::cr::CLKSEL_R

type CLKSEL_R = R<u8, CLKSEL_A>;

Reader of field CLKSEL

Methods

impl CLKSEL_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NOCLK

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

Checks if the value of the field is _24MHZ

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

Checks if the value of the field is _12MHZ

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

Checks if the value of the field is _6MHZ

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

Checks if the value of the field is _3MHZ