Nut/OS  5.0.5
API Reference
_PHATSECTBUF Struct Reference

Sector buffer structure. More...

#include <phatvol.h>

Collaboration diagram for _PHATSECTBUF:
[legend]

Data Fields

uint8_tsect_data
 Sector data buffer.
uint32_t sect_num
 Sector currently stored in the buffer.
int sect_dirty
 If not zero, buffer needs to be written.
int sect_lock
 If not zero, buffer is locked.

Detailed Description

Sector buffer structure.


Field Documentation

Sector currently stored in the buffer.

Referenced by PhatSectorFlush(), PhatSectorLoad(), PhatSectorWrite(), and PhatVolMount().

If not zero, buffer is locked.

Referenced by PhatSectorBufferRelease(), PhatSectorLoad(), and PhatSectorWrite().


The documentation for this struct was generated from the following file: