va108xx v0.4.0: Regnerate PAC
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
#![doc = "Peripheral access API for VA108XX microcontrollers (generated using svd2rust v0.33.3 ( ))\n\nYou can find an overview of the generated API [here].\n\nAPI features to be included in the [next]
|
||||
svd2rust release can be generated by cloning the svd2rust [repository], checking out the above commit, and running `cargo doc --open`.\n\n[here]: https://docs.rs/svd2rust/0.33.3/svd2rust/#peripheral-api\n[next]: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository]: https://github.com/rust-embedded/svd2rust"]
|
||||
#![doc = "Peripheral access API for VA108XX microcontrollers (generated using svd2rust v0.35.0 (e10f920 2025-02-12))\n\nYou can find an overview of the generated API [here].\n\nAPI features to be included in the [next]
|
||||
svd2rust release can be generated by cloning the svd2rust [repository], checking out the above commit, and running `cargo doc --open`.\n\n[here]: https://docs.rs/svd2rust/0.35.0/svd2rust/#peripheral-api\n[next]: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository]: https://github.com/rust-embedded/svd2rust"]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_snake_case)]
|
||||
#![no_std]
|
||||
// Manually inserted.
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
use core::marker::PhantomData;
|
||||
use core::ops::Deref;
|
||||
#[doc = r"Number available in the NVIC for configuring priority"]
|
||||
@ -1974,117 +1972,43 @@ impl Peripherals {
|
||||
pub unsafe fn steal() -> Self {
|
||||
DEVICE_PERIPHERALS = true;
|
||||
Peripherals {
|
||||
sysconfig: Sysconfig {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
irqsel: Irqsel {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
ioconfig: Ioconfig {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
utility: Utility {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
porta: Porta {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
portb: Portb {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim0: Tim0 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim1: Tim1 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim2: Tim2 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim3: Tim3 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim4: Tim4 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim5: Tim5 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim6: Tim6 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim7: Tim7 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim8: Tim8 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim9: Tim9 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim10: Tim10 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim11: Tim11 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim12: Tim12 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim13: Tim13 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim14: Tim14 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim15: Tim15 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim16: Tim16 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim17: Tim17 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim18: Tim18 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim19: Tim19 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim20: Tim20 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim21: Tim21 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim22: Tim22 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
tim23: Tim23 {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
uarta: Uarta {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
uartb: Uartb {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
spia: Spia {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
spib: Spib {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
spic: Spic {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
i2ca: I2ca {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
i2cb: I2cb {
|
||||
_marker: PhantomData,
|
||||
},
|
||||
sysconfig: Sysconfig::steal(),
|
||||
irqsel: Irqsel::steal(),
|
||||
ioconfig: Ioconfig::steal(),
|
||||
utility: Utility::steal(),
|
||||
porta: Porta::steal(),
|
||||
portb: Portb::steal(),
|
||||
tim0: Tim0::steal(),
|
||||
tim1: Tim1::steal(),
|
||||
tim2: Tim2::steal(),
|
||||
tim3: Tim3::steal(),
|
||||
tim4: Tim4::steal(),
|
||||
tim5: Tim5::steal(),
|
||||
tim6: Tim6::steal(),
|
||||
tim7: Tim7::steal(),
|
||||
tim8: Tim8::steal(),
|
||||
tim9: Tim9::steal(),
|
||||
tim10: Tim10::steal(),
|
||||
tim11: Tim11::steal(),
|
||||
tim12: Tim12::steal(),
|
||||
tim13: Tim13::steal(),
|
||||
tim14: Tim14::steal(),
|
||||
tim15: Tim15::steal(),
|
||||
tim16: Tim16::steal(),
|
||||
tim17: Tim17::steal(),
|
||||
tim18: Tim18::steal(),
|
||||
tim19: Tim19::steal(),
|
||||
tim20: Tim20::steal(),
|
||||
tim21: Tim21::steal(),
|
||||
tim22: Tim22::steal(),
|
||||
tim23: Tim23::steal(),
|
||||
uarta: Uarta::steal(),
|
||||
uartb: Uartb::steal(),
|
||||
spia: Spia::steal(),
|
||||
spib: Spib::steal(),
|
||||
spic: Spic::steal(),
|
||||
i2ca: I2ca::steal(),
|
||||
i2cb: I2cb::steal(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user