Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.rs213 pub enum HeaderType { enum
224 impl From<u8> for HeaderType { implementation
267 fn header_type(&self) -> HeaderType; in header_type()
383 fn header_type(&self) -> HeaderType { in header_type()
446 fn header_type(&self) -> HeaderType { in header_type()
491 fn header_type(&self) -> HeaderType { in header_type()
Dpci.h47 …uint8_t HeaderType; // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies… member