/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/ |
D | nucleo_wb09ke.overlay | 7 /* loopback with arduino header D10 and D11 */
|
D | nucleo_wba55cg.overlay | 7 /* loopback with arduino header D2 and D3 */
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/ |
D | arduino_D2D3.overlay | 7 /* loopback with arduino header D2 and D3 */
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_code.ecl | 1 -doc_begin="This header file is automatically generated by Autoconf."
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor_regenerate.sh | 6 --oc lwm2m_senml_cbor.c --oh lwm2m_senml_cbor.h --file-header "
|
/Zephyr-latest/cmake/ |
D | cfb.cmake | 7 output_file # The generated header file 31 output_file # The generated header file 49 output_file # The generated header file
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | cs_test_reflector.c | 37 latest_num_steps_reported = result->header.num_steps_reported; in subevent_result_cb() 50 if (result->header.procedure_done_status == BT_CONN_LE_CS_PROCEDURE_COMPLETE || in subevent_result_cb() 51 result->header.procedure_done_status == BT_CONN_LE_CS_PROCEDURE_ABORTED) { in subevent_result_cb()
|
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/ |
D | README.rst | 19 the evaluation board STEVAL-MKI196V1 connected to the I3C header 50 header, where: 60 A LSM6DSO sensor needs to be connected to this header. For example,
|
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/ |
D | olimex_lora_stm32wl_devkit_C.overlay | 8 /* Controls 3.3V VDDIO supply for UEXT1 connector and CON1 header */
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345_decoder.c | 118 data->header.base_timestamp_ns = enc_data->timestamp; in adxl345_decode_stream() 119 data->header.reading_count = 1; in adxl345_decode_stream() 228 out->header.base_timestamp_ns = k_ticks_to_ns_floor64(k_uptime_ticks()); in adxl345_decode_sample() 229 out->header.reading_count = 1; in adxl345_decode_sample()
|
/Zephyr-latest/doc/develop/toolchains/ |
D | custom_cmake.rst | 47 specific header based on the compiler identifier, such as ``__llvm__`` or 58 available out-of-tree and it must include the correct header for the custom 60 A good location for the :file:`other.h` header file, would be a 63 To get the toolchain header included in zephyr's build, the
|
/Zephyr-latest/drivers/sensor/pixart/paa3905/ |
D | paa3905_stream.c | 60 edata->header.events.drdy = true && in paa3905_complete_result() 62 edata->header.events.motion = REG_MOTION_DETECTED(edata->motion) && in paa3905_complete_result() 64 edata->header.channels = 0; in paa3905_complete_result() 70 edata->header.channels |= paa3905_encode_channel(SENSOR_CHAN_POS_DXYZ); in paa3905_complete_result() 155 buf->header.timestamp = sensor_clock_cycles_to_ns(cycles); in paa3905_stream_get_data()
|
/Zephyr-latest/boards/m5stack/m5stack_atoms3_lite/ |
D | grove_connectors.dtsi | 9 compatible = "grove-header";
|
/Zephyr-latest/boards/m5stack/m5stack_atom_lite/ |
D | grove_connectors.dtsi | 9 compatible = "grove-header";
|
/Zephyr-latest/lib/cpp/minimal/include/ |
D | cstddef | 10 * @brief Stub header allowing compilation of `#include <cstddef>`
|
/Zephyr-latest/scripts/build/ |
D | gen_isr_tables_parser_local.py | 55 self.__vt, self.__swt, self.__nv, header = self.__parse_intlist(intlist) 56 self.__swi_table_entry_size = header["swi_table_entry_size"] 57 self.__shared_isr_table_entry_size = header["shared_isr_table_entry_size"] 58 self.__shared_isr_client_num_offset = header["shared_isr_client_num_offset"] 158 header = { 221 return vt, swt, nvec, header
|
/Zephyr-latest/boards/shields/mcp2515/doc/ |
D | index.rst | 66 | D0 | RX | Ext. header only | 68 | D1 | TX | Ext. header only | 94 | D14 | I2C-SDA | Ext. header only | 96 | D15 | I2C_SCL | Ext. header only | 177 | D0 | RX | Ext. header only | 179 | D1 | TX | Ext. header only | 205 | D14 | I2C-SDA | Ext. header only | 207 | D15 | I2C_SCL | Ext. header only |
|
/Zephyr-latest/boards/shields/atmel_rf2xx/doc/ |
D | index.rst | 27 overlay is the last resource and is recommended use standard header always 33 The RZ600 Development Kit needs Atmel Xplained or Xplained-Pro header 36 selected. For Xplained-Pro header the `atmel_rf2xx_legacy`_ must be enabled. 72 The REB233-XPRO development kit uses Atmel Xplained Pro header. It is enabled 131 Arduino Uno R3 header is available without advanced features. It is enabled 182 MikroBus header is available without advanced features. It is 240 | Atmel Xplained header | `atmel_rf2xx_xplained`_ | 2 | 242 | Atmel Xplained Pro header | `atmel_rf2xx_xpro`_ | 3 | 244 | Atmel Xplained Pro header | `atmel_rf2xx_legacy`_ | 4 |
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | cs.c | 166 result->header.procedure_counter, in cs_test_subevent_data_cb() 167 result->header.frequency_compensation, in cs_test_subevent_data_cb() 168 result->header.reference_power_level, in cs_test_subevent_data_cb() 169 result->header.procedure_done_status, in cs_test_subevent_data_cb() 170 result->header.subevent_done_status, in cs_test_subevent_data_cb() 171 result->header.procedure_abort_reason, in cs_test_subevent_data_cb() 172 result->header.subevent_abort_reason, in cs_test_subevent_data_cb() 173 result->header.num_antenna_paths, in cs_test_subevent_data_cb() 174 result->header.num_steps_reported); in cs_test_subevent_data_cb()
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 15 protocol and header. There can only be one registered group per unique ID. 35 Note that the header files in upstream Zephyr MCUmgr handlers reside in the 39 Initial header <grp_name>_mgmt.h 42 The purpose of the header file is to provide defines which can be used by the MCUmgr handler 57 header file (as upstream Zephyr has) can be used to distribute group IDs more easily. 59 Initial header <grp_name>_mgmt_callbacks.h 62 The purpose of the header file is to provide defines which can be used by the MCUmgr handler 75 central index header file (as upstream Zephyr has) can be used to distribute event IDs more 98 handler headers are included when including the upstream Zephyr callback header file.
|
/Zephyr-latest/boards/m5stack/m5stack_core2/ |
D | grove_connectors.dtsi | 9 compatible = "grove-header";
|
/Zephyr-latest/tests/modules/nanopb/lib/ |
D | CMakeLists.txt | 5 # Demonstrate that our library includes a generated header so we need the following dependency
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 42 Echo request header fields: 73 Echo response header fields: 143 Task statistics request header fields: 160 Task statistics response header fields: 264 Memory pool statistics request header fields: 280 Memory pool statistics response header fields: 372 Date-time request header fields: 388 Date-time get response header fields: 457 Date-time set request header fields: 488 Date-time set response header fields: [all …]
|
/Zephyr-latest/boards/ti/lp_em_cc2340r5/ |
D | boosterpack_connector.dtsi | 10 compatible = "ti,boosterpack-header";
|
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/ |
D | sam4s_xplained.dts | 69 compatible = "atmel-xplained-header"; 86 compatible = "atmel-xplained-header"; 103 compatible = "atmel-xplained-header"; 120 compatible = "atmel-xplained-header";
|