Type Definition stm32f4::stm32f407::sdio::DTIMER[][src]

type DTIMER = Reg<u32, _DTIMER>;

data timer register

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

For information about available fields see dtimer module

Trait Implementations

impl Readable for DTIMER[src]

read() method returns dtimer::R reader structure

impl ResetValue for DTIMER[src]

Register DTIMER reset()'s with value 0

type Type = u32

Register size

impl Writable for DTIMER[src]

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