Home
last modified time | relevance | path

Searched defs:_timeout (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/
Dkernel_structs.h297 struct _timeout { struct
299 _timeout_func_t fn; argument
302 int64_t dticks;
304 int32_t dticks;
Dnet_buf.h1348 #define net_buf_alloc_fixed(_pool, _timeout) \ argument
1385 #define net_buf_alloc_len(_pool, _size, _timeout) \ argument
1417 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout) \ argument
/Zephyr-latest/include/zephyr/shell/
Dshell_log_backend.h70 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) \ argument
96 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) argument
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1842 #define net_pkt_alloc(_timeout) \ argument
1848 #define net_pkt_alloc_from_slab(_slab, _timeout) \ argument
1853 #define net_pkt_rx_alloc(_timeout) \ argument
1860 #define net_pkt_alloc_on_iface(_iface, _timeout) \ argument
1867 #define net_pkt_rx_alloc_on_iface(_iface, _timeout) \ argument
1876 #define net_pkt_alloc_buffer(_pkt, _size, _proto, _timeout) \ argument
1883 #define net_pkt_alloc_buffer_raw(_pkt, _size, _timeout) \ argument
1895 _proto, _timeout) \ argument
1908 _proto, _timeout) \ argument
1920 #define net_pkt_alloc_buffer_with_reserve(_pkt, _size, _reserve, _proto, _timeout) \ argument
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h936 #define BT_GAP_MS_TO_PER_ADV_SYNC_TIMEOUT(_timeout) ((uint16_t)((_timeout) / 10U)) argument
946 #define BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(_timeout) \ argument
1023 #define BT_GAP_MS_TO_CONN_TIMEOUT(_timeout) ((uint16_t)((_timeout) / 10U)) argument
1033 #define BT_GAP_US_TO_CONN_TIMEOUT(_timeout) (BT_GAP_MS_TO_CONN_TIMEOUT((_timeout) / USEC_PER_MSEC)) argument
Dbluetooth.h1300 #define BT_LE_EXT_ADV_START_PARAM_INIT(_timeout, _n_evts) \ argument
1312 #define BT_LE_EXT_ADV_START_PARAM(_timeout, _n_evts) \ argument
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h541 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument
562 #define bt_conn_create_frag_timeout(_reserve, _timeout) \ argument