no-OS
Loading...
Searching...
No Matches
test_spi.c File Reference

CAPI SPI external-loopback tests. More...

#include <errno.h>
#include <stdint.h>
#include <string.h>
#include "capi_irq.h"
#include "capi_spi.h"
#include "parameters.h"
#include "common_data.h"
#include "test_framework.h"
#include "test_spi.h"
Include dependency graph for test_spi.c:

Functions

int test_spi (void)
 Run all SPI test cases available on the mapped platform.
 

Detailed Description

CAPI SPI external-loopback tests.

Copyright (c) 2026 Analog Devices, Inc. SPDX-License-Identifier: BSD-3-Clause

Function Documentation

◆ test_spi()

int test_spi ( void )

Run all SPI test cases available on the mapped platform.

Returns
0 if all executed cases passed, first non-zero test error otherwise.