Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/sensor/adxl372/
Dadxl372_trigger.c23 uint8_t status1, status2; in adxl372_thread_cb() local
27 if (adxl372_get_status(dev, &status1, &status2, NULL) < 0) { in adxl372_thread_cb()
36 ADXL372_STATUS_2_INACT(status2)) { in adxl372_thread_cb()
39 (ADXL372_STATUS_2_INACT(status2) || in adxl372_thread_cb()
40 ADXL372_STATUS_2_ACTIVITY(status2))) { in adxl372_thread_cb()
96 uint8_t int_mask, int_en, status1, status2; in adxl372_trigger_set() local
133 ret = adxl372_get_status(dev, &status1, &status2, NULL); /* Clear status */ in adxl372_trigger_set()
Dadxl372.c355 uint8_t *status2, in adxl372_get_status() argument
362 if (status2) { in adxl372_get_status()
374 if (status2) { in adxl372_get_status()
375 *status2 = buf[1]; in adxl372_get_status()
Dadxl372.h366 uint8_t *status1, uint8_t *status2, uint16_t *fifo_entries);
/Zephyr-Core-3.5.0/tests/net/lib/dns_resolve/src/
Dmain.c574 int status2; member
584 if (status != expected->status1 && status != expected->status2) { in dns_result_cb()
587 DBG("Expected status2 %d\n", expected->status2); in dns_result_cb()
600 .status2 = DNS_EAI_ALLDONE, in ZTEST()
630 .status2 = DNS_EAI_ALLDONE, in test_dns_query_ipv6()
658 int status2; member
668 if (status != expected->status1 && status != expected->status2) { in dns_result_numeric_cb()
671 DBG("Expected status2 %d\n", expected->status2); in dns_result_numeric_cb()
700 .status2 = DNS_EAI_ALLDONE, in ZTEST()
729 .status2 = DNS_EAI_ALLDONE, in test_dns_query_ipv6_numeric()