DTIMER

Type Alias DTIMER 

Source
pub type DTIMER = Reg<u32, _DTIMER>;
Expand description

data timer register

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

For information about available fields see dtimer module

Aliased Type§

pub struct DTIMER { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DTIMER

Register DTIMER reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for DTIMER

read() method returns dtimer::R reader structure

Source§

impl Writable for DTIMER

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