Enum tm4c129x::uart0::uart_cc::UartCcCsR [] [src]

pub enum UartCcCsR {
    UartCcCsSysclk,
    UartCcCsPiosc,
    _Reserved(u8),
}

Possible values of the field UART_CC_CS

Variants

System clock (based on clock source and divisor factor)

PIOSC

Reserved

Methods

impl UartCcCsR
[src]

Value of the field as raw bits

Checks if the value of the field is UartCcCsSysclk

Checks if the value of the field is UartCcCsPiosc

Trait Implementations

impl Clone for UartCcCsR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UartCcCsR
[src]

impl Debug for UartCcCsR
[src]

Formats the value using the given formatter.

impl PartialEq for UartCcCsR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.