You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: esp32/src/lib.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#![doc = "Peripheral access API for ESP32 microcontrollers (generated using svd2rust v0.31.1 (c133a7b 2023-11-29))\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.31.1/svd2rust/#peripheral-api\n[next]: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository]: https://github.com/rust-embedded/svd2rust"]
1
+
#![doc = "Peripheral access API for ESP32 microcontrollers (generated using svd2rust v0.31.2 ( ))\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.31.2/svd2rust/#peripheral-api\n[next]: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository]: https://github.com/rust-embedded/svd2rust"]
Copy file name to clipboardexpand all lines: esp32/src/rmt/int_raw.rs
+12-12
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
#[doc = "Register `INT_RAW` reader"]
2
2
pubtypeR = crate::R<INT_RAW_SPEC>;
3
-
#[doc = "Field `CH_TX_END[0-7]` reader - The interrupt raw bit for channel %s turns to high level when the transmit process is done."]
3
+
#[doc = "Field `CH_TX_END(0-7)` reader - The interrupt raw bit for channel %s turns to high level when the transmit process is done."]
4
4
pubtypeCH_TX_END_R = crate::BitReader;
5
-
#[doc = "Field `CH_RX_END[0-7]` reader - The interrupt raw bit for channel %s turns to high level when the receive process is done."]
5
+
#[doc = "Field `CH_RX_END(0-7)` reader - The interrupt raw bit for channel %s turns to high level when the receive process is done."]
6
6
pubtypeCH_RX_END_R = crate::BitReader;
7
-
#[doc = "Field `CH_ERR[0-7]` reader - The interrupt raw bit for channel %s turns to high level when channle %s detects some errors."]
7
+
#[doc = "Field `CH_ERR(0-7)` reader - The interrupt raw bit for channel %s turns to high level when channle %s detects some errors."]
8
8
pubtypeCH_ERR_R = crate::BitReader;
9
-
#[doc = "Field `CH_TX_THR_EVENT[0-7]` reader - The interrupt raw bit for channel %s turns to high level when transmitter in channle%s have send datas more than reg_rmt_tx_lim_ch%s after detecting this interrupt software can updata the old datas with new datas."]
9
+
#[doc = "Field `CH_TX_THR_EVENT(0-7)` reader - The interrupt raw bit for channel %s turns to high level when transmitter in channle%s have send datas more than reg_rmt_tx_lim_ch%s after detecting this interrupt software can updata the old datas with new datas."]
10
10
pubtypeCH_TX_THR_EVENT_R = crate::BitReader;
11
11
implR{
12
-
#[doc = "The interrupt raw bit for channel [0-7] turns to high level when the transmit process is done."]
12
+
#[doc = "The interrupt raw bit for channel (0-7) turns to high level when the transmit process is done."]
13
13
#[doc = ""]
14
14
#[doc = "NOTE: `n` is number of field in register. `n == 0` corresponds to `CH0_TX_END` field"]
15
15
#[inline(always)]
@@ -19,7 +19,7 @@ impl R {
19
19
CH_TX_END_R::new(((self.bits >> (n *3))&1) != 0)
20
20
}
21
21
#[doc = "Iterator for array of:"]
22
-
#[doc = "The interrupt raw bit for channel [0-7] turns to high level when the transmit process is done."]
22
+
#[doc = "The interrupt raw bit for channel (0-7) turns to high level when the transmit process is done."]
#[doc = "The interrupt raw bit for channel [0-7] turns to high level when transmitter in channle[0-7] have send datas more than reg_rmt_tx_lim_ch[0-7] after detecting this interrupt software can updata the old datas with new datas."]
177
+
#[doc = "The interrupt raw bit for channel (0-7) turns to high level when transmitter in channle(0-7) have send datas more than reg_rmt_tx_lim_ch(0-7) after detecting this interrupt software can updata the old datas with new datas."]
178
178
#[doc = ""]
179
179
#[doc = "NOTE: `n` is number of field in register. `n == 0` corresponds to `CH0_TX_THR_EVENT` field"]
#[doc = "The interrupt raw bit for channel [0-7] turns to high level when transmitter in channle[0-7] have send datas more than reg_rmt_tx_lim_ch[0-7] after detecting this interrupt software can updata the old datas with new datas."]
187
+
#[doc = "The interrupt raw bit for channel (0-7) turns to high level when transmitter in channle(0-7) have send datas more than reg_rmt_tx_lim_ch(0-7) after detecting this interrupt software can updata the old datas with new datas."]
0 commit comments