![]() |
no-OS
|
Common data header file for capi_selftest project. Copyright (c) 2025-2026 Analog Devices, Inc. More...
#include <stdbool.h>#include <stdint.h>#include "capi_uart.h"#include "parameters.h"Functions | |
| void | get_test_framework_config (struct test_framework_config *config, struct capi_uart_handle *uart) |
| Fill a test framework configuration for the selected platform. | |
Variables | |
| const struct capi_uart_config | uart_config |
| Console UART configuration used by the test framework output path. | |
| const char | platform_name [] |
| Short platform label printed in the test run header. | |
Common data header file for capi_selftest project. Copyright (c) 2025-2026 Analog Devices, Inc.
SPDX-License-Identifier: BSD-3-Clause
| void get_test_framework_config | ( | struct test_framework_config * | config, |
| struct capi_uart_handle * | uart ) |
Fill a test framework configuration for the selected platform.
| config | - Destination framework configuration. |
| uart | - UART handle used as the framework write context. |
|
extern |
Short platform label printed in the test run header.
Short platform label printed in the test run header.
|
extern |
Console UART configuration used by the test framework output path.
Console UART configuration used by the test framework output path.