Type Definition tm4c123x::hib::RTCSS

source ·
pub type RTCSS = Reg<u32, _RTCSS>;
Expand description

Hibernation RTC Sub Seconds

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

For information about available fields see rtcss module

Trait Implementations§

source§

impl ResetValue for RTCSS

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

read() method returns rtcss::R reader structure

source§

impl Writable for RTCSS

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