Type Definition tm4c123x::sysctl::RCGCUART

source ·
pub type RCGCUART = Reg<u32, _RCGCUART>;
Expand description

Universal Asynchronous Receiver/Transmitter Run Mode Clock Gating Control

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see rcgcuart module

Trait Implementations§

source§

impl ResetValue for RCGCUART

Register RCGCUART reset()’s with value 0

§

type Type = u32

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for RCGCUART

read() method returns rcgcuart::R reader structure

source§

impl Writable for RCGCUART

write(|w| ..) method takes rcgcuart::W writer structure