Type Definition stm32f2::stm32f215::sdio::DCTRL[][src]

type DCTRL = Reg<u32, _DCTRL>;

data control register

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

For information about available fields see dctrl module

Trait Implementations

impl Readable for DCTRL[src]

read() method returns dctrl::R reader structure

impl ResetValue for DCTRL[src]

Register DCTRL reset()'s with value 0

type Type = u32

Register size

impl Writable for DCTRL[src]

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