Crates.io | cyt2cl_a |
lib.rs | cyt2cl_a |
version | 0.0.1 |
source | src |
created_at | 2023-03-20 16:31:24.236645 |
updated_at | 2023-03-20 16:31:24.236645 |
description | Peripheral access crate for cyt2cl_a T2G family |
homepage | |
repository | https://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt2cl_a |
max_upload_size | |
id | 815471 |
size | 12,641,965 |
Revision = rev_a
svd version = 1.0.0
In your own project's Cargo.toml
:
[dependencies.cyt2cl_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.
use cyt2cl_a as pac;
let mut peripherals = pac::Peripherals::take().unwrap();