zynq7000 0.1.1

Peripheral Access Crate (PAC) for the Zynq7000 family of SoCs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[![Crates.io](https://img.shields.io/crates/v/zynq7000)](https://crates.io/crates/zynq7000)
[![docs.rs](https://img.shields.io/docsrs/zynq7000)](https://docs.rs/zynq7000)
[![ci](https://github.com/us-irs/zynq7000-rs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/us-irs/zynq7000-rs/actions/workflows/ci.yml)

# PAC for the AMD Zynq 7000 SoC family

This repository contains the Peripheral Access Crate (PAC) for the AMD Zynq7000 SoC family.

If you are interested in higher-level abstractions, it is recommended you visit
the [`zynq7000-hal`](https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs/src/branch/main/zynq/zynq7000-hal)
HAL crate which build on top of this PAC.

Check out the documentation for more details.