Searched defs:_timeout (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/ |
D | kernel_structs.h | 297 struct _timeout { struct 299 _timeout_func_t fn; argument 302 int64_t dticks; 304 int32_t dticks;
|
D | net_buf.h | 1348 #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/ |
D | shell_log_backend.h | 70 #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/ |
D | net_pkt.h | 1842 #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/ |
D | gap.h | 936 #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
|
D | bluetooth.h | 1300 #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/ |
D | conn_internal.h | 541 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument 562 #define bt_conn_create_frag_timeout(_reserve, _timeout) \ argument
|