Struct stm32_fmc::SdramConfiguration
source · 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§
source§impl Clone for SdramConfiguration
impl Clone for SdramConfiguration
source§fn clone(&self) -> SdramConfiguration
fn clone(&self) -> SdramConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SdramConfiguration
impl Debug for SdramConfiguration
source§impl PartialEq for SdramConfiguration
impl PartialEq for SdramConfiguration
impl Copy for SdramConfiguration
impl StructuralPartialEq for SdramConfiguration
Auto Trait Implementations§
impl Freeze for SdramConfiguration
impl RefUnwindSafe for SdramConfiguration
impl Send for SdramConfiguration
impl Sync for SdramConfiguration
impl Unpin for SdramConfiguration
impl UnwindSafe for SdramConfiguration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)