Struct lpc82x_hal::syscon::UARTFRG[][src]

pub struct UARTFRG<'syscon> { /* fields omitted */ }

UART Fractional Baud Rate Generator

Controls the common clock for all UART peripherals (U_PCLK).

Can also be used to control the UART FRG using various methods on syscon::Handle.

Methods

impl<'syscon> UARTFRG<'syscon>
[src]

Set UART clock divider value (UARTCLKDIV)

See user manual, section 5.6.15.

Set UART fractional generator multiplier value (UARTFRGMULT)

See user manual, section 5.6.20.

Set UART fractional generator divider value (UARTFRGDIV)

See user manual, section 5.6.19.

Trait Implementations

impl<'a> ResetControl for UARTFRG<'a>
[src]

Internal method to assert peripheral reset

Internal method to clear peripheral reset

Auto Trait Implementations

impl<'syscon> !Send for UARTFRG<'syscon>

impl<'syscon> !Sync for UARTFRG<'syscon>