struct Driver
Defined at line 148 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
Public Members
static const auto kDevicetreeBindings
static basic_string_view kConfigName
Public Methods
template <typename... Args>
void Driver (Args &&... args)
Defined at line 158 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
std::optional<Config<Driver>> TryMatch (std::string_view string)
Defined at line 162 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
std::optional<Config<Driver>> TryMatch (std::string_view string)
Defined at line 162 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <class IoProvider>
void Init (IoProvider & io)
Defined at line 170 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <class IoProvider>
bool TxReady (IoProvider & io)
Defined at line 181 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <class IoProvider,typename It1,typename It2>
auto Write (IoProvider &io,bool,It1it,const It2 &end)
Defined at line 186 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <class IoProvider>
std::optional<uint8_t> Read (IoProvider & io)
Defined at line 192 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <class IoProvider>
std::optional<uint8_t> Read (IoProvider & io)
Defined at line 192 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <class IoProvider>
void EnableTxInterrupt (IoProvider & io, bool enable)
Defined at line 200 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <class IoProvider>
void EnableRxInterrupt (IoProvider & io, bool enable)
Defined at line 206 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <typename IoProvider, typename IrqProvider>
void InitInterrupt (IoProvider & io, IrqProvider & irq)
Defined at line 212 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <class IoProvider,typename Lock,typename Waiter,typename Tx,typename Rx>
void Interrupt (IoProvider &io,Lock &lock,Waiter &waiter,Tx &&tx,Rx &&rx)
Defined at line 233 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h