|
Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#include <zephyr/ztest.h>Macros | |
| #define | BUF_SZ 1024 |
Functions | |
| static int | ram_console_out (int character) |
| ZTEST (printk, test_printk) | |
| Test printk() functionality. | |
| void * | common_setup (void) |
| ZTEST_SUITE (printk, NULL, common_setup, NULL, NULL, NULL) | |
Variables | |
| static int | pos |
| char | pk_console [1024] |
| size_t | stv = 22 |
| unsigned char | uc = 'q' |
| unsigned short int | usi = 10000U |
| unsigned int | ui = 32768U |
| unsigned long | ul = 40000 |
| unsigned long long | ull = 22 |
| char | c = 'p' |
| signed short int | ssi = -10000 |
| signed int | si = -32768 |
| signed long | sl = -40000 |
| signed long long | sll = -22 |
| uint32_t | hex = 0xCAFEBABE |
| void * | ptr = (void *)0xBEEF |
| #define BUF_SZ 1024 |
|
static |
| char c = 'p' |
| uint32_t hex = 0xCAFEBABE |
| char pk_console[1024] |
|
static |
| void* ptr = (void *)0xBEEF |
| signed int si = -32768 |
| signed long sl = -40000 |
| signed long long sll = -22 |
| signed short int ssi = -10000 |
| size_t stv = 22 |
| unsigned int ui = 32768U |
| unsigned long ul = 40000 |
| unsigned long long ull = 22 |
| unsigned short int usi = 10000U |