Home
last modified time | relevance | path

Searched refs:flags_get (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/kernel/
Dwork.c55 static inline uint32_t flags_get(const uint32_t *flagp) in flags_get() function
163 return flags_get(&work->flags) & K_WORK_MASK; in work_busy_get_locked()
193 if ((flags_get(&work->flags) & K_WORK_QUEUED) != 0U) { in queue_flusher_locked()
440 bool need_flush = (flags_get(&work->flags) in work_flush_locked()
780 if (((flags_get(&queue->flags) in k_work_queue_drain()
906 return flags_get(&dwork->work.flags) & K_WORK_MASK; in work_delayable_busy_get_locked()
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_gpio_port.c646 gpio_flags_t flags_get = 0; in pin_get_config() local
654 rc = gpio_pin_get_config(dev_out, PIN_OUT, &flags_get); in pin_get_config()
660 zassert_equal(flags_get, flags_set, "flags are different"); in pin_get_config()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c955 SHELL_CMD_ARG(flags_get, NULL,
Dvcp_vol_ctlr.c1169 SHELL_CMD_ARG(flags_get, NULL,