Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <ztest.h>
Macros | |
#define | BUF_SZ 1024 |
Functions | |
static int | ram_console_out (int character) |
void | test_printk (void) |
Test printk() functionality. More... | |
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 |
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 |