/Zephyr-latest/samples/subsys/logging/syst/ |
D | README.rst | 66 …Booting from ROM..SYS-T RAW DATA: 020A000B490000000000000000002A2A2A20426F6F74696E67205A6570687972… 67 SYS-T RAW DATA: 220A000B170001000000000000004572726F72206D657373616765206578616D706C652E00 68 SYS-T RAW DATA: 320A000B190001000000000000005761726E696E67206D657373616765206578616D706C652E00 69 SYS-T RAW DATA: 420A000B16000100000000000000496E666F206D657373616765206578616D706C652E00 70 SYS-T RAW DATA: 720A000B170001000000000000004465627567206D657373616765206578616D706C652E00 71 …SYS-T RAW DATA: 720A000B1E0001000000000000004465627567206D657373616765206578616D706C652C2025640001… 72 …SYS-T RAW DATA: 720A000B260001000000000000004465627567206D657373616765206578616D706C652C2025642C20… 73 …SYS-T RAW DATA: 720A000B2E0001000000000000004465627567206D657373616765206578616D706C652C2025642C20… 74 …SYS-T RAW DATA: 720A000B380001000000000000004465627567206D657373616765206578616D706C652C2025642C20… 75 SYS-T RAW DATA: 720A000B0C000100000000000000636861722025630021000000 [all …]
|
/Zephyr-latest/samples/net/capture/src/ |
D | main.c | 39 #define DATA(_ctx, _data, _type, _ptype) { \ macro 86 DATA(&ctx_can, can_data, NET_CAPTURE_OUTGOING, NET_ETH_PTYPE_CAN), 87 DATA(&ctx_ppp, ppp_send_lcp_conf_req_data, NET_CAPTURE_OUTGOING, NET_ETH_PTYPE_HDLC), 88 DATA(&ctx_ppp, ppp_recv_lcp_conf_req_data, NET_CAPTURE_HOST, NET_ETH_PTYPE_HDLC), 89 DATA(&ctx_ppp, ppp_send_lcp_conf_rej_data, NET_CAPTURE_OUTGOING, NET_ETH_PTYPE_HDLC),
|
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/ |
D | linker_xtensa_intel_adsp_cavs.ld | 13 /* Use SRAM2 for TEXT, SRAM3 for DATA and SRAM4 for BSS. 20 * | | BSS | TEXT | DATA | 23 * Note that BSS, TEXT and DATA are contiguous, but that SRAM0 (default 24 * RAM) has a bit of both TEXT and DATA. In fact, the default linker 53 * linker script would add them after DATA, thus breaking contiguousness.
|
D | README.rst | 12 sections TEXT, DATA and BSS be contiguous, some work is done in the
|
/Zephyr-latest/include/zephyr/linker/ |
D | sections.h | 117 #define DATA data macro 130 #define BOOT_DATA DATA 144 #define PINNED_DATA DATA
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 65 DATA = "data" variable in SectionKind 87 return cls.DATA 355 if region_is_default_ram(memory_type) and kind in (SectionKind.DATA, SectionKind.BSS): 402 …gen_string_sram_data += string_create_helper(SectionKind.DATA, memory_type, full_list_of_sections,… 405 …gen_string += string_create_helper(SectionKind.DATA, memory_type, full_list_of_sections, 1, 1, phd… 424 for kind in (SectionKind.TEXT, SectionKind.RODATA, SectionKind.DATA): 425 if region_is_default_ram(memory_type) and kind is SectionKind.DATA:
|
/Zephyr-latest/drivers/spi/ |
D | spi_sam0.c | 169 regs->DATA.reg = tx; in spi_sam0_shift_master() 175 rx = regs->DATA.reg; in spi_sam0_shift_master() 190 (void)regs->DATA.reg; in spi_sam0_finish() 207 regs->DATA.reg = ch; in spi_sam0_fast_tx() 225 regs->DATA.reg = 0; in spi_sam0_fast_rx() 231 *rx++ = regs->DATA.reg; in spi_sam0_fast_rx() 253 regs->DATA.reg = *tx++; in spi_sam0_fast_txrx() 258 *rx++ = regs->DATA.reg; in spi_sam0_fast_txrx() 436 dma_blk.source_address = (uint32_t)(&(regs->DATA.reg)); in spi_sam0_dma_rx_load() 475 dma_blk.dest_address = (uint32_t)(&(regs->DATA.reg)); in spi_sam0_dma_tx_load()
|
/Zephyr-latest/samples/boards/st/ccm/ |
D | README.rst | 61 Initialised DATA area : [0x10000014, 0x10000021) 62 Start of DATA in FLASH : 0x08003940 107 Initialised DATA area : [0x10000014, 0x10000021) 108 Start of DATA in FLASH : 0x08003940
|
/Zephyr-latest/subsys/fs/zms/ |
D | Kconfig | 33 bool "ZMS DATA CRC" 35 Enables DATA CRC
|
/Zephyr-latest/drivers/serial/ |
D | uart_sam0.c | 276 (uint32_t)(&(regs->DATA.reg)), in uart_sam0_dma_rx_done() 342 (uint32_t)(&(regs->DATA.reg)), in uart_sam0_rx_timeout() 597 dma_blk.dest_address = (uint32_t)(&(usart->DATA.reg)); in uart_sam0_init() 621 dma_blk.source_address = (uint32_t)(&(usart->DATA.reg)); in uart_sam0_init() 649 *c = (unsigned char)usart->DATA.reg; in uart_sam0_poll_in() 663 usart->DATA.reg = c; in uart_sam0_poll_out() 792 regs->DATA.reg = tx_data[0]; in uart_sam0_fifo_fill() 865 uint8_t ch = regs->DATA.reg; in uart_sam0_fifo_read() 996 (uint32_t)(&(regs->DATA.reg)), len); in uart_sam0_tx() 1052 char discard = regs->DATA.reg; in uart_sam0_rx_enable() [all …]
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 23 To append ``<DATA>`` to the credential buffer, use: 27 cred buf <DATA> 44 …"``<DATA>``", "Text data to be appended to credential buffer. It can be either text, or base64-enc… 68 cred add <SECTAG> <TYPE> <BACKEND> <FORMAT> <DATA> 82 …"``<DATA>``", "If provided, this argument will be used as the credential data, instead of any data…
|
/Zephyr-latest/drivers/dac/ |
D | dac_sam0.c | 47 regs->DATA.reg = (uint16_t)value; in dac_sam0_write_value()
|
/Zephyr-latest/boards/mikroe/mini_m4_for_stm32/ |
D | mikroe_mini_m4_for_stm32.dts | 27 label = "DATA LD1";
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_sam.c | 36 return TRNG->DATA.reg; in _data()
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | linker.ld | 20 * load address for the DATA section which means it doesn't have to be copied 24 * virtual memory address (VMA) for the DATA section. In this case the DATA 29 * at the end of the RODATA section. At runtime, the DATA section is copied 583 * Round up number of words for DATA section to ensure that XIP copies the
|
/Zephyr-latest/boards/adi/max78002evkit/doc/ |
D | index.rst | 201 | JP16 | I2C1 SDA | I2C1 DATA pull-up … 211 | JP21 | I2C0_SDA | I2C0 DATA pull-up … 223 | JP27 | I2C2 SDA | I2C2 DATA pull-up … 237 | JP34 | I2S VDD | Select 1.8V/3.3V for external MIC and DATA I2S interface … 239 | JP35 | I2C1 SDA | I2C1 DATA pull-up …
|
/Zephyr-latest/arch/x86/ |
D | CMakeLists.txt | 15 --rename-section .data=${bin},CONTENTS,ALLOC,LOAD,READONLY,DATA
|
/Zephyr-latest/samples/boards/espressif/flash_encryption/ |
D | README.rst | 100 [00:00:00.482,000] <inf> flash_encryption: FLASH RAW DATA (Encrypted) 103 [00:00:00.482,000] <inf> flash_encryption: FLASH DECRYPTED DATA
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_sam0.c | 186 i2c->DATA.reg = *data->msg.buffer; in i2c_sam0_isr() 200 *data->msg.buffer = i2c->DATA.reg; in i2c_sam0_isr() 294 dma_blk.dest_address = (uint32_t)(&(i2c->DATA.reg)); in i2c_sam0_dma_write_start() 387 dma_blk.source_address = (uint32_t)(&(i2c->DATA.reg)); in i2c_sam0_dma_read_start()
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | README.rst | 78 CONTENTS, ALLOC, LOAD, DATA 82 CONTENTS, ALLOC, LOAD, READONLY, DATA
|
/Zephyr-latest/samples/subsys/nvs/ |
D | README.rst | 64 Id: 4, Data: DATA
|
/Zephyr-latest/drivers/adc/ |
D | iadc_gecko.c | 23 #define GECKO_DATA_RES12BIT(DATA) ((DATA) & 0x0FFF) argument
|
/Zephyr-latest/dts/arm64/intel/ |
D | intel_socfpga_agilex.dtsi | 81 * QSPI DATA <0xff900000 0x100000>
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 269 [SCAN DATA START - EXT_ADV] 272 [START DECRYPTED DATA] 275 [END DECRYPTED DATA] 276 [SCAN DATA END]
|
/Zephyr-latest/boards/adafruit/itsybitsy/doc/ |
D | index.rst | 96 * DATA = P0.08
|