Zephyr Project API 3.7.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. | |
void * | common_setup (void) |
ZTEST_SUITE (bitfield, NULL, common_setup, NULL, NULL, NULL) | |
#define BIT_INDEX | ( | bit | ) | (bit >> 3) |
#define BIT_VAL | ( | bit | ) | (1 << (bit & 0x7)) |
#define BITFIELD_SIZE 512 |