/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/ |
D | main.c | 568 cis->lll.acl_handle = conn.lll.handle; in ZTEST() 652 cis->lll.acl_handle = conn.lll.handle; in ZTEST() 804 cis->lll.acl_handle = conn.lll.handle; in ZTEST()
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | Kconfig | 127 Priority of thread used by the driver to handle interrupts. 134 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 60 bool "Always handle cache" 68 bool "Never handle cache"
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_enc.c | 234 ntf->hdr.handle = conn->lll.handle; in lp_enc_ntf() 763 ntf->hdr.handle = conn->lll.handle; in rp_enc_ntf_ltk() 786 ntf->hdr.handle = conn->lll.handle; in rp_enc_ntf()
|
D | lll_adv.h | 53 uint64_t handle:8; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/ |
D | main.c | 184 closet[p].single.handle = chrc_value_handle; in a_test_iteration()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_conn.c | 144 void lll_conn_flush(uint16_t handle, struct lll_conn *lll) in lll_conn_flush() argument 521 LL_ASSERT(lll->handle != 0xFFFF); 523 ull_conn_lll_ack_enqueue(lll->handle, tx_release); 548 node_rx->hdr.handle = lll->handle;
|
D | lll_central_iso.c | 228 ull_iso_lll_ack_enqueue(cis_lll->handle, in prepare_cb() 345 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_ISO_BASE + cig_lll->handle), in prepare_cb() 640 ull_iso_lll_ack_enqueue(cis_lll->handle, in isr_tx() 710 trx_performed_bitmask |= (1U << LL_CIS_IDX_FROM_HANDLE(cis_lll->handle)); in isr_rx() 773 node_rx->hdr.handle = cis_lll->handle; in isr_rx() 892 ull_iso_lll_ack_enqueue(cis_lll->handle, in isr_rx()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 84 This lets the ESP handle the TCP window so that data can flow 85 at a rate that the driver can handle. Without this, data might get
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_common.c | 374 if (attr->handle == prim_service->end_handle) { in bt_cap_common_discover_cas_cb() 384 params->start_handle = attr->handle + 1; in bt_cap_common_discover_cas_cb()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | remote-fw-service.py | 102 def handle(self): member in adsp_request_handler 128 def handle(self): member in adsp_log_handler
|
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_reference_api.h | 416 #define VERTEX2II(x, y, handle, cell) FT8XX_VERTEX2II(x, y, handle, cell) argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_client_test.c | 132 printk("[ATTRIBUTE] handle %u\n", attr->handle); in discover_func() 138 params->start_handle = attr->handle + 1; in discover_func()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 690 net_buf_add_be32(resp_buf, record->handle); in sdp_svc_search_req() 1061 if (rec->handle == *svc_rec_hdl) { in find_handle() 1457 uint32_t handle = SDP_SERVICE_HANDLE_BASE; in bt_sdp_register_service() local 1470 handle = db->handle + 1; in bt_sdp_register_service() 1475 service->handle = handle; in bt_sdp_register_service() 1476 *((uint32_t *)(service->attrs[0].val.data)) = handle; in bt_sdp_register_service() 1479 LOG_DBG("Service registered at %u", handle); in bt_sdp_register_service() 1554 net_buf_add_be32(buf, param->handle); in sdp_client_sa_search() 1977 LOG_WRN("Service record handle 0x%x not found", session->param->handle); in sdp_client_receive_ss()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_mgmt.rst | 75 events it will handle, **regardless** of how many events were in the 90 * Set of events to handle. 137 * Set of events to handle.
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | ipm_stm32wb.c | 229 acl_hdr.handle = acl->handle; in bt_ipm_rx_thread() 231 LOG_DBG("ACL: handle %x, len %x", acl_hdr.handle, acl_hdr.len); in bt_ipm_rx_thread()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor.h | 1043 struct rtio_sqe **handle) in sensor_stream() argument 1049 rtio_sqe_copy_in_get_handles(ctx, &sqe, handle, 1); in sensor_stream() 1056 if (handle != NULL) { in sensor_stream() 1057 *handle = sqe; in sensor_stream()
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 61 * Decoupled with any host link protocols, it's Zephyr Application's role to handle different 139 sensing_open_sensor_by_dt(DEVICE_DT_GET(DT_NODELABEL(base_accel)), cb_list, handle); 140 sensing_open_sensor_by_dt(DEVICE_DT_GET(DT_CHOSEN(zephyr_sensing_base_accel)), cb_list, handle); 154 Clients using a :c:type:`sensing_sensor_handle_t` type handler to handle a opened sensor
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/ |
D | s32z2xxdc2_s32z270.dtsi | 31 phy-handle = <&phy0>;
|
/Zephyr-latest/dts/arm64/fvp/ |
D | fvp-aemv8r.dtsi | 115 phy-handle = <&phy>;
|
/Zephyr-latest/samples/drivers/watchdog/ |
D | README.rst | 18 In this sample, a watchdog callback is used to handle a timeout event once. This functionality is u…
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig.blinfo | 24 that they know how to e.g. handle firmware updates and place them
|
/Zephyr-latest/drivers/spi/ |
D | spi_mcux_dspi.c | 58 dspi_master_handle_t handle; member 197 status = DSPI_MasterTransferNonBlocking(base, &data->handle, &transfer); in spi_mcux_transfer_next_packet() 221 DSPI_MasterTransferHandleIRQ(base, &data->handle); in spi_mcux_isr() 553 dspi_master_handle_t *handle, status_t status, void *userData) in spi_mcux_master_transfer_callback() argument 663 DSPI_MasterTransferCreateHandle(base, &data->handle, in spi_mcux_configure()
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | ias_client.c | 136 client->discover.start_handle = attr->handle + 1; in bt_ias_prim_disc_cb()
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig | 33 cannot handle buffers in cached memory.
|