Home
last modified time | relevance | path

Searched refs:longitude (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_obj_location.c41 static double longitude; variable
77 &longitude, sizeof(longitude)); in location_create()
/Zephyr-Core-3.5.0/include/zephyr/drivers/modem/
Dhl7800.h224 char longitude[MDM_HL7800_MAX_POLTE_LOCATION_STR_SIZE]; member
/Zephyr-Core-3.5.0/doc/kernel/
Dtimeutil.rst150 influenced by longitude, but the offset may be adjusted ("daylight
/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c3164 memcpy(data.longitude, start, MIN(end - start, sizeof(data.longitude) - 1)); in on_cmd_polte_location()
4559 CMD_HANDLER("Longitude: ", longitude), in hl7800_rx()