Type Definition tm4c123x::adc0::CC

source ·
pub type CC = Reg<u32, _CC>;
Expand description

ADC Clock Configuration

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

For information about available fields see cc module

Trait Implementations§

source§

impl ResetValue for CC

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

read() method returns cc::R reader structure

source§

impl Writable for CC

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