Searched defs:LockedUart (Results 1 – 1 of 1) sorted by relevance
120 pub struct LockedUart(SpinLock<Uart>); struct122 impl Default for LockedUart { implementation128 impl KObject for LockedUart {} implementation130 impl PlatformDevice for LockedUart { implementation153 impl Device for LockedUart { implementation