We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b41b2 commit 2418e12Copy full SHA for 2418e12
src/r3_support_rp2040/src/serial.rs
@@ -3,11 +3,11 @@
3
// exemption. It probably should be in a HAL crate.
4
#![cfg(feature = "semver-exempt")]
5
6
-/// The extension trait for `rza1::SCIFx` (e.g., [`rza1::SCIF0`]).
+/// The extension trait for [`rp2040::UART0`][].
7
///
8
/// # Safety
9
10
-/// This is only meant to be implemented on `rza1::SCIFx`.
+/// This is only meant to be implemented on `rp2040::UART0`.
11
pub unsafe trait UartExt:
12
core::ops::Deref<Target = rp2040::uart0::RegisterBlock> + Sized
13
{
0 commit comments