| Crates.io | cyt6bj |
| lib.rs | cyt6bj |
| version | 0.0.1 |
| created_at | 2023-10-26 07:24:13.668185+00 |
| updated_at | 2023-10-26 07:24:13.668185+00 |
| description | Peripheral access crate for cyt6bj T2G family |
| homepage | |
| repository | https://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt6bj |
| max_upload_size | |
| id | 1014196 |
| size | 4,674 |
cyt6bj
| crate | svd version |
|---|---|
| cyt6bj_a | 1.0.0 |
In your own project's Cargo.toml:
[dependencies.cyt6bj]
version = "0.0.1"
features = ["<one of the supported revisions>", "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 meta-package in your code:
use cyt6bj as pac;
let mut peripherals = pac::Peripherals::take().unwrap();
By default cyt6bj refers to the latest revision of the supported crates, if your project requires a specific revision, you can pass it as a feature in your project's cargo.toml file. This way of using meta package you dont have to change your project code each time you change the revision.