|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
#include <zephyr/kernel.h>#include <zephyr/ztest.h>#include <zephyr/arch/cpu.h>#include <zephyr/tc_util.h>Macros | |
| #define | BIT_INDEX(bit) |
| #define | BIT_VAL(bit) |
| #define | BITFIELD_SIZE 512 |
Functions | |
| void | test_bitfield (void) |
| Test bitfield operations. | |
| void * | common_setup (void) |
| ZTEST_SUITE (bitfield, NULL, common_setup, NULL, NULL, NULL) | |
| #define BIT_INDEX | ( | bit | ) |
| #define BIT_VAL | ( | bit | ) |
| #define BITFIELD_SIZE 512 |
|
extern |
| ZTEST_SUITE | ( | bitfield | , |
| NULL | , | ||
| common_setup | , | ||
| NULL | , | ||
| NULL | , | ||
| NULL | ) |