[][src]Type Definition esp32::uart::conf0::STOP_BIT_NUM_R

type STOP_BIT_NUM_R = R<u8, STOP_BIT_NUM_A>;

Reader of field STOP_BIT_NUM

Implementations

impl STOP_BIT_NUM_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is STOP_BITS_1

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

Checks if the value of the field is STOP_BITS_1P5

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

Checks if the value of the field is STOP_BITS_2