Struct stm32_fmc::SdramConfiguration[][src]

pub struct SdramConfiguration {
    pub column_bits: u8,
    pub row_bits: u8,
    pub memory_data_width: u8,
    pub internal_banks: u8,
    pub cas_latency: u8,
    pub write_protection: bool,
    pub read_burst: bool,
    pub read_pipe_delay_cycles: u8,
}
Expand description

FMC SDRAM Configuration Structure definition

Fields

column_bits: u8

Number of bits of column address

row_bits: u8

Number of bits of column address

memory_data_width: u8

Memory device width

internal_banks: u8

Number of the device’s internal banks

cas_latency: u8

SDRAM CAS latency in number of memory clock cycles

write_protection: bool

Enables the SDRAM device to be accessed in write mode

read_burst: bool

This bit enable the SDRAM controller to anticipate the next read

read_pipe_delay_cycles: u8

Delay in system clock cycles on read data path

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.