Changes between Version 18 and Version 19 of TBR/UserManual/Using_the_RTEMS_DOS_File_System
- Timestamp:
- 04/13/15 14:53:40 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TBR/UserManual/Using_the_RTEMS_DOS_File_System
v18 v19 242 242 * The {{{flags}}} field provides a private set of flags a specific low level device handlers for a device may need. 243 243 * The {{{base}}} is the base address of the device. Its definition depends on the low level device handlers for a specific device. 244 * The {{{size}} field defines the number of bytes of storage the device provides in bytes. This is the raw number of bytes available to the driver.244 * The {{{size}}} field defines the number of bytes of storage the device provides in bytes. This is the raw number of bytes available to the driver. 245 245 * The {{{nv_ops}}} is a set of handlers for the specific device. 246 246