ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
fdc_ctrl.h 파일 참조
+ 이 그래프는 이 파일을 직/간접적으로 include 하는 파일들을 보여줍니다.:

이 파일의 소스 코드 페이지로 가기

함수

int fdc_lock (struct fdc_context *ctx)
 
int fdc_unlock (struct fdc_context *ctx)
 
int fdc_read_deleted_sector (struct fdc_context *ctx, int c, int h, int r)
 
int fdc_read_id (struct fdc_context *ctx, int head)
 
int fdc_read_sector (struct fdc_context *ctx, int c, int h, int r)
 
int fdc_write_sector (struct fdc_context *ctx, unsigned char c, unsigned char h, unsigned char r)
 
int fdc_write_deleted_sector (struct fdc_context *ctx, unsigned char c, unsigned char h, unsigned char r)
 
int fdc_read_track (struct fdc_context *ctx, unsigned char c, unsigned char h, unsigned char r)
 
int fdc_verify (struct fdc_context *ctx, unsigned char c, unsigned char h, unsigned char r)
 
int fdc_version (struct fdc_context *ctx, unsigned char *ver)
 
int fdc_reset (struct fdc_context *ctx)
 
int fdc_seek (struct fdc_context *ctx, int cyl, int head)
 
void fdc_motor_on (struct fdc_context *ctx)
 
void fdc_motor_off (struct fdc_context *ctx)
 
void fdc_init_ctrl (struct fdc_context *ctx)
 

함수 문서화

void fdc_init_ctrl ( struct fdc_context ctx)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

int fdc_lock ( struct fdc_context ctx)
void fdc_motor_off ( struct fdc_context ctx)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

void fdc_motor_on ( struct fdc_context ctx)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

int fdc_read_deleted_sector ( struct fdc_context ctx,
int  c,
int  h,
int  r 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

int fdc_read_id ( struct fdc_context ctx,
int  head 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

int fdc_read_sector ( struct fdc_context ctx,
int  c,
int  h,
int  r 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

int fdc_read_track ( struct fdc_context ctx,
unsigned char  c,
unsigned char  h,
unsigned char  r 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

int fdc_reset ( struct fdc_context ctx)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

int fdc_seek ( struct fdc_context ctx,
int  cyl,
int  head 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

int fdc_unlock ( struct fdc_context ctx)
int fdc_verify ( struct fdc_context ctx,
unsigned char  c,
unsigned char  h,
unsigned char  r 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

int fdc_version ( struct fdc_context ctx,
unsigned char *  ver 
)

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

int fdc_write_deleted_sector ( struct fdc_context ctx,
unsigned char  c,
unsigned char  h,
unsigned char  r 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

int fdc_write_sector ( struct fdc_context ctx,
unsigned char  c,
unsigned char  h,
unsigned char  r 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.: