Searched refs:datetime (Results 1 – 2 of 2) sorted by relevance
962 struct zcbor_string datetime = { 0 }; in os_mgmt_datetime_write() local1017 ZCBOR_MAP_DECODE_KEY_DECODER("datetime", zcbor_tstr_decode, &datetime), in os_mgmt_datetime_write()1022 } else if (datetime.len < RTC_DATETIME_MIN_STRING_SIZE || in os_mgmt_datetime_write()1023 datetime.len >= RTC_DATETIME_MAX_STRING_SIZE) { in os_mgmt_datetime_write()1027 memcpy(date_string, datetime.value, datetime.len); in os_mgmt_datetime_write()1028 date_string[datetime.len] = '\0'; in os_mgmt_datetime_write()1033 if (pos == (date_string + datetime.len)) { in os_mgmt_datetime_write()
146 bool "Support for datetime command"151 Enables support for the datetime get and set functions, this allows for using the155 bool "Support millisecond field in datetime commands"163 Allows applications to control and get notifications of when a datetime set/get
Completed in 39 milliseconds