Crates.io | cyt4bf_d |
lib.rs | cyt4bf_d |
version | 0.0.1 |
source | src |
created_at | 2023-04-12 13:31:04.466574 |
updated_at | 2023-04-12 13:31:04.466574 |
description | Peripheral access crate for cyt4bf_d T2G family |
homepage | |
repository | https://github.com/Infineon/traveo-t2g-pal/tree/develop/pal_crates/cyt4bf_d |
max_upload_size | |
id | 836930 |
size | 18,290,256 |
Revision = rev_d
svd version = 1.0.0
In your own project's Cargo.toml
:
[dependencies.cyt4bf_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 cyt4bf_d as pac;
let mut peripherals = pac::Peripherals::take().unwrap();