Type Alias avr_device::atmega2560::usart1::ucsr1c::UCSZ1_R

source ·
pub type UCSZ1_R = FieldReader<u8, UCSZ1_A>;
Expand description

Field UCSZ1 reader - Character Size

Aliased Type§

struct UCSZ1_R { /* private fields */ }

Implementations§

source§

impl UCSZ1_R

source

pub fn variant(&self) -> UCSZ1_A

Get enumerated values variant

source

pub fn is_chr5(&self) -> bool

Checks if the value of the field is CHR5

source

pub fn is_chr6(&self) -> bool

Checks if the value of the field is CHR6

source

pub fn is_chr7(&self) -> bool

Checks if the value of the field is CHR7

source

pub fn is_chr8(&self) -> bool

Checks if the value of the field is CHR8