Searched defs:Uart (Results 1 – 7 of 7) sorted by relevance
| /external/pigweed/pw_uart/ |
| D | docs.rst | 134 Uart section in API reference
|
| /external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/ |
| D | device_path_gen.rs | 248 pub struct Uart { struct 249 pub header: DevicePathHeader, 250 pub _reserved: u32, 251 pub baud_rate: u64, 252 pub data_bits: u8, 253 pub parity: device_path::messaging::Parity, 254 pub stop_bits: device_path::messaging::StopBits,
|
| /external/rust/android-crates-io/crates/uefi/src/proto/device_path/ |
| D | device_path_gen.rs | 1585 pub struct Uart { struct 1586 pub(super) header: DevicePathHeader, 1587 pub(super) _reserved: u32, 1588 pub(super) baud_rate: u64, 1589 pub(super) data_bits: u8, 1590 pub(super) parity: device_path::messaging::Parity, 1591 pub(super) stop_bits: device_path::messaging::StopBits, 1594 impl Uart { impl 1620 impl fmt::Debug for Uart { implementation 1632 impl TryFrom<&DevicePathNode> for &Uart { implementation [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
| D | DevicePath.h | 1266 UART_DEVICE_PATH Uart; member 1324 UART_DEVICE_PATH *Uart; member
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
| D | DevicePath.h | 1287 UART_DEVICE_PATH Uart; member 1345 UART_DEVICE_PATH *Uart; member
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
| D | DevicePath.h | 1285 UART_DEVICE_PATH Uart; member 1341 UART_DEVICE_PATH *Uart; member
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
| D | DevicePath.h | 1287 UART_DEVICE_PATH Uart; member 1345 UART_DEVICE_PATH *Uart; member
|