# AT32F4XX Peripheral Access Crate (PAC) [![Crates.io](https://img.shields.io/crates/d/at32f4xx-pac)](https://crates.io/crates/at32f4xx-pac) [![Crates.io](https://img.shields.io/crates/v/at32f4xx-pac)](https://crates.io/crates/at32f4xx-pac) [![Released API docs](https://docs.rs/at32f4xx-pac/badge.svg)](https://docs.rs/at32f4xx-pac) [![dependency status](https://deps.rs/repo/github/kossnikita/at32f4xx-pac/status.svg)](https://deps.rs/repo/github/kossnikita/at32f4xx-pac) Generated by svd2rust from Artery *.pack ## Supported Devices - AT32A302A - AT32F402 - AT32F403 - AT32F403A - AT32F405 - AT32F407 - AT32F413 - AT32F415 - AT32F421 - AT32F423 - AT32F425 - AT32F435 - AT32F437 - AT32WB415 ## Usage To use, add line to your Cargo.toml: ```toml at32f4xx-pac = { version = "0.2", features = ["at32f415"] } ```