Searched refs:header (Results 276 – 300 of 890) sorted by relevance
1...<<11121314151617181920>>...36
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 176 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/ |
D | adxl372_decoder.c | 51 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/ |
D | linker_flags.cmake | 14 # So do not create RELRO program header.
|
/Zephyr-latest/boards/st/nucleo_h745zi_q/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_h755zi_q/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_l152re/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/stm32f7508_dk/ |
D | arduino_r3_connector.dtsi | 10 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_f722ze/ |
D | arduino_r3_connector.dtsi | 10 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_g070rb/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_g431rb/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_h563zi/ |
D | arduino_r3_connector.dtsi | 10 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_h723zg/ |
D | arduino_r3_connector.dtsi | 8 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_h743zi/ |
D | arduino_r3_connector.dtsi | 10 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/st/nucleo_l031k6/ |
D | arduino_nano_r3_connector.dtsi | 8 compatible = "arduino-nano-header-r3";
|
/Zephyr-latest/boards/st/stm32f412g_disco/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/adafruit/feather_nrf52840/ |
D | feather_connector.dtsi | 9 compatible = "adafruit-feather-header";
|
/Zephyr-latest/boards/adafruit/feather_stm32f405/ |
D | feather_connector.dtsi | 9 compatible = "adafruit-feather-header";
|
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/ |
D | feather_connector.dtsi | 9 compatible = "adafruit-feather-header";
|
/Zephyr-latest/boards/adi/eval_adin1110ebz/ |
D | arduino_r3_connector.dtsi | 9 compatible = "arduino-header-r3";
|
/Zephyr-latest/lib/cpp/minimal/include/ |
D | cstdint | 10 * @brief Stub header allowing compilation of `#include <cstdint>`
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | nucleo_u083rc.overlay | 6 /* I2C bus pins are exposed on the ST morpho header.
|
/Zephyr-latest/boards/phytec/phyboard_polis/ |
D | phyboard_polis_mimx8mm6_m4.dts | 54 /* 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/ |
D | smp_group_8.rst | 58 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/ |
D | ipc_service_icbmsg.rst | 134 * 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/ |
D | tp_priv.h | 46 uint32_t header; member
|
1...<<11121314151617181920>>...36