esp_idf_hal
0.44.1
TickType_t
Trait Implementations
From<TickType>
In esp_idf_hal::delay
Type Alias
esp_idf_hal
::
delay
::
TickType_t
Copy item path
source
·
[
−
]
pub type TickType_t = u32;
Expand description
The raw OS tick type. Also see
TickType
.
Trait Implementations
§
source
§
impl From<
TickType
> for
TickType_t
source
§
fn
from
(value:
TickType
) -> Self
Converts to this type from the input type.