[][src]Type Definition nuc1xx::gcr::TEMPCR

type TEMPCR = Reg<u32, _TEMPCR>;

Temperature Sensor Control Register

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

For information about available fields see tempcr module

Trait Implementations

impl Readable for TEMPCR[src]

read() method returns tempcr::R reader structure

impl ResetValue for TEMPCR[src]

Register TEMPCR reset()'s with value 0

type Type = u32

Register size

impl Writable for TEMPCR[src]

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