SCGCUART

Type Alias SCGCUART 

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

This register defines the module clocks for UART[1:0] when the CPU is in sleep mode. This register setting is don’t care for PM1-3, because the system clock is powered down in these modes.

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

For information about avaliable fields see scgcuart module

Aliased Type§

pub struct SCGCUART { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SCGCUART

Register SCGCUART reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SCGCUART

read() method returns scgcuart::R reader structure

Source§

impl Writable for SCGCUART

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