CICR

Type Alias CICR 

Source
pub type CICR = Reg<u32, _CICR>;
Expand description

Clock interrupt clear register

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

For information about available fields see cicr module

Aliased Type§

pub struct CICR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CICR

Register CICR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for CICR

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