Changeset 0f3e68c in mainline for uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h
- Timestamp:
- 2011-03-12T22:36:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 335382d
- Parents:
- dd6f59f (diff), 67352d2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h
rdd6f59f r0f3e68c 53 53 #define TD_STATUS_LOW_SPEED_FLAG ( 1 << 26 ) 54 54 #define TD_STATUS_ISOCHRONOUS_FLAG ( 1 << 25 ) 55 #define TD_STATUS_ COMPLETE_INTERRUPT_FLAG ( 1 << 24 )55 #define TD_STATUS_IOC_FLAG ( 1 << 24 ) 56 56 57 57 #define TD_STATUS_ERROR_ACTIVE ( 1 << 23 ) … … 127 127 return (instance->status & TD_STATUS_ERROR_ACTIVE) != 0; 128 128 } 129 130 void td_print_status(td_t *instance); 129 131 #endif 130 132 /**
Note:
See TracChangeset
for help on using the changeset viewer.