rlvgl 0.2.4

A modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! PAC re-exports and base addresses for {{ ir.chip.name }}.
//!
//! Generated by rlvgl-creator BSP generator.

#![allow(unused)]

/// Chip: {{ ir.chip.name }} ({{ ir.chip.arch }})
/// PAC crate: {{ ir.chip.pac_crate }}
/// GPIO count: {{ ir.chip.gpio_count }}
/// Max frequency: {{ ir.clocks.sys_hz }} Hz

// TODO: Add `use {{ ir.chip.pac_crate }}::Peripherals;` and re-exports
// once the PAC crate dependency is wired into the consuming crate.