Type Alias esp_idf_svc::sys::sntp_sync_mode_t

source ·
pub type sntp_sync_mode_t = u32;
Expand description

SNTP time update mode

Trait Implementations§

source§

impl From<SyncMode> for sntp_sync_mode_t

source§

fn from(from: SyncMode) -> Self

Converts to this type from the input type.