Home
last modified time | relevance | path

Searched defs:bchlib_s (Results 1 – 1 of 1) sorted by relevance

/third_party/NuttX/drivers/bch/
Dbch.h48 struct bchlib_s struct
50 struct Vnode *vnode; /* I-node of the block driver */
51 uint32_t sectsize; /* The size of one sector on the device */
52 unsigned long long nsectors; /* Number of sectors supported by the device */
53 unsigned long long sector; /* The current sector in the buffer */
54 sem_t sem; /* For atomic accesses to this structure */
55 uint8_t refs; /* Number of references */
56 bool dirty; /* true: Data has been written to the buffer */
57 bool readonly; /* true: Only read operations are supported */
58 bool unlinked; /* true: The driver has been unlinked */
[all …]