Struct stm32f103xx::rcc::apb2enr::_USART1ENW [−][src]
pub struct _USART1ENW<'a> { /* fields omitted */ }
Proxy
Methods
impl<'a> _USART1ENW<'a>
[src]
impl<'a> _USART1ENW<'a>
pub fn variant(self, variant: USART1ENW) -> &'a mut W
[src]
pub fn variant(self, variant: USART1ENW) -> &'a mut W
Writes variant
to the field
pub fn disabled(self) -> &'a mut W
[src]
pub fn disabled(self) -> &'a mut W
Disabled.
pub fn enabled(self) -> &'a mut W
[src]
pub fn enabled(self) -> &'a mut W
Enabled.
pub fn set_bit(self) -> &'a mut W
[src]
pub fn set_bit(self) -> &'a mut W
Sets the field bit
pub fn clear_bit(self) -> &'a mut W
[src]
pub fn clear_bit(self) -> &'a mut W
Clears the field bit
pub fn bit(self, value: bool) -> &'a mut W
[src]
pub fn bit(self, value: bool) -> &'a mut W
Writes raw bits to the field
Auto Trait Implementations
impl<'a> Send for _USART1ENW<'a>
impl<'a> Send for _USART1ENW<'a>
impl<'a> Sync for _USART1ENW<'a>
impl<'a> Sync for _USART1ENW<'a>