Changeset 668a2e8 in mainline for uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h
- Timestamp:
- 2012-02-24T03:30:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dd93bb2
- Parents:
- 65eac7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h
r65eac7b r668a2e8 177 177 } 178 178 179 static inline uint32_t ed_next(const ed_t *instance) 180 { 181 assert(instance); 182 return OHCI_RD(instance->next) & ED_NEXT_PTR_MASK; 183 } 184 179 185 /** 180 186 * Get toggle bit value stored in this ED
Note:
See TracChangeset
for help on using the changeset viewer.