Home
last modified time | relevance | path

Searched defs:pending (Results 1 – 25 of 44) sorted by relevance

12

/Zephyr-latest/tests/kernel/pending/
DCMakeLists.txt5 project(pending) project
/Zephyr-latest/drivers/interrupt_controller/
Dintc_vexriscv_litex.c34 uint32_t pending; in vexriscv_litex_irq_pending() local
62 uint32_t pending, mask, irqs; in vexriscv_litex_irq_handler() local
Dintc_wkpu_nxp_s32.c56 uint64_t pending = wkpu_nxp_s32_get_pending(dev); in wkpu_nxp_s32_interrupt_handler() local
Dintc_eirq_nxp_s32.c66 uint32_t pending; in eirq_nxp_s32_interrupt_handler() local
Dintc_miwu.c241 bool pending = IS_BIT_SET(NPCX_WKPND(base, wui->group), wui->bit); in npcx_miwu_irq_get_and_clear_pending() local
/Zephyr-latest/include/zephyr/data/
Djwt.h53 int pending; member
/Zephyr-latest/drivers/timer/
Dsilabs_sleeptimer_timer.c54 uint32_t pending = curr - prev; in sleeptimer_cb() local
77 uint32_t pending = curr - prev; in sleeptimer_clock_set_timeout() local
Dcortex_m_systick.c278 uint32_t pending = elapsed(); in sys_clock_set_timeout() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c132 struct coap_pending *pending; in coap_server_process() local
258 struct coap_pending *pending; in coap_server_retransmit() local
304 struct coap_pending *pending; in coap_server_poll_timeout() local
545 struct coap_pending *pending = coap_pending_next_unused(service->data->pending, in coap_service_send() local
/Zephyr-latest/drivers/eeprom/
Deeprom_shell.c38 size_t pending; in cmd_read() local
156 size_t pending; in cmd_fill() local
/Zephyr-latest/tests/kernel/pending/src/
Dmain.c296 ZTEST(pending, test_pending_fifo) in ZTEST() argument
363 ZTEST(pending, test_pending_lifo) in ZTEST() argument
430 ZTEST(pending, test_pending_timer) in ZTEST() argument
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dmain.c48 static struct lwm2m_message *find_msg_custom_fake(struct coap_pending *pending, in find_msg_custom_fake()
265 struct coap_pending pending; in ZTEST() local
398 struct coap_pending pending; in ZTEST() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.h40 struct k_fifo pending; member
/Zephyr-latest/include/zephyr/net/
Dcoap_service.h48 struct coap_pending pending[CONFIG_COAP_SERVICE_PENDING_MESSAGES]; member
Dcoap_client.h97 struct coap_pending pending; member
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h32 bool pending: 1; member
/Zephyr-latest/subsys/net/l2/ethernet/
Darp.c44 static void arp_entry_cleanup(struct arp_entry *entry, bool pending) in arp_entry_cleanup()
253 struct net_pkt *pending, in arp_prepare()
/Zephyr-latest/drivers/i2c/
Di2c_gecko.c237 uint32_t pending; in i2c_gecko_isr() local
/Zephyr-latest/drivers/counter/
Dcounter_xlnx_axi_timer.c236 uint32_t pending = 0; in xlnx_axi_timer_get_pending_int() local
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c490 static void process_frame(uint8_t *buf, uint32_t pending) in process_frame()
553 uint32_t pending; in process() local
/Zephyr-latest/kernel/
Dwork.c582 bool pending = (work_busy_get_locked(work) != 0U); in k_work_cancel_sync() local
1110 bool pending = (work_delayable_busy_get_locked(dwork) != 0U); in k_work_cancel_delayable_sync() local
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c54 bool bootable, pending, confirmed, active, permanent, ok; in image_state_res_fn() local
/Zephyr-latest/drivers/serial/
Duart_litex.c181 uint8_t pending; in uart_litex_irq_rx_ready() local
/Zephyr-latest/drivers/gpio/
Dgpio_rcar.c84 uint32_t pending, fsb, mask; in gpio_rcar_port_isr() local
/Zephyr-latest/drivers/dma/
Ddma_silabs_ldma.c271 uint32_t pending, chnum; in dma_silabs_irq_handler() local

12