Home
last modified time | relevance | path

Searched refs:NUM_BITS (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/net/lib/shell/
Dhttp.c58 for (int i = 0; i < NUM_BITS(uint32_t); i++) { in cmd_net_http()
/Zephyr-latest/samples/drivers/display/src/
Dmain.c280 buf_size, NUM_BITS(uint8_t)), sizeof(uint8_t)); in main()
286 buf_size, NUM_BITS(uint8_t)), sizeof(uint8_t)); in main()
/Zephyr-latest/include/zephyr/input/
Dinput_kbd_matrix.h70 #define INPUT_KBD_MATRIX_ROW_BITS NUM_BITS(kbd_row_t)
/Zephyr-latest/include/zephyr/net/http/
Dserver.h106 BUILD_ASSERT(NUM_BITS(
/Zephyr-latest/kernel/
Duserspace.c315 int base = tidx / NUM_BITS(_thread_idx_map[0]); in thread_idx_free()
316 int offset = tidx % NUM_BITS(_thread_idx_map[0]); in thread_idx_free()
/Zephyr-latest/drivers/display/
Ddisplay_sdl.c450 NUM_BITS(uint8_t)); in sdl_display_clear()
454 NUM_BITS(uint8_t)); in sdl_display_clear()
/Zephyr-latest/include/zephyr/sys/
Dutil.h33 #define NUM_BITS(t) (sizeof(t) * BITS_PER_BYTE) macro
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c256 if (args->version >= NUM_BITS(handler->version_mask) || in validate_handler()