ft245rl.c File Reference
Function library for Accessing FT245RL USB interface. More...
#include "hw/hw_ft245rl.h"
#include "ft245rl.h"
#include <cfg/macros.h>
#include <cfg/debug.h>
#include <cfg/module.h>
#include <drv/timer.h>
#include <kern/kfile.h>
#include <string.h>
Go to the source code of this file.
Functions | |
| static size_t | ft245rl_read (struct KFile *_fd, void *_buf, size_t size) |
| Read size bytes in buffer buf, from fid _fd. | |
| static size_t | ft245rl_write (struct KFile *_fd, const void *_buf, size_t size) |
| Write size bytes from buffer buf, of fid _fd. | |
| void | ft245rl_init (Ft245rl *fd) |
| Ft245rl init function. | |
Detailed Description
Function library for Accessing FT245RL USB interface.This module handles USB communication with FT245RL chip. This chip is a parallel USB interface with data flow control. A kfile-like interface is supplied.
- Version:
- Id
- ft245rl.c 2316 2009-02-06 17:16:33Z asterix
Definition in file ft245rl.c.
