|
SimpleKernel 1.17.0
|
#include <etl/singleton.h>#include "device_node.hpp"#include "driver_registry.hpp"#include "expected.hpp"#include "kernel_log.hpp"#include "pl011/pl011.hpp"

Go to the source code of this file.
Classes | |
| class | Pl011Driver |
| PL011 UART 驱动 More... | |
Namespaces | |
| namespace | pl011 |
Typedefs | |
| using | pl011::Pl011Device = Pl011 |
| using | Pl011DriverSingleton = etl::singleton< Pl011Driver > |
| using Pl011DriverSingleton = etl::singleton<Pl011Driver> |
Definition at line 114 of file pl011_driver.hpp.