Home
last modified time | relevance | path

Searched refs:handle (Results 476 – 500 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c568 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/
DKconfig127 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/
DKconfig60 bool "Always handle cache"
68 bool "Never handle cache"
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_enc.c234 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()
Dlll_adv.h53 uint64_t handle:8; member
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c184 closet[p].single.handle = chrc_value_handle; in a_test_iteration()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c144 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;
Dlll_central_iso.c228 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/
DKconfig.esp_at84 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/
Dcap_common.c374 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/
Dremote-fw-service.py102 def handle(self): member in adsp_request_handler
128 def handle(self): member in adsp_log_handler
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_reference_api.h416 #define VERTEX2II(x, y, handle, cell) FT8XX_VERTEX2II(x, y, handle, cell) argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c132 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/
Dsdp.c690 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/
Dnet_mgmt.rst75 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/
Dipm_stm32wb.c229 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/
Dsensor.h1043 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/
Dindex.rst61 * 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/
Ds32z2xxdc2_s32z270.dtsi31 phy-handle = <&phy0>;
/Zephyr-latest/dts/arm64/fvp/
Dfvp-aemv8r.dtsi115 phy-handle = <&phy>;
/Zephyr-latest/samples/drivers/watchdog/
DREADME.rst18 In this sample, a watchdog callback is used to handle a timeout event once. This functionality is u…
/Zephyr-latest/subsys/retention/
DKconfig.blinfo24 that they know how to e.g. handle firmware updates and place them
/Zephyr-latest/drivers/spi/
Dspi_mcux_dspi.c58 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/
Dias_client.c136 client->discover.start_handle = attr->handle + 1; in bt_ias_prim_disc_cb()
/Zephyr-latest/drivers/usb/udc/
DKconfig33 cannot handle buffers in cached memory.

1...<<11121314151617181920>>...29