Subversion Repositories NaviCtrl

Rev

Rev 384 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 384 Rev 450
Line 23... Line 23...
23
  SD_ERROR_READ_DATA,
23
  SD_ERROR_READ_DATA,
24
  SD_ERROR_SET_BLOCKLEN,
24
  SD_ERROR_SET_BLOCKLEN,
25
  SD_ERROR_UNKNOWN
25
  SD_ERROR_UNKNOWN
26
} SD_Result_t;
26
} SD_Result_t;
Line 27... Line 27...
27
 
27
 
28
SD_Result_t     SDC_Init(void);
28
SD_Result_t     SDC_Init(unsigned char print);
29
SD_Result_t SDC_GetSector (u32 ,u8 *);
29
SD_Result_t SDC_GetSector (u32 ,u8 *);
30
SD_Result_t     SDC_PutSector (u32, const u8 *);
30
SD_Result_t     SDC_PutSector (u32, const u8 *);
Line 31... Line 31...
31
SD_Result_t     SDC_Deinit(void);
31
SD_Result_t     SDC_Deinit(void);