Type Definition stm32f4::stm32f413::quadspi::DLR[][src]

type DLR = Reg<u32, _DLR>;

data length register

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

For information about available fields see dlr module

Trait Implementations

impl Readable for DLR[src]

read() method returns dlr::R reader structure

impl ResetValue for DLR[src]

Register DLR reset()'s with value 0

type Type = u32

Register size

impl Writable for DLR[src]

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