|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Enumerations | |
| enum | { VALIDATION_NRF70_RADIO_TEST_XO_TUNE = BIT(0) } |
Functions | |
| int | infuse_validation_nrf70_radio_test (const struct device *dev, uint8_t flags, uint8_t channel) |
| Validate the behaviour of a nRF70. | |
| anonymous enum |
#include </__w/infuse-sdk/infuse-sdk/infuse-sdk/include/infuse/validation/nrf70_radio_test.h>
| Enumerator | |
|---|---|
| VALIDATION_NRF70_RADIO_TEST_XO_TUNE | Perform the builtin XO tuning procedure. |
| int infuse_validation_nrf70_radio_test | ( | const struct device * | dev, |
| uint8_t | flags, | ||
| uint8_t | channel ) |
#include </__w/infuse-sdk/infuse-sdk/infuse-sdk/include/infuse/validation/nrf70_radio_test.h>
Validate the behaviour of a nRF70.
| dev | nRF70 WLAN device |
| flags | Validation tests to run |
| channel | Base WiFi channel for testing |
| 0 | On success |
| -errno | On failure |