/Zephyr-latest/samples/sensor/lps22hh_i3c/ |
D | README.rst | 18 STEVALMKI192-V1 connected to the I3C header on :zephyr:board:`mimxrt685_evk`. 59 header, where: 69 A LPS22HH sensor needs to be connected to this header. For example,
|
/Zephyr-latest/soc/ti/simplelink/cc32xx/ |
D | README | 9 reserved for the flash header.
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/ |
D | npcx4m8f_evb_defconfig | 7 # Enable NPCX firmware header
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/ |
D | npcx7m6fb_evb_defconfig | 7 # Enable NPCX firmware header
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/ |
D | npcx9m6f_evb_defconfig | 7 # Enable NPCX firmware header
|
/Zephyr-latest/boards/microchip/ev11l78a/doc/ |
D | index.rst | 31 (SERCOM1) is available on the Debug/Status header. 43 is available on the Debug/Status header.
|
/Zephyr-latest/tests/drivers/sensor/ina230/ |
D | CMakeLists.txt | 11 # Include the INA23x driver path and unit-test path for private header inclusion
|
/Zephyr-latest/tests/drivers/sensor/ina237/ |
D | CMakeLists.txt | 11 # Include the INA23x driver path and unit-test path for private header inclusion
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | tcpci.c | 504 int cnt = 4 * msg->header.number_of_data_objects; in tcpci_tcpm_transmit_data() 507 if (msg->header.message_type >= NUM_SOP_STAR_TYPES) { in tcpci_tcpm_transmit_data() 514 TCPC_REG_TRANSMIT_SET_WITHOUT_RETRY(msg->header.message_type)); in tcpci_tcpm_transmit_data() 520 cnt += sizeof(msg->header.raw_value); in tcpci_tcpm_transmit_data() 530 buf[1].buf = (uint8_t *)&msg->header.raw_value; in tcpci_tcpm_transmit_data() 531 buf[1].len = sizeof(msg->header.raw_value); in tcpci_tcpm_transmit_data() 538 if (cnt > sizeof(msg->header.raw_value)) { in tcpci_tcpm_transmit_data()
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig | 23 # requires the boot header is SOC specific. 25 bool "Boot header" 115 This is a new alternative boot header compared to DCD, and DCD must be disabled 153 generated header specifying the VMA and LMA of each memory section 157 string "Directory to with output image header from second core" 160 Sets the remote directory to include the output image header data
|
/Zephyr-latest/boards/ti/common/ |
D | boosterpack_connector.dtsi | 9 compatible = "ti,boosterpack-header";
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_altera_agilex_bridge.c | 83 request.header = SIP_SVC_PROTO_HEADER(SIP_SVC_PROTO_CMD_ASYNC, 0); in svc_client_close() 131 LOG_DBG("\theader=%08x", response->header); in smc_callback() 137 private_data->response.header = response->header; in smc_callback() 241 request.header = SIP_SVC_PROTO_HEADER(cmd_type, 0); in smc_send()
|
/Zephyr-latest/lib/cpp/minimal/include/ |
D | new | 10 * @brief Stub header allowing compilation of `#include <new>`
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362_decoder.c | 112 data->header.base_timestamp_ns = enc_data->timestamp; in adxl362_decode_stream() 113 data->header.reading_count = 1; in adxl362_decode_stream() 132 data->header.base_timestamp_ns = enc_data->timestamp; in adxl362_decode_stream() 133 data->header.reading_count = 1; in adxl362_decode_stream()
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_decoder.c | 470 data->header.base_timestamp_ns = enc_data->timestamp; in adxl367_decode_12b_stream() 471 data->header.reading_count = 1; in adxl367_decode_12b_stream() 483 data->header.base_timestamp_ns = enc_data->timestamp; in adxl367_decode_12b_stream() 484 data->header.reading_count = 1; in adxl367_decode_12b_stream() 550 data->header.base_timestamp_ns = enc_data->timestamp; in adxl367_decode_stream() 551 data->header.reading_count = 1; in adxl367_decode_stream() 568 data->header.base_timestamp_ns = enc_data->timestamp; in adxl367_decode_stream() 569 data->header.reading_count = 1; in adxl367_decode_stream()
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_10.rst | 31 Read setting request header fields: 47 Count of supported groups response header fields: 116 List supported groups request header fields: 132 List supported groups response header fields: 204 Fetch single group ID request header fields: 236 Fetch single group ID response header fields: 315 Details on supported groups request header fields: 357 Details on supported groups response header fields:
|
/Zephyr-latest/boards/realtek/rts5912_evb/doc/ |
D | index.rst | 21 - eSPI header 48 #. Connect Dediprog into header ``J81`` and ``J82``.
|
/Zephyr-latest/boards/st/nucleo_h563zi/ |
D | st_morpho_connector.dtsi | 7 #include <zephyr/dt-bindings/gpio/st-morpho-header.h> 10 st_morpho_header: st-morpho-header { 11 compatible = "st-morpho-header";
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_nmea0183.c | 611 struct gnss_nmea0183_gsv_header *header) in gnss_nmea0183_parse_gsv_header() argument 617 __ASSERT(header != NULL, "header argument must be provided"); in gnss_nmea0183_parse_gsv_header() 624 if (gnss_system_from_gsv_header_args(args, &header->system) < 0) { in gnss_nmea0183_parse_gsv_header() 634 header->number_of_messages = (uint16_t)i32; in gnss_nmea0183_parse_gsv_header() 642 header->message_number = (uint16_t)i32; in gnss_nmea0183_parse_gsv_header() 650 header->number_of_svs = (uint16_t)i32; in gnss_nmea0183_parse_gsv_header()
|
D | gnss_nmea0183.h | 158 struct gnss_nmea0183_gsv_header *header);
|
/Zephyr-latest/doc/connectivity/usb/api/ |
D | hid.rst | 7 header file :zephyr_file:`include/zephyr/usb/class/hid.h`.
|
/Zephyr-latest/boards/st/nucleo_wb05kz/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | Kconfig.defconfig | 30 # RT Boot header is only needed on primary core
|
/Zephyr-latest/boards/st/nucleo_wb09ke/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | nucleo_f429zi.overlay | 3 /* I2C bus pins are exposed on the ST morpho header.
|