Home
last modified time | relevance | path

Searched refs:header (Results 176 – 200 of 928) sorted by relevance

12345678910>>...38

/Zephyr-latest/samples/sensor/lps22hh_i3c/
DREADME.rst18 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/
DREADME9 reserved for the flash header.
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/
Dnpcx4m8f_evb_defconfig7 # Enable NPCX firmware header
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/
Dnpcx7m6fb_evb_defconfig7 # Enable NPCX firmware header
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/
Dnpcx9m6f_evb_defconfig7 # Enable NPCX firmware header
/Zephyr-latest/boards/microchip/ev11l78a/doc/
Dindex.rst31 (SERCOM1) is available on the Debug/Status header.
43 is available on the Debug/Status header.
/Zephyr-latest/tests/drivers/sensor/ina230/
DCMakeLists.txt11 # Include the INA23x driver path and unit-test path for private header inclusion
/Zephyr-latest/tests/drivers/sensor/ina237/
DCMakeLists.txt11 # Include the INA23x driver path and unit-test path for private header inclusion
/Zephyr-latest/drivers/usb_c/tcpc/
Dtcpci.c504 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/
DKconfig23 # 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/
Dboosterpack_connector.dtsi9 compatible = "ti,boosterpack-header";
/Zephyr-latest/drivers/fpga/
Dfpga_altera_agilex_bridge.c83 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/
Dnew10 * @brief Stub header allowing compilation of `#include <new>`
/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_decoder.c112 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/
Dadxl367_decoder.c470 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/
Dsmp_group_10.rst31 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/
Dindex.rst21 - eSPI header
48 #. Connect Dediprog into header ``J81`` and ``J82``.
/Zephyr-latest/boards/st/nucleo_h563zi/
Dst_morpho_connector.dtsi7 #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/
Dgnss_nmea0183.c611 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()
Dgnss_nmea0183.h158 struct gnss_nmea0183_gsv_header *header);
/Zephyr-latest/doc/connectivity/usb/api/
Dhid.rst7 header file :zephyr_file:`include/zephyr/usb/class/hid.h`.
/Zephyr-latest/boards/st/nucleo_wb05kz/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
DKconfig.defconfig30 # RT Boot header is only needed on primary core
/Zephyr-latest/boards/st/nucleo_wb09ke/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Dnucleo_f429zi.overlay3 /* I2C bus pins are exposed on the ST morpho header.

12345678910>>...38