SimpleKernel 1.17.0
Loading...
Searching...
No Matches
pl011_singleton.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <etl/singleton.h>
8
10
12using Pl011Singleton = etl::singleton<pl011::Pl011Device>;
etl::singleton< pl011::Pl011Device > Pl011Singleton
PL011 串口设备单例类型别名