Type Definition tm4c123x::timer0::CTL

source ·
pub type CTL = Reg<u32, _CTL>;
Expand description

GPTM Control

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

For information about available fields see ctl module

Trait Implementations§

source§

impl ResetValue for CTL

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

read() method returns ctl::R reader structure

source§

impl Writable for CTL

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