Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
main.c File Reference
#include <zephyr/ztest.h>
#include <zephyr/kernel.h>

Functions

static void swap64 (uint64_t *a, uint64_t *b)
 
static void msg (uint64_t c64)
 
uint32_t timeout (uint64_t prev, uint64_t now)
 
void test_32bit_wrap_around (void)
 
 ZTEST_SUITE (cycle64_tests, NULL, NULL, NULL, NULL, NULL)
 

Function Documentation

◆ msg()

static void msg ( uint64_t c64)
static

◆ swap64()

static void swap64 ( uint64_t * a,
uint64_t * b )
static

◆ test_32bit_wrap_around()

void test_32bit_wrap_around ( void )

◆ timeout()

uint32_t timeout ( uint64_t prev,
uint64_t now )

◆ ZTEST_SUITE()

ZTEST_SUITE ( cycle64_tests ,
NULL ,
NULL ,
NULL ,
NULL ,
NULL  )