/Zephyr-latest/scripts/build/ |
D | gen_image_info.py | 16 - Number of segments in the image 28 def write_header(filename, segments, adjusted_lma): argument 35 content.append(f'#define SEGMENT_NUM {len(segments)}') 38 for idx, segment in enumerate(segments): 58 segments = list() 60 segments.insert(segment_idx, dict()) 61 segments[segment_idx]['segment'] = elffile.get_segment(segment_idx) 62 return segments 79 segments = read_segments(args.elf_file) 80 write_header(args.header_file, segments, args.adjusted_lma)
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 15 PDU into multiple segments. 17 The lower transport layer on the receiving device reassembles the segments into a single Upper 25 The transport layer is able to transport up to 32 segments with its SAR mechanism, with a maximum 29 * :kconfig:option:`CONFIG_BT_MESH_RX_SEG_MAX` to set the maximum number of segments in an incoming … 30 * :kconfig:option:`CONFIG_BT_MESH_TX_SEG_MAX` to set the maximum number of segments in an outgoing … 37 Incoming and outgoing segmented messages share the same pool for allocation of their segments. This 39 Both incoming and outgoing messages allocate segments at the start of the transaction. The outgoing 40 segmented message releases its segments one by one as soon as they are acknowledged by the receiver, 41 while the incoming message releases the segments first after the message is fully received. 59 Transmission of segments is separated by a segment transmission interval (see the [all …]
|
/Zephyr-latest/soc/espressif/common/ |
D | loader.c | 106 unsigned int segments = 0; in map_rom_segments() local 111 while (segments++ < 16) { in map_rom_segments() 120 /* Total segment count = (segments - 1) */ in map_rom_segments() 155 if (segments == 0 || segments == 16) { in map_rom_segments() 156 ESP_EARLY_LOGE(TAG, "Error parsing segments"); in map_rom_segments() 160 ESP_EARLY_LOGI(TAG, "Image with %d segments", segments - 1); in map_rom_segments() 236 /* Show map segments continue using same log format as during MCUboot phase */ in map_rom_segments()
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd1322.yaml | 58 segments-per-pixel: 65 Map multiple adjacent segments to one pixel.
|
/Zephyr-latest/doc/connectivity/canbus/ |
D | isotp.rst | 23 behavior. ISO-TP segments packets into small fragments depending on the payload 24 size of the CAN frame. The header of those segments is called Protocol Control
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 536 segments from the same pool. Each segment is a 12 byte block, 539 Outgoing messages will allocate their segments at the start of the 542 segments at the start of the transaction, and won't release them until 546 int "Maximum number of segments in incoming messages" 553 Maximum number of segments supported for incoming messages. 559 specification would allow (32 segments). 563 example, 5 segments means the maximum SDU size is 60 bytes, 568 int "Maximum number of segments in outgoing messages" 575 Maximum number of segments supported for outgoing messages. 581 would allow (32 segments). [all …]
|
D | net.h | 82 /* The target number of segments, i.e. not necessarily 83 * the current number of segments, in the queue. This is
|
/Zephyr-latest/arch/xtensa/core/ |
D | crt1.S | 119 * successfully clear BSS (e.g. if some BSS segments are in 123 * segments (see "ROM packing" in the LSP manual), or where 124 * unpacking of segments is not affected by memory remapping. 151 * Clear the BSS (uninitialized data) segments.
|
/Zephyr-latest/arch/common/ |
D | fill_with_zeros.ld | 9 * counter) in executable segments with TrapInstr pattern, e.g. for ARM the
|
/Zephyr-latest/boards/shields/x_nucleo_53l0a1/doc/ |
D | index.rst | 46 2 digits x 7 segments = 14 pins: 65 sensors (soldered + 2 satellites) and the 7 segments display.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | sar_cfg.h | 48 /** SAR Segments Threshold state */
|
/Zephyr-latest/arch/x86/ |
D | gen_gdt.py | 30 we generate flat 32-bit code and data segments. If hardware- 35 flat code/data segments for ring 3 execution. 183 # code/data segments. If we are doing stack protection, we are going to
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mcs | 96 int "Maximum number of tracks segments in a track segment object" 100 Sets the maximum number of tracks segments in a track segment object.
|
D | mpl.c | 47 /* Temporary hardcoded setup for groups, tracks and segments */ 51 /* The first track of the first group has track segments, other tracks not. */ 53 /* Track segments */ 344 /* Set up content buffer for a track segments object */ 363 LOG_DBG("Segments object out of space"); in setup_segments_object() 375 LOG_HEXDUMP_DBG(obj.content->data, obj.content->len, "Segments Object"); in setup_segments_object() 376 LOG_DBG("Segments object length: %d", obj.content->len); in setup_segments_object() 505 /* Add a track segments object to the OTS */ 526 LOG_WRN("Unable to add track segments object: %d", ret); in add_current_track_segments_object() 716 LOG_DBG("Current Track Segments Object ID"); in on_obj_selected() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 65 Enable API for direct receiving of L2CAP SDU segments, bypassing the
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 144 /** Number of received TCP segments. */ 147 /** Number of sent TCP segments. */ 150 /** Number of dropped TCP segments. */ 153 /** Number of TCP segments with a bad checksum. */ 156 /** Number of received TCP segments with a bad ACK number. */ 159 /** Number of received bad TCP RST (reset) segments. */ 162 /** Number of received TCP RST (reset) segments. */ 165 /** Number of retransmitted TCP segments. */ 181 /** Number of dropped UDP segments. */ 184 /** Number of received UDP segments. */ [all …]
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | segmentation.h | 126 /* TSS/LDT/Segments */ 132 /* TSS/LDT/Segments */ 150 /* Code or data Segments */ 305 /* "standard" TSS segments that don't stuff extra data past the end of the
|
/Zephyr-latest/lib/open-amp/ |
D | resource_table.c | 8 * In addition to the standard ELF segments, most remote processors would
|
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/ |
D | README.rst | 9 This sample demonstrate the usage of the 4 digits x 7 segments display and the
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | common.h | 186 * gathering various section segments together, messing up the array walk. 192 * between sections within the same file even if it merges many such segments
|
/Zephyr-latest/soc/espressif/esp32/ |
D | memory.h | 56 /* Set bootloader segments size */
|
/Zephyr-latest/tests/bluetooth/shell/ |
D | audio.conf | 128 # Must be larger than any of the object sizes - icon, track, group, segments, ...
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | mcc.h | 179 * Called when the track segments object ID is read 183 * @param id The Track Segments Object ID (UINT48) 442 * Called when the track segments object is read 557 /** Callback when reading the segments object ID */ 619 /** Callback when reading the track segments object */ 753 * @brief Read Track Segments Object ID 940 * @brief Read the Track Segments Object
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/ |
D | sram.c | 41 * segment; current implementation supports 2 segments 0,1 in hp_sram_pm_banks()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 356 * buffers to store segments. This avoids wasting big SDU buffers with 399 * which contains the number of segments/credits 443 /** @brief Handle L2CAP segments directly 463 * - Segments come in order. 754 * storing the credits/segments used by the packet.
|