Type Alias avr_device::atmega2560::usart0::ucsr0c::UMSEL0_R
source · pub type UMSEL0_R = FieldReader<u8, UMSEL0_A>;Expand description
Field UMSEL0 reader - USART Mode Select
Aliased Type§
struct UMSEL0_R { /* private fields */ }Implementations§
source§impl UMSEL0_R
impl UMSEL0_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