Type Definition tm4c123x::timer0::CFG

source ·
pub type CFG = Reg<u32, _CFG>;
Expand description

GPTM Configuration

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

Trait Implementations§

source§

impl ResetValue for CFG

Register CFG 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 CFG

read() method returns cfg::R reader structure

source§

impl Writable for CFG

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