nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches
test.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _DULT_TEST_H_
8#define _DULT_TEST_H_
9
10#include <stdint.h>
11#include <zephyr/sys/clock.h>
12
34#ifdef __cplusplus
35extern "C" {
36#endif
37
56
62#define DULT_TEST_MOTION_DETECTOR_PERIOD_MAX (UINT32_MAX / MSEC_PER_SEC)
63
85
86#ifdef __cplusplus
87}
88#endif
89
94#endif /* _DULT_TEST_H_ */
int dult_test_motion_detector_separated_ut_period_set(const struct dult_test_motion_detector_separated_ut_period *data)
Override the DULT motion detector separated UT timing parameters.
uint32_t timeout_max
Definition test.h:54
uint32_t timeout_min
Definition test.h:49
uint32_t backoff
Definition test.h:46