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

type SDRTR = Reg<u32, _SDRTR>;

SDRAM Refresh Timer register

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

For information about available fields see sdrtr module

Trait Implementations

impl Readable for SDRTR[src]

read() method returns sdrtr::R reader structure

impl ResetValue for SDRTR[src]

Register SDRTR reset()'s with value 0

type Type = u32

Register size

impl Writable for SDRTR[src]

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