Zephyr Project API
3.3.0
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) (bit >> 3) |
#define | BIT_VAL(bit) (1 << (bit & 0x7)) |
#define | BITFIELD_SIZE 512 |
Functions | |
ZTEST (bitfield, test_bitfield) | |
Test bitfield operations. More... | |
#define BIT_INDEX | ( | bit | ) | (bit >> 3) |
#define BIT_VAL | ( | bit | ) | (1 << (bit & 0x7)) |
#define BITFIELD_SIZE 512 |