[][src]Type Definition rsl10_pac::uart::uart_cfg::R

type R = R<u32, UART_CFG>;

Reader of register UART_CFG

Methods

impl R[src]

pub fn prescale(&self) -> PRESCALE_R[src]

Bits 8:23 - Prescaling multiplier in baud rate calculation

pub fn prescale_enable(&self) -> PRESCALE_ENABLE_R[src]

Bit 4 - Enable/disable a fixed prescaler by 12

pub fn dma_enable(&self) -> DMA_ENABLE_R[src]

Bit 1 - DMA mode enable

pub fn enable(&self) -> ENABLE_R[src]

Bit 0 - Enable/disable the UART interface