/Zephyr-latest/drivers/sensor/ |
D | Kconfig.trigger_template | 36 Priority of thread used by the driver to handle interrupts. 43 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/honeywell/sm351lt/ |
D | Kconfig | 43 Priority of thread used by the driver to handle interrupts. 50 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/boards/nxp/mimxrt1180_evk/ |
D | mimxrt1180_evk.dtsi | 83 phy-handle = <&phy4>; 101 phy-handle = <&phy0>; 110 phy-handle = <&phy1>; 119 phy-handle = <&phy2>; 128 phy-handle = <&phy3>;
|
/Zephyr-latest/drivers/sensor/tdk/icm42605/ |
D | Kconfig | 41 Priority of thread used by the driver to handle interrupts. 48 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/ |
D | common.c | 67 cp->handle = g_adv->handle; in common_set_cl_cte_tx_params()
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull_peripheral.c | 34 void ull_periph_latency_cancel(struct ll_conn *conn, uint16_t handle) in ull_periph_latency_cancel() argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | gatt_client_test.c | 136 printk("[ATTRIBUTE] handle %u\n", attr->handle); in discover_func() 142 params->start_handle = attr->handle + 1; in discover_func() 194 .handle = 0, /* Will be set later */ 202 .handle = 0, /* Will be set later */ 319 write_params.handle = csf_handle; in enable_robust_caching() 376 chan_1_read.single.handle = chrc_handle; in test_main_common() 377 chan_2_read.single.handle = chrc_handle; in test_main_common()
|
/Zephyr-latest/samples/bluetooth/central_hr/src/ |
D | main.c | 61 printk("[ATTRIBUTE] handle %u\n", attr->handle); in discover_func() 66 discover_params.start_handle = attr->handle + 1; in discover_func() 77 discover_params.start_handle = attr->handle + 2; in discover_func() 88 subscribe_params.ccc_handle = attr->handle; in discover_func()
|
/Zephyr-latest/samples/bluetooth/central_ht/src/ |
D | main.c | 84 printk("[ATTRIBUTE] handle %u\n", attr->handle); in discover_func() 89 discover_params.start_handle = attr->handle + 1; in discover_func() 100 discover_params.start_handle = attr->handle + 2; in discover_func() 111 subscribe_params.ccc_handle = attr->handle; in discover_func()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_client.c | 71 uint16_t handle; member 467 static void unicast_client_ep_init(struct bt_bap_ep *ep, uint16_t handle, uint8_t dir) in unicast_client_ep_init() argument 471 LOG_DBG("ep %p dir %s handle 0x%04x", ep, bt_audio_dir_str(dir), handle); in unicast_client_ep_init() 476 client_ep->handle = handle; in unicast_client_ep_init() 483 static struct bt_bap_ep *unicast_client_ep_find(struct bt_conn *conn, uint16_t handle) in unicast_client_ep_find() argument 493 if ((handle && client_ep->handle == handle) || (!handle && client_ep->handle)) { in unicast_client_ep_find() 503 if ((handle && client_ep->handle == handle) || (!handle && client_ep->handle)) { in unicast_client_ep_find() 529 uint16_t handle) in unicast_client_ep_new() argument 557 if (!client_ep->handle) { in unicast_client_ep_new() 558 unicast_client_ep_init(&client_ep->ep, handle, dir); in unicast_client_ep_new() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_peripheral_internal.h | 9 void ull_periph_latency_cancel(struct ll_conn *conn, uint16_t handle);
|
D | ull_central.c | 197 conn_lll->handle = 0xFFFF; in ll_create_connection() 534 node_rx->hdr.handle = 0xffff; in ll_connect_disable() 555 uint8_t ll_enc_req_send(uint16_t handle, uint8_t const *const rand_num, in ll_enc_req_send() argument 560 conn = ll_connected_get(handle); in ll_enc_req_send() 751 lll->handle = ll_conn_handle_get(conn); 752 rx->hdr.handle = lll->handle; 788 rx->hdr.handle = lll->handle; 918 if (unlikely(conn->lll.handle == 0xFFFF)) { 986 uint16_t handle; local 988 handle = CONFIG_BT_MAX_CONN; [all …]
|
/Zephyr-latest/boards/particle/nrf51_blenano/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/vngiotlab/nrf51_vbluno51/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/qemu/cortex_m0/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/nordic/nrf51dk/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/waveshare/nrf51_ble400/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/nordic/nrf51dongle/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/ezurio/rm1xx_dvk/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/bbc/microbit/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/innblue/innblue21/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/innblue/innblue22/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/circuitdojo/feather/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/nordic/nrf9161dk/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/actinius/icarus/ |
D | pre_dt_board.cmake | 4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|