R

Type Alias R 

Source
pub type R = R<u32, SCGCUART>;
Expand description

Reader of register SCGCUART

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn reserved32(&self) -> RESERVED32_R

Bits 2:31 - 31:2] This register is 8 bits in a 32-bit address space.

Source

pub fn uart1(&self) -> UART1_R

Bit 1 - 1:1] 0: Clock for UART1 is gated. 1: Clock for UART1 is enabled.

Source

pub fn uart0(&self) -> UART0_R

Bit 0 - 0:0] 0: Clock for UART0 is gated. 1: Clock for UART0 is enabled.