Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nrf70_radio_test.h
Go to the documentation of this file.
1
8
9#ifndef INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_NRF70_RADIO_TEST_H_
10#define INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_NRF70_RADIO_TEST_H_
11
12#include <zephyr/net/net_if.h>
13#include <zephyr/sys/util.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
23
24enum {
27};
28
39int infuse_validation_nrf70_radio_test(const struct device *dev, uint8_t flags, uint8_t channel);
40
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_NRF70_RADIO_TEST_H_ */
int infuse_validation_nrf70_radio_test(const struct device *dev, uint8_t flags, uint8_t channel)
Validate the behaviour of a nRF70.
@ VALIDATION_NRF70_RADIO_TEST_XO_TUNE
Perform the builtin XO tuning procedure.
Definition nrf70_radio_test.h:26