Struct atsam4_hal::static_memory_controller::ChipSelectConfiguration[][src]

pub struct ChipSelectConfiguration {
    pub nwe_setup_length: u8,
    pub ncs_write_setup_length: u8,
    pub nrd_setup_length: u8,
    pub ncs_read_setup_length: u8,
    pub nwe_pulse_length: u8,
    pub ncs_write_pulse_length: u8,
    pub nrd_pulse_length: u8,
    pub ncs_read_pulse_length: u8,
    pub nwe_total_cycle_length: u16,
    pub nrd_total_cycle_length: u16,
    pub access_mode: AccessMode,
    pub wait_mode: Option<WaitMode>,
    pub data_float_time: u8,
    pub tdf_optimization: bool,
    pub page_size: Option<PageSize>,
}

Fields

nwe_setup_length: u8ncs_write_setup_length: u8nrd_setup_length: u8ncs_read_setup_length: u8nwe_pulse_length: u8ncs_write_pulse_length: u8nrd_pulse_length: u8ncs_read_pulse_length: u8nwe_total_cycle_length: u16nrd_total_cycle_length: u16access_mode: AccessModewait_mode: Option<WaitMode>data_float_time: u8tdf_optimization: boolpage_size: Option<PageSize>

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.