cyt3dl_a

Crates.iocyt3dl_a
lib.rscyt3dl_a
version0.0.1
sourcesrc
created_at2023-04-12 14:23:50.691638
updated_at2023-04-12 14:23:50.691638
descriptionPeripheral access crate for cyt3dl_a T2G family
homepage
repositoryhttps://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt3dl_a
max_upload_size
id836963
size33,021,146
(AthiraRamakrishna)

documentation

https://docs.rs/cyt3dl_a

README

Peripheral access crate for T2G cyt3dl

Revision = rev_a

svd version = 1.0.0

Using device crate in your project

In your own project's Cargo.toml:

[dependencies.cyt3dl_a]
version = "0.0.1"
features = ["rt", "critical-section"]

The rt feature is optional. See svd2rust for details.

The critical-section feature is optional. See critical-section for details.

Usage of device crate in your code:

use cyt3dl_a as pac;

let mut peripherals = pac::Peripherals::take().unwrap();

Resource

Documents

Commit count: 0

cargo fmt