Home
last modified time | relevance | path

Searched refs:latitude (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_obj_location.c40 static double latitude; variable
75 &latitude, sizeof(latitude)); in location_create()
/Zephyr-Core-3.5.0/include/zephyr/drivers/modem/
Dhl7800.h223 char latitude[MDM_HL7800_MAX_POLTE_LOCATION_STR_SIZE]; member
/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c3156 memcpy(data.latitude, start, MIN(end - start, sizeof(data.latitude) - 1)); in on_cmd_polte_location()
4558 CMD_HANDLER("Latitude: ", latitude), in hl7800_rx()