Home
last modified time | relevance | path

Searched refs:datetime (Results 1 – 2 of 2) sorted by relevance

/subsys/mgmt/mcumgr/grp/os_mgmt/src/
A Dos_mgmt.c962 struct zcbor_string datetime = { 0 }; in os_mgmt_datetime_write() local
1017 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()
/subsys/mgmt/mcumgr/grp/os_mgmt/
A DKconfig146 bool "Support for datetime command"
151 Enables support for the datetime get and set functions, this allows for using the
155 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