Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed the following compile error
error[E0599]: no method named cpu_intr_from_cpu_3 found for reference &esp32c3::system::RegisterBlock in the current scope
--> D:\Rust.cargo\git\checkouts\esp-wifi-836f3b2af57fa847\d46dfc4\esp-wifi\src\timer\riscv.rs:74:14
|
73 | / (&*SystemPeripheral::PTR)
74 | | .cpu_intr_from_cpu_3()
| | -^^^^^^^^^^^^^^^^^^^-- help: remove the arguments
| | ||
| |_____________|field, not a method
|
error[E0599]: no method named cpu_intr_from_cpu_3 found for reference &esp32c3::system::RegisterBlock in the current scope
--> D:\Rust.cargo\git\checkouts\esp-wifi-836f3b2af57fa847\d46dfc4\esp-wifi\src\timer\riscv.rs:92:14
|
91 | / (&*SystemPeripheral::PTR)
92 | | .cpu_intr_from_cpu_3()
| | -^^^^^^^^^^^^^^^^^^^-- help: remove the arguments
| | ||
| |_____________|field, not a method
|
error[E0599]: no method named cpu_int_enable found for struct esp32c3::interrupt_core0::RegisterBlock in the current scope
--> D:\Rust.cargo\git\checkouts\esp-wifi-836f3b2af57fa847\d46dfc4\esp-wifi\src\wifi\os_adapter_esp32c3.rs:6:14
|
5 | / (*peripherals::INTERRUPT_CORE0::PTR)
6 | | .cpu_int_enable()
| | -^^^^^^^^^^^^^^-- help: remove the arguments
| | ||
| |_____________|field, not a method
|
error[E0599]: no method named cpu_int_enable found for struct esp32c3::interrupt_core0::RegisterBlock in the current scope
--> D:\Rust.cargo\git\checkouts\esp-wifi-836f3b2af57fa847\d46dfc4\esp-wifi\src\wifi\os_adapter_esp32c3.rs:14:14
|
13 | / (*peripherals::INTERRUPT_CORE0::PTR)
14 | | .cpu_int_enable()
| | -^^^^^^^^^^^^^^-- help: remove the arguments
| | ||
| |_____________|field, not a method
|
error[E0599]: no method named dig_pwc found for reference &esp32c3::rtc_cntl::RegisterBlock in the current scope
--> D:\Rust.cargo\git\checkouts\esp-wifi-836f3b2af57fa847\d46dfc4\esp-wifi\src\common_adapter\common_adapter_esp32c3.rs:42:14
|
41 | / rtc_cntl
42 | | .dig_pwc()
| | -^^^^^^^-- help: remove the arguments
| | ||
| |_____________|field, not a method
|
error[E0599]: no method named wifi_rst_en found for reference &esp32c3::apb_ctrl::RegisterBlock in the current scope
--> D:\Rust.cargo\git\checkouts\esp-wifi-836f3b2af57fa847\d46dfc4\esp-wifi\src\common_adapter\common_adapter_esp32c3.rs:46:14
|
45 | / syscon
46 | | .wifi_rst_en()
| | -^^^^^^^^^^^-- help: remove the arguments
| | ||
| |_____________|field, not a method
|
error[E0599]: no method named wifi_rst_en found for reference &esp32c3::apb_ctrl::RegisterBlock in the current scope
--> D:\Rust.cargo\git\checkouts\esp-wifi-836f3b2af57fa847\d46dfc4\esp-wifi\src\common_adapter\common_adapter_esp32c3.rs:49:14
|
48 | / syscon
49 | | .wifi_rst_en()
| | -^^^^^^^^^^^-- help: remove the arguments
| | ||
| |_____________|field, not a method
|
error[E0599]: no method named dig_iso found for reference &esp32c3::rtc_cntl::RegisterBlock in the current scope
--> D:\Rust.cargo\git\checkouts\esp-wifi-836f3b2af57fa847\d46dfc4\esp-wifi\src\common_adapter\common_adapter_esp32c3.rs:53:14
|
52 | / rtc_cntl
53 | | .dig_iso()
| | -^^^^^^^-- help: remove the arguments
| | ||
| |_____________|field, not a method
|