SimpleKernel 1.17.0
Loading...
Searching...
No Matches
pl011_driver.hpp File Reference
#include <etl/singleton.h>
#include "device_node.hpp"
#include "driver_registry.hpp"
#include "expected.hpp"
#include "kernel_log.hpp"
#include "pl011/pl011.hpp"
Include dependency graph for pl011_driver.hpp:
This graph shows which files directly or indirectly include this file:

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 >
 

Typedef Documentation

◆ Pl011DriverSingleton

using Pl011DriverSingleton = etl::singleton<Pl011Driver>

Definition at line 114 of file pl011_driver.hpp.