[][src]Struct lpc81x_pac::syscon::presetctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn spi0_rst_n(&self) -> SPI0_RST_NR[src]

Bit 0 - SPI0 reset control

pub fn spi1_rst_n(&self) -> SPI1_RST_NR[src]

Bit 1 - SPI1 reset control

pub fn uartfrg_rst_n(&self) -> UARTFRG_RST_NR[src]

Bit 2 - UART fractional baud rate generator (UARTFRG) reset control

pub fn usart0_rst_n(&self) -> USART0_RST_NR[src]

Bit 3 - USART0 reset control

pub fn uart1_rst_n(&self) -> UART1_RST_NR[src]

Bit 4 - U1ART1 reset control

pub fn uart2_rst_n(&self) -> UART2_RST_NR[src]

Bit 5 - UART2 reset control

pub fn i2c_rst_n(&self) -> I2C_RST_NR[src]

Bit 6 - I2C reset control

pub fn mrt_rst_n(&self) -> MRT_RST_NR[src]

Bit 7 - Multi-rate timer (MRT) reset control

pub fn sct_rst_n(&self) -> SCT_RST_NR[src]

Bit 8 - SCT reset control

pub fn wkt_rst_n(&self) -> WKT_RST_NR[src]

Bit 9 - Self wake-up timer (WKT) reset control

pub fn gpio_rst_n(&self) -> GPIO_RST_NR[src]

Bit 10 - GPIO and GPIO pin interrupt reset control

pub fn flash_rst_n(&self) -> FLASH_RST_NR[src]

Bit 11 - Flash controller reset control

pub fn acmp_rst_n(&self) -> ACMP_RST_NR[src]

Bit 12 - Analog comparator reset control

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self