Home
last modified time | relevance | path

Searched refs:handle (Results 276 – 300 of 720) sorted by relevance

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

/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst7 Zephyr's devicetree scripts handle the ``/zephyr,user`` node as a special case:
64 handle = <&gpio0>;
69 You can convert the phandles in the ``handle`` and ``handles`` properties to
80 DEVICE_DT_GET(DT_PROP(ZEPHYR_USER_NODE, handle));
/Zephyr-latest/boards/raytac/mdbt53_db_40/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/nordic/nrf5340dk/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/nordic/thingy53/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/nordic/nrf7002dk/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/adafruit/itsybitsy/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/
Dboard.cmake4 board_runner_args(openocd "--target-handle=TARGET.cm33")
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_sync_iso.h108 void lll_sync_iso_flush(uint8_t handle, struct lll_sync_iso *lll);
111 extern struct lll_sync_iso_stream *ull_sync_iso_lll_stream_get(uint16_t handle);
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/
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/snippets/xen_dom0/boards/
Dqemu_cortex_a53.overlay21 * is not capable to parse and handle it in runtime.
39 * is not capable to parse and handle it in runtime.
Drcar_spider_s4_r8a779f0_a55.overlay19 * is not capable to parse and handle it in runtime.
37 * is not capable to parse and handle it in runtime.
/Zephyr-latest/drivers/sensor/tdk/mpu9250/
DKconfig47 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/ens160/
DKconfig46 Priority of thread used by the driver to handle interrupts.
53 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/include/zephyr/xen/public/
Dgrant_table.h274 grant_handle_t handle; member
295 grant_handle_t handle; member
/Zephyr-latest/boards/panasonic/pan1783/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/st/nucleo_h7s3l8/
Dboard.cmake6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c228 uint16_t handle = sys_le16_to_cpu(hci_hdr->handle); in validate_no_iso_frag() local
229 uint8_t flags = bt_iso_flags(handle); in validate_no_iso_frag()
/Zephyr-latest/drivers/spi/
Dspi_mcux_ecspi.c32 ecspi_master_handle_t handle; member
99 status = ECSPI_MasterTransferNonBlocking(base, &data->handle, &transfer); in spi_mcux_transfer_next_packet()
113 ECSPI_MasterTransferHandleIRQ(base, &data->handle); in spi_mcux_isr()
116 static void spi_mcux_master_transfer_callback(ECSPI_Type *base, ecspi_master_handle_t *handle, in spi_mcux_master_transfer_callback() argument
212 ECSPI_MasterTransferCreateHandle(base, &data->handle, in spi_mcux_configure()
Dspi_rv32m1_lpspi.c42 lpspi_master_handle_t handle; member
106 status = LPSPI_MasterTransferNonBlocking(base, &data->handle, in spi_mcux_transfer_next_packet()
119 LPSPI_MasterTransferHandleIRQ(base, &data->handle); in spi_mcux_isr()
123 lpspi_master_handle_t *handle, in spi_mcux_master_transfer_callback() argument
201 LPSPI_MasterTransferCreateHandle(base, &data->handle, in spi_mcux_configure()
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c193 printk("[ATTRIBUTE] handle %u\n", attr->handle); in discover_func()
198 discover_params.start_handle = attr->handle + 1; in discover_func()
209 discover_params.start_handle = attr->handle + 2; in discover_func()
211 subscribe_params.value_handle = attr->handle + 1; in discover_func()
220 subscribe_params.ccc_handle = attr->handle; in discover_func()
/Zephyr-latest/subsys/net/l2/ppp/
Doptions.c264 ppp_my_option_handle_t handle; member
298 return d->handle(ctx, pkt, len, info, data); in ppp_my_option_parse()
304 ppp_my_option_handle_t handle) in ppp_my_options_parse() argument
308 .handle = handle, in ppp_my_options_parse()
/Zephyr-latest/boards/seagate/faze/
Dpre_dt_board.cmake7 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:

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