no-OS
Loading...
Searching...
No Matches
common_data.h File Reference

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"
Include dependency graph for common_data.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.
 

Detailed Description

Common data header file for capi_selftest project. Copyright (c) 2025-2026 Analog Devices, Inc.

SPDX-License-Identifier: BSD-3-Clause

Function Documentation

◆ get_test_framework_config()

void get_test_framework_config ( struct test_framework_config * config,
struct capi_uart_handle * uart )

Fill a test framework configuration for the selected platform.

Parameters
config- Destination framework configuration.
uart- UART handle used as the framework write context.

Variable Documentation

◆ platform_name

const char platform_name[]
extern

Short platform label printed in the test run header.

Short platform label printed in the test run header.

◆ uart_config

const struct capi_uart_config uart_config
extern

Console UART configuration used by the test framework output path.

Console UART configuration used by the test framework output path.