![]() |
no-OS
|
Common data source file for capi_selftest project. Copyright (c) 2025-2026 Analog Devices, Inc. More...
#include <stdint.h>#include "capi_time.h"#include "common_data.h"#include "parameters.h"#include "test_framework.h"Macros | |
| #define | IRQ_CTRL_EXTRA NULL |
| #define | TEST_UART_TX_CHUNK 32U |
| Write test-framework bytes through the configured CAPI UART. | |
| #define | UART_CLK_FREQ_HZ 0U |
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 |
| CAPI UART configuration used as the test report transport. | |
| const char | platform_name [] = PLATFORM_NAME |
| Short platform label printed by TEST_RUN_START(). | |
Common data source file for capi_selftest project. Copyright (c) 2025-2026 Analog Devices, Inc.
SPDX-License-Identifier: BSD-3-Clause
| #define IRQ_CTRL_EXTRA NULL |
| #define TEST_UART_TX_CHUNK 32U |
Write test-framework bytes through the configured CAPI UART.
| context | - CAPI UART handle. |
| data | - Bytes to transmit. |
| length | - Number of bytes to transmit. |
| #define UART_CLK_FREQ_HZ 0U |
| 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. |
| const char platform_name[] = PLATFORM_NAME |
Short platform label printed by TEST_RUN_START().
Short platform label printed in the test run header.
| const struct capi_uart_config uart_config |
CAPI UART configuration used as the test report transport.
Console UART configuration used by the test framework output path.