[][src]Type Definition stm32f3::stm32f303::rcc::cfgr3::USART1SW_R

type USART1SW_R = R<u8, USART1SW_A>;

Reader of field USART1SW

Methods

impl USART1SW_R[src]

pub fn variant(&self) -> USART1SW_A[src]

Get enumerated values variant

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

Checks if the value of the field is PCLK

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

Checks if the value of the field is SYSCLK

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

Checks if the value of the field is LSE

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

Checks if the value of the field is HSI