#read-write #bit-field #reader

no-std cyt2b9_c

Peripheral access crate for cyt2b9_c T2G family

1 unstable release

0.0.1 Mar 20, 2023

#22 in #bit-field

Download history 6/week @ 2024-09-19 3/week @ 2024-09-26 2/week @ 2024-10-10 2/week @ 2024-10-17 5/week @ 2024-10-31 2/week @ 2024-11-07 6/week @ 2024-11-28 41/week @ 2024-12-05 27/week @ 2024-12-12

74 downloads per month
Used in cyt2b9

Custom license

10MB
190K SLoC

Peripheral access crate for T2G cyt2b9

Revision = rev_c

svd version = 1.0.0

Using device crate in your project

In your own project's Cargo.toml:

[dependencies.cyt2b9_c]
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.

Usage of device crate in your code:

use cyt2b9_c as pac;

let mut peripherals = pac::Peripherals::take().unwrap();

Resource

Documents

Dependencies