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