Crates.io | cyt4dn_c |
lib.rs | cyt4dn_c |
version | 0.0.1 |
source | src |
created_at | 2023-04-12 22:06:16.703864 |
updated_at | 2023-04-12 22:06:16.703864 |
description | Peripheral access crate for cyt4dn_c T2G family |
homepage | |
repository | https://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt4dn_c |
max_upload_size | |
id | 837307 |
size | 33,642,698 |
Revision = rev_c
svd version = 1.0.0
In your own project's Cargo.toml
:
[dependencies.cyt4dn_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.
use cyt4dn_c as pac;
let mut peripherals = pac::Peripherals::take().unwrap();