adacore_zynqmp::uart

Function uart0

Source
pub unsafe fn uart0() -> MmioUart<'static>
Expand description

Obtains a reference to the UART0 device.

ยงSafety

The caller must ensure that the reference is not used concurrently in a way that could result in data races.