Searched defs:header_type (Results 1 – 1 of 1) sorted by relevance
317 fn header_type(&self) -> HeaderType; in header_type() method427 …pub header_type: u8, // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies a… field460 fn header_type(&self) -> HeaderType { in header_type() method539 fn header_type(&self) -> HeaderType { in header_type() method596 fn header_type(&self) -> HeaderType { in header_type() method694 let header_type = (result >> 16) as u8; in pci_read_header() localVariable