| Crates.io | cyt2b6_d |
| lib.rs | cyt2b6_d |
| version | 0.0.1 |
| created_at | 2023-03-20 15:54:07.069859+00 |
| updated_at | 2023-03-20 15:54:07.069859+00 |
| description | Peripheral access crate for cyt2b6_d T2G family |
| homepage | |
| repository | https://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt2b6_d |
| max_upload_size | |
| id | 815400 |
| size | 9,397,057 |
Revision = rev_d
svd version = 1.0.0
In your own project's Cargo.toml:
[dependencies.cyt2b6_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.
use cyt2b6_d as pac;
let mut peripherals = pac::Peripherals::take().unwrap();