Home
last modified time | relevance | path

Searched refs:header (Results 276 – 300 of 890) sorted by relevance

1...<<11121314151617181920>>...36

/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py176 configs: List[DeviceConfiguration], input_file: Path, header: str
199 out.write(header)
635 def main(input_file: Path, no_backup: bool, skip_nrf_check: bool, header: str) -> None:
660 gen_pinctrl(configs, input_file, header)
685 main(args.input, args.no_backup, args.skip_nrf_check, args.header)
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_decoder.c51 data->header.base_timestamp_ns = enc_data->timestamp; in adxl372_decode_stream()
52 data->header.reading_count = 1; in adxl372_decode_stream()
53 data->header.shift = 11; /* Sensor shift */ in adxl372_decode_stream()
/Zephyr-latest/cmake/linker/ld/clang/
Dlinker_flags.cmake14 # So do not create RELRO program header.
/Zephyr-latest/boards/st/nucleo_h745zi_q/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_h755zi_q/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_l152re/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/stm32f7508_dk/
Darduino_r3_connector.dtsi10 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_f722ze/
Darduino_r3_connector.dtsi10 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_g070rb/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_g431rb/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_h563zi/
Darduino_r3_connector.dtsi10 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_h723zg/
Darduino_r3_connector.dtsi8 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_h743zi/
Darduino_r3_connector.dtsi10 compatible = "arduino-header-r3";
/Zephyr-latest/boards/st/nucleo_l031k6/
Darduino_nano_r3_connector.dtsi8 compatible = "arduino-nano-header-r3";
/Zephyr-latest/boards/st/stm32f412g_disco/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/boards/adafruit/feather_nrf52840/
Dfeather_connector.dtsi9 compatible = "adafruit-feather-header";
/Zephyr-latest/boards/adafruit/feather_stm32f405/
Dfeather_connector.dtsi9 compatible = "adafruit-feather-header";
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/
Dfeather_connector.dtsi9 compatible = "adafruit-feather-header";
/Zephyr-latest/boards/adi/eval_adin1110ebz/
Darduino_r3_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/lib/cpp/minimal/include/
Dcstdint10 * @brief Stub header allowing compilation of `#include <cstdint>`
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Dnucleo_u083rc.overlay6 /* I2C bus pins are exposed on the ST morpho header.
/Zephyr-latest/boards/phytec/phyboard_polis/
Dphyboard_polis_mimx8mm6_m4.dts54 /* first cs is for on board MCP2518, the second for SPI on expansion header */
90 * UART to bluetooth module / X18 header
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_8.rst58 File download request header:
92 File download response header:
196 File upload request header:
238 File upload response header:
307 File status request header:
338 File status response header:
413 File hash/checksum request header:
477 File hash/checksum response header:
558 Supported file hash/checksum types request header:
574 Supported file hash/checksum types response header:
[all …]
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst134 * ICMsg header size (refer to the ICMsg specification)
178 …The additional ``+ 4`` bytes are reserved for the header, which contains the exact size of the mes…
182 #. The sender fills the header with a 32-bit integer value, ``K`` (little-endian).
185 …UND`` control message over ICMsg that contains starting block number (where the header is located).
194 The number of blocks to release can be calculated using a size from the header.
215 :header-rows: 1
228 The data message starts with a header inside ``block number``.
236 :header-rows: 1
256 :header-rows: 1
275 :header-rows: 1
[all …]
/Zephyr-latest/subsys/net/ip/
Dtp_priv.h46 uint32_t header; member

1...<<11121314151617181920>>...36