Searched refs:lat (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/modem/ |
D | simcom-sim7080.h | 37 int32_t lat; member
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | pcie.h | 490 #define PCIE_BUS_NUMBER_VAL(prim, sec, sub, lat) \ argument 494 (((lat) & 0xffUL) << 24))
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 52 #define BT_LE_CONN_PARAM_INIT(int_min, int_max, lat, to) \ argument 56 .latency = (lat), \ 67 #define BT_LE_CONN_PARAM(int_min, int_max, lat, to) \ argument 69 BT_LE_CONN_PARAM_INIT(int_min, int_max, lat, to) \
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 1440 char *lat = gnss_get_next_param(NULL, ",", &saveptr); in parse_cgnsinf() local 1442 if (lat == NULL) { in parse_cgnsinf() 1471 ret = gnss_split_on_dot(lat, &number, &fraction); in parse_cgnsinf() 1475 gnss_data.lat = number * 10000000 + fraction * 10; in parse_cgnsinf()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 88 LE conn param req: int (0x0018, 0x0028) lat 0 to 42 89 LE conn param updated: int 0x0028 lat 0 to 42
|