[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to specify offset into SPI device
- Date: Tue, 11 Mar 2008 15:31:44 -0400
- From: rsg at alum.mit.edu (Robert S. Grimes)
- Subject: How to specify offset into SPI device
Thomas Doerfler wrote:
> fseek should directly modify the corresponding data strucutre managed in
> the IO manager, so when you fseek and then write, the write position
> (offset) reflects the seek.
>
As Homer would say, "Doh!". Of course, how could have I forgotten the
basics?!