BeRTOS
Data Structures | Defines | Functions
ft245rl.h File Reference

Function library for Accessing FT245RL USB interface. More...

#include <io/kfile.h>
#include <cfg/compiler.h>

Go to the source code of this file.

Data Structures

struct  Ft245rl
 Ft245rl KFile context structure. More...

Defines

#define KFT_FT245RL   MAKE_ID('F', '2', '4', '5')
 ID for FT245RL KFiles.

Functions

Ft245rlFT245RL_CAST (KFile *fd)
 Convert + ASSERT from generic KFile to KFileFt245rl.
void ft245rl_init (Ft245rl *fd)
 Ft245rl init function.

Detailed Description

Function library for Accessing FT245RL USB interface.

Author:
Francesco Sacchi <batt@develer.com>

Definition in file ft245rl.h.