/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | central.c | 58 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/ |
D | eth_nxp_imx_netc_psi.c | 37 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/ |
D | iis2dh_i2c.c | 55 data->ctx->handle = (void *)dev; in iis2dh_i2c_init()
|
D | Kconfig | 52 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/ |
D | lpcxpresso55s16.dts | 29 phy-handle = <&usbphy1>;
|
/Zephyr-latest/drivers/sensor/st/lsm6dso16is/ |
D | Kconfig | 53 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/ |
D | Kconfig | 53 Priority of thread used by the driver to handle interrupts. 60 Stack size of thread used by the driver to handle interrupts.
|
D | ism330dhcx_i2c.c | 54 data->ctx->handle = (void *)dev; in ism330dhcx_i2c_init()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_sync.c | 104 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/ |
D | iis2mdc_i2c.c | 53 data->ctx->handle = (void *)dev; in iis2mdc_i2c_init()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor.cddl | 14 0*5 key-value-pair ; To handle unordered maps; length-first ordered map keys
|
/Zephyr-latest/scripts/build/ |
D | elf_parser.py | 94 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/ |
D | Kconfig.esp32c3 | 10 Enables the esp32c3 interrupt controller driver to handle ISR
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central.c | 112 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/ |
D | Kconfig | 52 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/ |
D | hinge_angle.c | 118 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/ |
D | ecc.c | 83 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()
|
D | smp_null.c | 80 LOG_DBG("conn %p handle %u", conn, conn->handle); in bt_smp_accept()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_conn.c | 285 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/ |
D | spi_mcux_flexio.c | 33 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/ |
D | Kconfig.it8xxx2 | 13 to handle IT8XXX2 specific UART features. In addition
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/ |
D | rd_rw612_bga_rw612_ethernet.dts | 22 phy-handle = <&phy>;
|
/Zephyr-latest/drivers/sensor/tdk/icm42x70/ |
D | Kconfig | 79 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/ |
D | main.c | 132 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/ |
D | server_test.c | 90 printk("[ATTRIBUTE] handle %u\n", attr->handle); in discover_func() 96 params->start_handle = attr->handle + 1; in discover_func()
|