/Zephyr-latest/subsys/net/ip/ |
D | udp.c | 70 bool overwrite; in net_udp_get_hdr() local 74 overwrite = net_pkt_is_being_overwritten(pkt); in net_udp_get_hdr() 90 net_pkt_set_overwrite(pkt, overwrite); in net_udp_get_hdr() 101 bool overwrite; in net_udp_set_hdr() local 103 overwrite = net_pkt_is_being_overwritten(pkt); in net_udp_set_hdr() 125 net_pkt_set_overwrite(pkt, overwrite); in net_udp_set_hdr()
|
/Zephyr-latest/tests/drivers/eeprom/api/ |
D | testcase.yaml | 8 # Tests overwrite EEPROM content, only run on select boards 18 # Tests overwrite EEPROM content, only run on select boards
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 23 * **Overwrite** - oldest entries are dropped until requested amount of memory can 25 * **No overwrite** - When requested amount of space cannot be allocated, 66 space cannot be allocated and overwrite is disabled then ``NULL`` pointer is 69 Allocation with overwrite 72 If overwrite is enabled, oldest packets are dropped until requested amount of 107 overwrite.
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/ |
D | README.rst | 17 be stored to and read from UIDs, and how overwrite protection can be enabled using flags. 39 run as the overwrite protection will not be removed with a power reset. 66 Writing data to UID2 with overwrite protection: The quick brown fox jumps over the lazy dog
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nuvoton,npcx-pinctrl.yaml | 67 Please don't overwrite this property in the board-level DT driver. 72 Please don't overwrite this property in the board-level DT driver. 77 Please don't overwrite this property in the board-level DT driver.
|
D | nuvoton,npcx-leakage-io.yaml | 14 Array of IOs that have leakage current. The user can overwrite this
|
/Zephyr-latest/dts/bindings/spi/ |
D | nxp,dspi.yaml | 62 rx-fifo-overwrite: 65 receive FIFO overflow overwrite enable. If ROOE = 0, the incoming
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | elf.h | 190 /** @brief Overwrite immediate in B-type instruction 206 /** @brief Overwrite immediate in J-type instruction 222 /** @brief Overwrite immediate in S-type instruction 238 /** @brief Overwrite immediate in compressed J-type instruction 254 /** @brief Overwrite immediate in compressed B-type instruction 270 /** @brief Overwrite immediate in U-type instruction 286 /** @brief Overwrite immediate in I-type instruction
|
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/ |
D | prj.conf | 9 # previously witten data, which is considered overwrite although it takes no effect.
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 64 bool "Overwrite" 66 MCUboot will take contents of secondary slot of an image and will overwrite primary slot 69 This mode supports MCUBOOT_BOOTLOADER_NO_DOWNGRADE which means that the overwrite will
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 37 bool "Overwrite messages if up-buffer full" 39 If there is not enough space in up-buffer for a message overwrite
|
D | Kconfig.fs | 28 bool "Old log files overwrite"
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 102 bool "Use overwrite-only instead of swap upgrades" 104 If enabled, --overwrite-only option passed to imgtool to avoid 174 bool "MCUboot has been configured to just overwrite primary slot" 179 overwrite primary slot with it. 183 that the overwrite will not happen unless the version of secondary
|
/Zephyr-latest/tests/kernel/pipe/pipe_api/src/ |
D | test_pipe_avail.c | 81 * would overwrite: e f g h 120 * would overwrite: a b c d 163 * would overwrite: e f g h a b c d 206 * would overwrite:
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/src/ |
D | main.c | 61 printk("Failed to overwrite UID1! (%d)\n", status); in main() 65 printk("Writing data to UID2 with overwrite protection: %s\n", TEST_STRING_1); in main()
|
/Zephyr-latest/drivers/spi/ |
D | spi_ifx_cat1.c | 336 .spiMode = CY_SCB_SPI_MASTER, /* overwrite by cfg */ \ 337 .sclkMode = CY_SCB_SPI_CPHA0_CPOL0, /* overwrite by cfg */ \ 338 .rxDataWidth = 8, /* overwrite by cfg */ \ 339 .txDataWidth = 8, /* overwrite by cfg */ \ 340 .enableMsbFirst = true, /* overwrite by cfg */ \
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nuvoton,npcx-pwm.yaml | 23 Please don't overwrite it in the board-level DT driver.
|
/Zephyr-latest/samples/drivers/memc/boards/ |
D | frdm_rw612.conf | 6 # the PSRAM configuration will overwrite the LUT entries for the QSPI flash,
|
D | rd_rw612_bga.conf | 6 # the PSRAM configuration will overwrite the LUT entries for the QSPI flash,
|
/Zephyr-latest/tests/posix/single_process/src/ |
D | env.c | 107 /* do not overwrite if environ[key] exists */ in ZTEST() 111 /* should overwrite (without malloc) */ in ZTEST() 132 /* should overwrite (requires realloc) */ in ZTEST()
|
/Zephyr-latest/dts/bindings/regulator/ |
D | cirrus,cp9314.yaml | 40 Desired switched capacitor ratio set at initialization. This entry will overwrite
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nordic,nrf-twis.yaml | 10 Overwrite the compatible of the i2c node to select between TWIM/TWI
|
/Zephyr-latest/tests/drivers/disk/disk_access/src/ |
D | main.c | 8 * WARNING: This test will overwrite data on any disk utilized. Do not run 174 * WARNING: this test is destructive- it will overwrite data on the disk! 203 * WARNING: this test is destructive- it will overwrite data on the disk! 258 * WARNING: this test is destructive- it will overwrite data on the disk!
|
/Zephyr-latest/include/zephyr/drivers/ |
D | led_strip.h | 105 * @warning This routine may overwrite @a pixels. 140 * @warning This routine may overwrite @a channels.
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | conn_ref.c | 24 * overwrite a non-NULL value in a owning pointer variable. This is to
|