Type Alias stm32_hal2::pac::fmc::sdrtr::COUNT_W

source ·
pub type COUNT_W<'a, const O: u8> = FieldWriterRaw<'a, u32, SDRTR_SPEC, u16, u16, Unsafe, 13, O>;
Expand description

Field COUNT writer - Refresh Timer Count This 13-bit field defines the refresh rate of the SDRAM device. It is expressed in number of memory clock cycles. It must be set at least to 41 SDRAM clock cycles (0x29). Refresh rate = (COUNT + 1) x SDRAM frequency clock COUNT = (SDRAM refresh period / Number of rows) - 20

Aliased Type§

struct COUNT_W<'a, const O: u8> { /* private fields */ }