pub type esp_sntp_operatingmode_t = u32;
Expand description

SNTP operating modes per lwip SNTP module

Trait Implementations§

source§

impl From<OperatingMode> for esp_sntp_operatingmode_t

source§

fn from(from: OperatingMode) -> Self

Converts to this type from the input type.