/Zephyr-latest/drivers/can/ |
D | can_mcux_flexcan.c | 105 flexcan_handle_t handle; member 207 status = FLEXCAN_TransferFDReceiveNonBlocking(config->base, &data->handle, &xfer); in mcux_flexcan_mb_start() 213 status = FLEXCAN_TransferReceiveNonBlocking(config->base, &data->handle, &xfer); in mcux_flexcan_mb_start() 230 FLEXCAN_TransferFDAbortReceive(config->base, &data->handle, in mcux_flexcan_mb_stop() 236 FLEXCAN_TransferAbortReceive(config->base, &data->handle, in mcux_flexcan_mb_stop() 345 FLEXCAN_TransferFDAbortSend(config->base, &data->handle, in mcux_flexcan_stop() 349 FLEXCAN_TransferAbortSend(config->base, &data->handle, in mcux_flexcan_stop() 746 status = FLEXCAN_TransferFDSendNonBlocking(config->base, &data->handle, &xfer); in mcux_flexcan_send() 753 status = FLEXCAN_TransferSendNonBlocking(config->base, &data->handle, &xfer); in mcux_flexcan_send() 974 FLEXCAN_TransferFDAbortSend(config->base, &data->handle, in mcux_flexcan_transfer_error_status() [all …]
|
/Zephyr-latest/drivers/sensor/adi/adt7420/ |
D | Kconfig | 65 Priority of thread used by the driver to handle interrupts. 72 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/lps2xdf/ |
D | Kconfig | 62 Priority of thread used by the driver to handle interrupts. 69 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/tdk/mpu6050/ |
D | Kconfig | 47 Priority of thread used by the driver to handle interrupts. 54 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/renesas/isl29035/ |
D | Kconfig | 20 Priority of thread used to handle the timer and threshold triggers. 116 Priority of thread used by the driver to handle interrupts. 123 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.c | 1002 struct bt_le_per_adv_sync *bt_hci_per_adv_sync_lookup_handle(uint16_t handle) in bt_hci_per_adv_sync_lookup_handle() argument 1005 if (per_adv_sync_pool[i].handle == handle && in bt_hci_per_adv_sync_lookup_handle() 1063 per_adv_sync = bt_hci_per_adv_sync_lookup_handle(sys_le16_to_cpu(evt->handle)); in bt_hci_le_per_adv_report_common() 1067 sys_le16_to_cpu(evt->handle)); in bt_hci_le_per_adv_report_common() 1153 static int per_adv_sync_terminate(uint16_t handle) in per_adv_sync_terminate() argument 1167 cp->handle = sys_cpu_to_le16(handle); in per_adv_sync_terminate() 1250 per_adv_sync_terminate(sys_le16_to_cpu(evt->handle)); in bt_hci_le_per_adv_sync_established_common() 1281 pending_per_adv_sync->handle = sys_le16_to_cpu(evt->handle); in bt_hci_le_per_adv_sync_established_common() 1360 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_sync_subevent() 1400 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_set_response_data() [all …]
|
D | hci_core.h | 165 uint8_t handle; member 224 uint16_t handle; member 462 int bt_hci_disconnect(uint16_t handle, uint8_t reason); 574 void bt_send_one_host_num_completed_packets(uint16_t handle);
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs_client.c | 162 uint16_t handle = POINTER_TO_UINT(user_data); in is_instance_handle() local 164 return inst->start_handle <= handle && inst->end_handle >= handle; in is_instance_handle() 168 uint16_t handle) in lookup_inst_by_handle() argument 179 inst = tbs_instance_find(srv_inst, is_instance_handle, UINT_TO_POINTER(handle)); in lookup_inst_by_handle() 184 LOG_DBG("Could not find instance with handle 0x%04x", handle); in lookup_inst_by_handle() 688 uint16_t handle = params->value_handle; in notify_handler() local 698 tbs_inst = lookup_inst_by_handle(conn, handle); in notify_handler() 706 if (handle == tbs_inst->call_state_sub_params.value_handle) { in notify_handler() 709 } else if (handle == tbs_inst->name_sub_params.value_handle) { in notify_handler() 714 } else if (handle == tbs_inst->technology_sub_params.value_handle) { in notify_handler() [all …]
|
D | ccid.c | 25 static uint8_t ccid_attr_cb(const struct bt_gatt_attr *attr, uint16_t handle, void *user_data) in ccid_attr_cb() argument
|
/Zephyr-latest/boards/st/stm32h750b_dk/ |
D | board.cmake | 12 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/boards/st/nucleo_h743zi/ |
D | board.cmake | 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 215 uint16_t handle; in gatt_read() local 237 handle = gatt_read_handle; in gatt_read() 243 params.single.handle = handle; in gatt_read() 268 gatt_disc_start_handle = attr->handle; in gatt_discover_cb()
|
/Zephyr-latest/drivers/sensor/bosch/bma280/ |
D | Kconfig | 48 Priority of thread used by the driver to handle interrupts. 55 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | video.rst | 16 designed to offer flexible way to create, handle and combine various video 43 to handle and create controls.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_sync_iso.c | 65 uint16_t handle, struct node_rx_pdu *node_rx); 68 uint16_t handle, 114 void lll_sync_iso_flush(uint8_t handle, struct lll_sync_iso *lll) in lll_sync_iso_flush() argument 116 ARG_UNUSED(handle); in lll_sync_iso_flush() 753 uint16_t handle; in isr_rx() local 773 handle = LL_BIS_SYNC_HANDLE_FROM_IDX(stream_handle); in isr_rx() 774 isr_rx_iso_data_valid(lll, handle, node_rx); in isr_rx() 1495 uint16_t handle; in isr_rx_done() local 1503 handle = LL_BIS_SYNC_HANDLE_FROM_IDX(stream_handle); in isr_rx_done() 1505 handle, node_rx); in isr_rx_done() [all …]
|
/Zephyr-latest/boards/sensry/ganymed_bob/ |
D | ganymed_bob_sy120_gbm.dts | 42 phy-handle = <&pyh0>;
|
D | ganymed_bob_sy120_gen1.dts | 42 phy-handle = <&pyh0>;
|
/Zephyr-latest/drivers/sensor/st/stts751/ |
D | stts751_i2c.c | 48 data->ctx->handle = (void *)dev; in stts751_i2c_init()
|
D | Kconfig | 50 Priority of thread used by the driver to handle interrupts. 57 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/boards/st/stm32h7b3i_dk/ |
D | board.cmake | 13 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/drivers/sensor/st/lsm6dso/ |
D | Kconfig | 54 Priority of thread used by the driver to handle interrupts. 61 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | Kconfig | 87 Priority of the thread used by the driver to handle interrupts. 94 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/ |
D | Kconfig | 48 Priority of thread used by the driver to handle interrupts. 55 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/iis2iclx/ |
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/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | central.c | 104 params->start_handle = attr->handle + 2; in discover_func() 116 gatt_handles[CCC] = attr->handle; in discover_func()
|