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