arm_pl011 0.1.0

ARM Uart pl011 register definitions and basic operations
Documentation
1
2
3
4
5
6
7
8
9
# arm_pl011

[![Crates.io](https://img.shields.io/crates/v/arm_pl011)](https://crates.io/crates/arm_pl011)
[![Docs.rs](https://docs.rs/arm_pl011/badge.svg)](https://docs.rs/arm_pl011)
[![CI](https://github.com/arceos-org/arm_pl011/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/arceos-org/arm_pl011/actions/workflows/ci.yml)

Types and definitions for PL011 UART.

The official documentation: <https://developer.arm.com/documentation/ddi0183/latest>