Type Definition stm32f1::stm32f103::sdio::DLEN[][src]

type DLEN = Reg<u32, _DLEN>;

Bits 24:0 = DATALENGTH: Data length value

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