Type Alias stm32h7xx_hal::stm32::fmc::sdbank::sdtr::TRP_R

source ·
pub type TRP_R = FieldReaderRaw<u8, u8>;
Expand description

Field TRP reader - Row precharge delay These bits define the delay between a Precharge command and another command in number of memory clock cycles. The TRP timing is only configured in the FMC_SDTR1 register. If two SDRAM devices are used, the TRP must be programmed with the timing of the slowest device. …. Note: The corresponding bits in the FMC_SDTR2 register are dont care.

Aliased Type§

struct TRP_R { /* private fields */ }