SAM4S-EK_FreeRTOS+FAT-SL  1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
F_PHY Struct Reference

#include <api_mdriver.h>

Public Attributes

unsigned short number_of_cylinders
 
unsigned short sector_per_track
 
unsigned short number_of_heads
 
unsigned long number_of_sectors
 
unsigned char media_descriptor
 
unsigned short bytes_per_sector
 

Detailed Description

Definition at line 54 of file api_mdriver.h.

Member Data Documentation

unsigned short F_PHY::bytes_per_sector

Definition at line 62 of file api_mdriver.h.

unsigned char F_PHY::media_descriptor

Definition at line 60 of file api_mdriver.h.

unsigned short F_PHY::number_of_cylinders

Definition at line 56 of file api_mdriver.h.

unsigned short F_PHY::number_of_heads

Definition at line 58 of file api_mdriver.h.

unsigned long F_PHY::number_of_sectors

Definition at line 59 of file api_mdriver.h.

unsigned short F_PHY::sector_per_track

Definition at line 57 of file api_mdriver.h.


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