Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
gpmi_nfc_hardware_timing Struct Reference

#include <gpmi-nand.h>

Data Fields

uint8_t data_setup_in_cycles
 
uint8_t data_hold_in_cycles
 
uint8_t address_setup_in_cycles
 
uint16_t device_busy_timeout
 
bool use_half_periods
 
uint8_t sample_delay_factor
 
uint8_t wrn_dly_sel
 

Detailed Description

struct gpmi_nfc_hardware_timing - GPMI hardware timing parameters. : The data setup time, in cycles. : The data hold time, in cycles. : The address setup time, in cycles. : The timeout waiting for NAND Ready/Busy, this value is the number of cycles multiplied by 4096. : Indicates the clock is running slowly, so the NFC DLL should use half-periods. : The sample delay factor. : The delay on the GPMI write strobe.

Definition at line 206 of file gpmi-nand.h.

Field Documentation

uint8_t address_setup_in_cycles

Definition at line 210 of file gpmi-nand.h.

uint8_t data_hold_in_cycles

Definition at line 209 of file gpmi-nand.h.

uint8_t data_setup_in_cycles

Definition at line 208 of file gpmi-nand.h.

uint16_t device_busy_timeout

Definition at line 213 of file gpmi-nand.h.

uint8_t sample_delay_factor

Definition at line 218 of file gpmi-nand.h.

bool use_half_periods

Definition at line 217 of file gpmi-nand.h.

uint8_t wrn_dly_sel

Definition at line 219 of file gpmi-nand.h.


The documentation for this struct was generated from the following file: