Struct gd32vf103xx_hal::exmc::ExmcConfiguration[][src]

pub struct ExmcConfiguration {
    pub async_wait_enabled: bool,
    pub nwait_signal_enabled: bool,
    pub memory_write_enabled: bool,
    pub nwait_polarity: NwaitPolarity,
    pub databus_width: DataBusWidth,
    pub memory_type: MemoryType,
    pub address_data_mux_enabled: bool,
}
Expand description

EXMC configuration

Fields

async_wait_enabled: bool

Asynchronous wait feature

nwait_signal_enabled: bool

For Flash memory access in burst mode, this flag enables/disables wait-state insertion via the NWAIT signal

memory_write_enabled: bool

Enables/disables write in the bank

nwait_polarity: NwaitPolarity

NWAIT signal polarity

databus_width: DataBusWidth

NOR region memory data bus width

memory_type: MemoryType

NOR region memory type

address_data_mux_enabled: bool

NOR region memory address/data multiplexing

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.