Type Definition stm32f4::stm32f469::fmc::SDTR[][src]

type SDTR = Reg<u32, _SDTR>;

SDRAM Timing register 1

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

For information about available fields see sdtr module

Trait Implementations

impl Readable for SDTR[src]

read() method returns sdtr::R reader structure

impl ResetValue for SDTR[src]

Register SDTR%s reset()'s with value 0x0fff_ffff

type Type = u32

Register size

impl Writable for SDTR[src]

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