Type Definition stm32f4::stm32f413::sdio::DLEN[][src]

type DLEN = Reg<u32, _DLEN>;

data length register

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

For information about available fields see dlen module

Trait Implementations

impl Readable for DLEN[src]

read() method returns dlen::R reader structure

impl ResetValue for DLEN[src]

Register DLEN reset()'s with value 0

type Type = u32

Register size

impl Writable for DLEN[src]

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