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

CAPI timer counter/compare/IRQ tests. More...

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

Functions

int test_timer (void)
 Run all timer test cases available on the mapped platform.
 

Detailed Description

CAPI timer counter/compare/IRQ tests.

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

Function Documentation

◆ test_timer()

int test_timer ( void )

Run all timer test cases available on the mapped platform.

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