esp_idf_svc
0.49.1
Uart
Required Methods
port
Object Safety
Implementors
In esp_idf_svc::hal::uart
Trait
esp_idf_svc
::
hal
::
uart
::
Uart
Copy item path
source
·
[
−
]
pub trait Uart { // Required method fn
port
() -> u32; }
Required Methods
§
source
fn
port
() -> u32
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Uart
for
UART0
source
§
impl
Uart
for
UART1