Home
last modified time | relevance | path

Searched defs:type (Results 201 – 225 of 721) sorted by relevance

12345678910>>...29

/Zephyr-latest/doc/build/dts/
Dphandles.rst100 .. _dt-phandle-arrays:
/Zephyr-latest/arch/arc/core/mpu/
Darc_mpu_v2_internal.h82 static inline int get_region_index_by_type(uint32_t type) in get_region_index_by_type()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dcommon.c74 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c107 static const char *cte_type2str(uint8_t type) in cte_type2str()
118 static const char *sample_type2str(enum bt_df_iq_sample type) in sample_type2str()
/Zephyr-latest/soc/openisa/rv32m1/
Dsoc.c64 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dtester_rpa_rotation.c124 static void cb_device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_device_found()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/enum_mgmt/src/
Dsmp_test_util.c14 static void smp_make_hdr(struct smp_hdr *rsp_hdr, size_t len, uint8_t type, bool write) in smp_make_hdr()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dadsp_debug_window.h65 uint32_t type; member
/Zephyr-latest/drivers/w1/
Dw1_handlers.c81 enum w1_settings_type type, uint32_t value) in z_vrfy_w1_configure()
/Zephyr-latest/tests/subsys/dsp/print_format/src/
Dmain.c9 #define float_multiplier(type) ((INT64_C(1) << (8 * sizeof(type) - 1)) - 1) argument
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_api.c71 const uint8_t type, const uint8_t id, in wrapper_get_report()
93 const uint8_t type, const uint8_t id, in wrapper_set_report()
/Zephyr-latest/include/zephyr/drivers/i3c/
Dibi.h100 enum i3c_ibi_type type; member
/Zephyr-latest/include/zephyr/sys/internal/
Dkobject_internal.h64 uint8_t type; member
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h111 uint8_t type; member
154 uint8_t type; member
174 uint16_t type; member
183 uint16_t type; member
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c82 #define print_ll_addrs(pkt, type, len, src, dst) \ argument
99 #define print_vlan_ll_addrs(pkt, type, tci, len, src, dst, tagstrip) \ argument
264 uint16_t type; in ethernet_recv() local
1060 enum ethernet_filter_type type, bool enable) in net_eth_mac_filter()
/Zephyr-latest/tests/lib/ringbuffer/src/
Dmain.c169 uint16_t type; member
190 uint16_t type; in tringbuf_get() local
206 uint16_t type; in tringbuf_get_discard() local
822 uint16_t type = 0; in ZTEST() local
/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c206 enum hpack_string_type type, in hpack_huffman_decode()
234 enum hpack_string_type type, in hpack_string_decode()
484 enum hpack_string_type type, in hpack_string_encode()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.h26 #define PDU_HDR(sar, type) (sar << 6 | (type & BIT_MASK(6))) argument
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_espi_taf.h138 uint8_t type; member
147 uint8_t type; member
/Zephyr-latest/include/zephyr/
Dbindesc.h134 #define BINDESC_TAG(type, id) ((BINDESC_TYPE_##type & 0xf) << 12 | (id & 0x0fff)) argument
324 } type; member
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c88 void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, struct net_buf_simple *ad) in device_found()
167 static void gatt_discover(const struct bt_uuid *uuid, uint8_t type) in gatt_discover()
/Zephyr-latest/include/zephyr/drivers/firmware/scmi/
Dprotocol.h31 #define SCMI_MESSAGE_HDR_MAKE(id, type, proto, token) \ argument
/Zephyr-latest/subsys/net/lib/shell/
Ddns.c188 char *host, *type = NULL; in cmd_net_dns_query() local
/Zephyr-latest/subsys/net/lib/socks/
Dsocks.c193 int type; in net_socks5_connect() local
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmock_backend.c62 void validate_msg(const char *type, const char *optional_flags, in validate_msg()

12345678910>>...29