Type Alias avr_device::atmega2560::usart2::ucsr2c::UMSEL2_R
source · pub type UMSEL2_R = FieldReader<u8, UMSEL2_A>;Expand description
Field UMSEL2 reader - USART Mode Select
Aliased Type§
struct UMSEL2_R { /* private fields */ }Implementations§
source§impl UMSEL2_R
impl UMSEL2_R
sourcepub fn is_usart_async(&self) -> bool
pub fn is_usart_async(&self) -> bool
Checks if the value of the field is USART_ASYNC
sourcepub fn is_usart_sync(&self) -> bool
pub fn is_usart_sync(&self) -> bool
Checks if the value of the field is USART_SYNC
sourcepub fn is_spi_master(&self) -> bool
pub fn is_spi_master(&self) -> bool
Checks if the value of the field is SPI_MASTER