BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
sdcard.c File Reference
#include "includes.h"

Go to the source code of this file.

Macros

#define SdcardIdleState   0
#define SdcardInitialState0   1
#define SdcardInitialState1   2
#define SdcardInitialState2   3
#define SdcardInitialState3   4
#define SdcardInitialState4   5
#define SdcardInitialState5   6
#define SdcardReadState0   7
#define SdcardReadState1   8
#define SdcardReadState2   9
#define SdcardReadState3   10
#define SdcardWriteState0   11
#define SdcardWriteState1   12
#define SdcardWriteState2   13
#define SdcardWriteState3   14

Functions

void F_SdcardInit (void)
void F_SdcardSvc (void)
INT8U F_SdcardInUseCheck (void)
INT8U F_SdcardAllocate (INT16U UserId)
INT8U F_SdcardRelease (INT16U UserId)
INT8U F_SdcardCheck (void)
INT8U F_SdcardInitialStart (INT16U UserId)

Variables

SDCARD_CONTROL SdcardCtrl

Macro Definition Documentation

#define SdcardIdleState   0

Definition at line 3 of file sdcard.c.

#define SdcardInitialState0   1

Definition at line 4 of file sdcard.c.

#define SdcardInitialState1   2

Definition at line 5 of file sdcard.c.

#define SdcardInitialState2   3

Definition at line 6 of file sdcard.c.

#define SdcardInitialState3   4

Definition at line 7 of file sdcard.c.

#define SdcardInitialState4   5

Definition at line 8 of file sdcard.c.

#define SdcardInitialState5   6

Definition at line 9 of file sdcard.c.

#define SdcardReadState0   7

Definition at line 10 of file sdcard.c.

#define SdcardReadState1   8

Definition at line 11 of file sdcard.c.

#define SdcardReadState2   9

Definition at line 12 of file sdcard.c.

#define SdcardReadState3   10

Definition at line 13 of file sdcard.c.

#define SdcardWriteState0   11

Definition at line 14 of file sdcard.c.

#define SdcardWriteState1   12

Definition at line 15 of file sdcard.c.

#define SdcardWriteState2   13

Definition at line 16 of file sdcard.c.

#define SdcardWriteState3   14

Definition at line 17 of file sdcard.c.


Function Documentation

INT8U F_SdcardAllocate ( INT16U  UserId)

Definition at line 71 of file sdcard.c.

INT8U F_SdcardCheck ( void  )

Definition at line 86 of file sdcard.c.

void F_SdcardInit ( void  )

Definition at line 29 of file sdcard.c.

INT8U F_SdcardInitialStart ( INT16U  UserId)

Definition at line 89 of file sdcard.c.

INT8U F_SdcardInUseCheck ( void  )

Definition at line 67 of file sdcard.c.

INT8U F_SdcardRelease ( INT16U  UserId)

Definition at line 79 of file sdcard.c.

void F_SdcardSvc ( void  )

Definition at line 33 of file sdcard.c.


Variable Documentation

SDCARD_CONTROL SdcardCtrl

Definition at line 19 of file sdcard.c.