Home
last modified time | relevance | path

Searched refs:handle (Results 376 – 400 of 720) sorted by relevance

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

/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcentral.c58 static int gatt_write(struct bt_conn *conn, uint16_t handle, const uint8_t *write_buf, in gatt_write() argument
65 params.handle = handle; in gatt_write()
/Zephyr-latest/drivers/ethernet/nxp_imx_netc/
Deth_nxp_imx_netc_psi.c37 result = EP_Up(&data->handle, PHY_TO_NETC_SPEED(state->speed), in netc_eth_phylink_callback()
45 result = EP_Down(&data->handle); in netc_eth_phylink_callback()
70 result = EP_SetPrimaryMacAddr(&data->handle, (uint8_t *)data->mac_addr); in netc_eth_iface_init()
/Zephyr-latest/drivers/sensor/st/iis2dh/
Diis2dh_i2c.c55 data->ctx->handle = (void *)dev; in iis2dh_i2c_init()
DKconfig52 Priority of thread used by the driver to handle interrupts.
59 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/boards/nxp/lpcxpresso55s16/
Dlpcxpresso55s16.dts29 phy-handle = <&usbphy1>;
/Zephyr-latest/drivers/sensor/st/lsm6dso16is/
DKconfig53 Priority of thread used by the driver to handle interrupts.
60 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
DKconfig53 Priority of thread used by the driver to handle interrupts.
60 Stack size of thread used by the driver to handle interrupts.
Dism330dhcx_i2c.c54 data->ctx->handle = (void *)dev; in ism330dhcx_i2c_init()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c104 static uint8_t sync_chm_update(uint8_t handle);
132 uint8_t ll_adv_sync_param_set(uint8_t handle, uint16_t interval, uint16_t flags) in ll_adv_sync_param_set() argument
141 adv = ull_adv_is_created_get(handle); in ll_adv_sync_param_set()
243 uint8_t iso_handle = sync->lll.iso->handle; in ull_adv_sync_iso_created()
244 uint8_t handle = sync_handle_get(sync); in ull_adv_sync_iso_created() local
247 (TICKER_ID_ADV_SYNC_BASE + handle), 0, 0, 0, 0, 0, 0, in ull_adv_sync_iso_created()
253 uint8_t ll_adv_sync_ad_data_set(uint8_t handle, uint8_t op, uint8_t len, in ll_adv_sync_ad_data_set() argument
265 adv = ull_adv_is_created_get(handle); in ll_adv_sync_ad_data_set()
380 uint8_t ll_adv_sync_enable(uint8_t handle, uint8_t enable) in ll_adv_sync_enable() argument
391 adv = ull_adv_is_created_get(handle); in ll_adv_sync_enable()
[all …]
/Zephyr-latest/drivers/sensor/st/iis2mdc/
Diis2mdc_i2c.c53 data->ctx->handle = (void *)dev; in iis2mdc_i2c_init()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.cddl14 0*5 key-value-pair ; To handle unordered maps; length-first ordered map keys
/Zephyr-latest/scripts/build/
Delf_parser.py94 self.handle = None
249 dev.handle = 1 + idx
278 text = '{:s}\\nHandle: {:d}'.format(dev.sym.name, dev.handle)
282 n.name, dev.ordinal, dev.handle, n.path
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.esp32c310 Enables the esp32c3 interrupt controller driver to handle ISR
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c112 if (unlikely(lll->handle == 0xFFFF)) { in prepare_cb()
247 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event); in prepare_cb()
/Zephyr-latest/drivers/sensor/st/lis2dw12/
DKconfig52 Priority of thread used by the driver to handle interrupts.
59 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/subsys/sensing/sensor/hinge_angle/
Dhinge_angle.c118 static void hinge_reporter_on_data_event(sensing_sensor_handle_t handle, in hinge_reporter_on_data_event() argument
128 if (handle == data->reporters[i]) { in hinge_reporter_on_data_event()
/Zephyr-latest/subsys/bluetooth/host/
Decc.c83 psa_key_id_t handle; in bt_pub_key_is_valid() local
96 ret = psa_import_key(&attr, key_be, sizeof(key_be), &handle); in bt_pub_key_is_valid()
100 psa_destroy_key(handle); in bt_pub_key_is_valid()
Dsmp_null.c80 LOG_DBG("conn %p handle %u", conn, conn->handle); in bt_smp_accept()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c285 LL_ASSERT(lll->handle != 0xFFFF); in lll_conn_isr_rx()
287 ull_conn_lll_ack_enqueue(lll->handle, tx_release); in lll_conn_isr_rx()
296 node_rx->hdr.handle = lll->handle; in lll_conn_isr_rx()
794 void lll_conn_flush(uint16_t handle, struct lll_conn *lll) in lll_conn_flush() argument
/Zephyr-latest/drivers/spi/
Dspi_mcux_flexio.c33 flexio_spi_master_handle_t handle; member
92 status = FLEXIO_SPI_MasterTransferNonBlocking(config->flexio_spi, &data->handle, in spi_mcux_transfer_next_packet()
110 FLEXIO_SPI_MasterTransferHandleIRQ(config->flexio_spi, &data->handle); in spi_mcux_flexio_isr()
116 flexio_spi_master_handle_t *handle, status_t status, void *userData) in spi_mcux_master_transfer_callback() argument
284 FLEXIO_SPI_MasterTransferCreateHandle(config->flexio_spi, &data->handle, in spi_mcux_flexio_configure()
/Zephyr-latest/drivers/serial/
DKconfig.it8xxx213 to handle IT8XXX2 specific UART features. In addition
/Zephyr-latest/boards/nxp/rd_rw612_bga/
Drd_rw612_bga_rw612_ethernet.dts22 phy-handle = <&phy>;
/Zephyr-latest/drivers/sensor/tdk/icm42x70/
DKconfig79 Priority of thread used by the driver to handle interrupts.
86 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c132 uint16_t handle = 0; in central_read() local
137 err = bt_testlib_att_read_by_type_sync(&attr_value, &actual_read_len, &handle, NULL, conn, in central_read()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dserver_test.c90 printk("[ATTRIBUTE] handle %u\n", attr->handle); in discover_func()
96 params->start_handle = attr->handle + 1; in discover_func()

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