/Zephyr-latest/boards/seeed/wio_terminal/ |
D | pre_dt_board.cmake | 7 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/st/stm32h7s78_dk/ |
D | board.cmake | 5 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/tests/drivers/gpio/gpio_nrf/ |
D | README.txt | 7 to ensure that the driver is able to properly handle
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 284 uint16_t handle; member 702 uint16_t handle, 1301 .handle = 0, \ 1887 uint16_t handle; member 1983 uint16_t handle; member 2042 int bt_gatt_write_without_response_cb(struct bt_conn *conn, uint16_t handle, 2066 uint16_t handle, const void *data, in bt_gatt_write_without_response() argument 2069 return bt_gatt_write_without_response_cb(conn, handle, data, length, in bt_gatt_write_without_response()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mcux_flexcomm.c | 59 i2c_master_handle_t handle; member 116 i2c_master_handle_t *handle, in mcux_flexcomm_master_transfer_callback() argument 122 ARG_UNUSED(handle); in mcux_flexcomm_master_transfer_callback() 184 &data->handle, &transfer); in mcux_flexcomm_transfer() 190 I2C_MasterTransferAbort(base, &data->handle); in mcux_flexcomm_transfer() 202 I2C_MasterTransferAbort(base, &data->handle); in mcux_flexcomm_transfer() 555 I2C_MasterTransferHandleIRQ(base, &data->handle); in mcux_flexcomm_isr() 598 I2C_MasterTransferCreateHandle(base, &data->handle, in mcux_flexcomm_init()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | micp_mic_ctlr.c | 337 LOG_DBG("[ATTRIBUTE] handle 0x%04X", attr->handle); in micp_discover_include_func() 356 mic_ctlr->discover_params.start_handle = attr->handle + 1; in micp_discover_include_func() 410 LOG_DBG("[ATTRIBUTE] handle 0x%04X", attr->handle); in micp_discover_func() 435 LOG_DBG("Subscribed to handle 0x%04X", attr->handle); in micp_discover_func() 437 LOG_DBG("Could not subscribe to handle 0x%04X: %d", attr->handle, in micp_discover_func() 463 LOG_DBG("[ATTRIBUTE] handle 0x%04X", attr->handle); in primary_discover_func() 471 mic_ctlr->start_handle = attr->handle + 1; in primary_discover_func() 701 mic_ctlr->read_params.single.handle = mic_ctlr->mute_handle; in bt_micp_mic_ctlr_mute_get() 734 mic_ctlr->write_params.handle = mic_ctlr->mute_handle; in bt_micp_mic_ctlr_write_mute()
|
D | vcp_vol_ctlr.c | 107 uint16_t handle = params->value_handle; in vcp_vol_ctlr_notify_handler() local 116 if (handle == vol_ctlr->state_handle && in vcp_vol_ctlr_notify_handler() 123 } else if (handle == vol_ctlr->vol_flag_handle && length == sizeof(vol_ctlr->vol_flags)) { in vcp_vol_ctlr_notify_handler() 310 vol_ctlr->read_params.single.handle = vol_ctlr->state_handle; in vcp_vol_ctlr_write_vcs_cp_cb() 360 LOG_DBG("[ATTRIBUTE] handle 0x%04X", attr->handle); in vcs_discover_include_func() 379 vol_ctlr->discover_params.start_handle = attr->handle + 1; in vcs_discover_include_func() 404 vol_ctlr->discover_params.start_handle = attr->handle + 1; in vcs_discover_include_func() 460 LOG_DBG("[ATTRIBUTE] handle 0x%04X", attr->handle); in vcs_discover_func() 491 attr->handle); in vcs_discover_func() 493 LOG_DBG("Could not subscribe to handle 0x%04X (%d)", attr->handle, in vcs_discover_func() [all …]
|
/Zephyr-latest/drivers/sensor/ti/bq274xx/ |
D | Kconfig | 56 Priority of thread used by the driver to handle interrupts. 63 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | Kconfig | 55 Priority of thread used by the driver to handle interrupts. 62 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/lis2ds12/ |
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/drivers/sensor/st/lis2mdl/ |
D | Kconfig | 49 Priority of thread used by the driver to handle interrupts. 56 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/lps22hh/ |
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/bosch/bmi270/ |
D | Kconfig | 58 Priority of thread used by the driver to handle interrupts. 65 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/grow_r502a/ |
D | Kconfig | 56 Priority of thread used by the driver to handle interrupts. 63 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/iis2mdc/ |
D | Kconfig | 49 Priority of thread used by the driver to handle interrupts. 56 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | util.h | 18 int util_saa_le32(uint8_t *dst, uint8_t handle);
|
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/ |
D | board.cmake | 3 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/boards/witte/linum/ |
D | board.cmake | 5 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/ |
D | board.cmake | 3 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/boards/arduino/nano_33_iot/ |
D | pre_dt_board.cmake | 7 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/ |
D | pre_dt_board.cmake | 7 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/ |
D | pre_dt_board.cmake | 7 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/boards/adafruit/trinket_m0/ |
D | pre_dt_board.cmake | 7 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/src/ |
D | common.c | 60 g_per_sync->handle = ull_sync_handle_get(sync); in common_create_per_sync_set()
|
/Zephyr-latest/boards/arduino/mkrzero/ |
D | pre_dt_board.cmake | 7 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|