[][src]Struct cc13x2_cc26x2_hal::uart1::ctl::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn reserved16(&mut self) -> _RESERVED16W[src]

Bits 16:31 - 31:16] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn ctsen(&mut self) -> _CTSENW[src]

Bit 15 - 15:15] CTS hardware flow control enable

pub fn rtsen(&mut self) -> _RTSENW[src]

Bit 14 - 14:14] RTS hardware flow control enable

pub fn reserved12(&mut self) -> _RESERVED12W[src]

Bits 12:13 - 13:12] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn rts(&mut self) -> _RTSW[src]

Bit 11 - 11:11] Request to Send This bit is the complement of the active-low UART RTS output. That is, when the bit is programmed to a 1 then RTS output on the pins is LOW.

pub fn reserved10(&mut self) -> _RESERVED10W[src]

Bit 10 - 10:10] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn rxe(&mut self) -> _RXEW[src]

Bit 9 - 9:9] UART Receive Enable If the UART is disabled in the middle of reception, it completes the current character before stopping.

pub fn txe(&mut self) -> _TXEW[src]

Bit 8 - 8:8] UART Transmit Enable If the UART is disabled in the middle of transmission, it completes the current character before stopping.

pub fn lbe(&mut self) -> _LBEW[src]

Bit 7 - 7:7] UART Loop Back Enable: Enabling the loop-back mode connects the UARTTXD output from the UART to UARTRXD input of the UART.

pub fn reserved1(&mut self) -> _RESERVED1W[src]

Bits 1:6 - 6:1] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn uarten(&mut self) -> _UARTENW[src]

Bit 0 - 0:0] UART Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self