cyt4bf_c

Crates.iocyt4bf_c
lib.rscyt4bf_c
version0.0.1
sourcesrc
created_at2023-04-12 13:24:05.553342
updated_at2023-04-12 13:24:05.553342
descriptionPeripheral access crate for cyt4bf_c T2G family
homepage
repositoryhttps://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt4bf_c
max_upload_size
id836921
size18,199,976
(AthiraRamakrishna)

documentation

https://docs.rs/cyt4bf_c

README

Peripheral access crate for T2G cyt4bf

Revision = rev_c

svd version = 1.0.0

Using device crate in your project

In your own project's Cargo.toml:

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

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

Resource

Documents

Commit count: 0

cargo fmt