Home
last modified time | relevance | path

Searched defs:timeout (Results 351 – 375 of 490) sorted by relevance

1...<<11121314151617181920

/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c264 uint8_t timeout = 100U; in verify_osc_stabilization() local
479 uint8_t timeout = 10U; in verify_tx_done() local
/Zephyr-latest/drivers/can/
Dcan_stm32_bxcan.c709 static int can_stm32_recover(const struct device *dev, k_timeout_t timeout) in can_stm32_recover()
758 k_timeout_t timeout, can_tx_callback_t callback, in can_stm32_send()
Dcan_nxp_s32_canxl.c403 static int can_nxp_s32_recover(const struct device *dev, k_timeout_t timeout) in can_nxp_s32_recover()
575 k_timeout_t timeout, in can_nxp_s32_send()
Dcan_mcux_flexcan.c669 k_timeout_t timeout, in mcux_flexcan_send()
843 static int mcux_flexcan_recover(const struct device *dev, k_timeout_t timeout) in mcux_flexcan_recover()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central.c80 uint16_t interval, uint16_t latency, uint16_t timeout, in ll_create_connection()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c307 k_timeout_t timeout = K_FOREVER; in get_rx() local
Dh4.c203 static struct net_buf *get_rx(struct h4_data *h4, k_timeout_t timeout) in get_rx()
Dhci_spi_st.c389 k_timeout_t timeout = K_FOREVER; in bt_spi_rx_buf_construct() local
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c582 int32_t timeout, void *user_data) in http_client_req()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_net_mgmt.c147 k_timeout_t timeout = mgmt->wait_timeout; in znet_mgmt_recvfrom() local
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c32 static k_timeout_t timeout; variable
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c380 static int api_tx(const struct device *dev, const uint8_t *buf, size_t len, int32_t timeout) in api_tx()
479 static int api_rx_enable(const struct device *dev, uint8_t *buf, size_t len, int32_t timeout) in api_rx_enable()
/Zephyr-latest/subsys/net/lib/dns/
Dresolve.c1489 int32_t timeout, in dns_resolve_name_internal()
1736 int32_t timeout) in dns_resolve_name()
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c400 void bt_mesh_health_cli_timeout_set(int32_t timeout) in bt_mesh_health_cli_timeout_set()
Dprovisioner.c799 uint8_t attention_duration, void *bearer_cb_data, uint8_t timeout) in link_open()
/Zephyr-latest/drivers/video/
Dvideo_mcux_csi.c285 struct video_buffer **vbuf, k_timeout_t timeout) in video_mcux_csi_dequeue()
Dvideo_stm32_dcmi.c319 k_timeout_t timeout) in video_stm32_dcmi_dequeue()
Dvideo_esp32_dvp.c311 struct video_buffer **vbuf, k_timeout_t timeout) in video_esp32_dequeue()
/Zephyr-latest/drivers/i2c/
Di2c_npcx_controller.c469 static int i2c_ctrl_wait_stop_completed(const struct device *dev, int timeout) in i2c_ctrl_wait_stop_completed()
507 static int i2c_ctrl_wait_idle_completed(const struct device *dev, int timeout) in i2c_ctrl_wait_idle_completed()
/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c624 size_t size, uint16_t proto, k_timeout_t timeout) in vlan_alloc_buffer()
/Zephyr-latest/lib/os/
Dmpsc_pbuf.c342 size_t wlen, k_timeout_t timeout) in mpsc_pbuf_alloc()
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c227 static void wait_for_events(uint32_t event_mask, k_timeout_t timeout) in wait_for_events()
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c237 int ret, timeout = cmd->timeout_ms; in sdhc_spi_response_get() local
/Zephyr-latest/drivers/spi/
Dspi_context.h174 k_timeout_t timeout; in spi_context_wait_for_completion() local
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c298 uint32_t timeout; in interval_to_sync_timeout() local

1...<<11121314151617181920