#read-write #bit-set #set-bit

no-std cyt3bb_b

Peripheral access crate for cyt3bb_b T2G family

1 unstable release

0.0.1 Apr 12, 2023

#26 in #set-bit

28 downloads per month
Used in cyt3bb

Custom license

16MB
292K SLoC

Peripheral access crate for T2G cyt3bb

Revision = rev_b

svd version = 1.0.0

Using device crate in your project

In your own project's Cargo.toml:

[dependencies.cyt3bb_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.

Usage of device crate in your code:

use cyt3bb_b as pac;

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

Resource

Documents

Dependencies