no-std cyt2bl_a

Peripheral access crate for cyt2bl_a T2G family

1 unstable release

0.0.1 Mar 20, 2023
Download history 6/week @ 2024-09-21 1/week @ 2024-09-28 3/week @ 2024-10-12 1/week @ 2024-10-19 5/week @ 2024-11-02 14/week @ 2024-11-30 44/week @ 2024-12-07 15/week @ 2024-12-14

73 downloads per month
Used in cyt2bl

Custom license

10MB
194K SLoC

Peripheral access crate for T2G cyt2bl

Revision = rev_a

svd version = 1.0.0

Using device crate in your project

In your own project's Cargo.toml:

[dependencies.cyt2bl_a]
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 cyt2bl_a as pac;

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

Resource

Documents

Dependencies