cyt2b7_d

Crates.iocyt2b7_d
lib.rscyt2b7_d
version0.0.1
sourcesrc
created_at2023-03-14 17:05:35.090495
updated_at2023-03-14 17:05:35.090495
descriptionPeripheral access crate for cyt2b7_d T2G family
homepage
repositoryhttps://github.com/Infineon/traveo-t2g-pal/pal_crates/cyt2b7_d
max_upload_size
id810002
size9,397,029
Shahzeb Ihsan (schaazzz)

documentation

https://docs.rs/cyt2b7_d

README

Peripheral access crate for T2G cyt2b7

Revision = rev_d svd version = 1.0.0

Using device crate in your project

In your own project's Cargo.toml:

[dependencies.cyt2b7_d]
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 cyt2b7_d as pac;

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

Resource

Documents

Commit count: 0

cargo fmt