Home
last modified time | relevance | path

Searched full:overwrite (Results 1 – 25 of 163) sorted by relevance

1234567

/Zephyr-latest/subsys/net/ip/
Dudp.c70 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/
Dtestcase.yaml8 # 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/
Dmpsc_pbuf.rst23 * **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/
DREADME.rst17 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/
Dnuvoton,npcx-pinctrl.yaml67 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.
Dnuvoton,npcx-leakage-io.yaml14 Array of IOs that have leakage current. The user can overwrite this
/Zephyr-latest/dts/bindings/spi/
Dnxp,dspi.yaml62 rx-fifo-overwrite:
65 receive FIFO overflow overwrite enable. If ROOE = 0, the incoming
/Zephyr-latest/include/zephyr/arch/riscv/
Delf.h190 /** @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/
Dprj.conf9 # previously witten data, which is considered overwrite although it takes no effect.
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig64 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/
DKconfig.rtt37 bool "Overwrite messages if up-buffer full"
39 If there is not enough space in up-buffer for a message overwrite
DKconfig.fs28 bool "Old log files overwrite"
/Zephyr-latest/modules/
DKconfig.mcuboot102 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/
Dtest_pipe_avail.c81 * 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/
Dmain.c61 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/
Dspi_ifx_cat1.c336 .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/
Dnuvoton,npcx-pwm.yaml23 Please don't overwrite it in the board-level DT driver.
/Zephyr-latest/samples/drivers/memc/boards/
Dfrdm_rw612.conf6 # the PSRAM configuration will overwrite the LUT entries for the QSPI flash,
Drd_rw612_bga.conf6 # the PSRAM configuration will overwrite the LUT entries for the QSPI flash,
/Zephyr-latest/tests/posix/single_process/src/
Denv.c107 /* 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/
Dcirrus,cp9314.yaml40 Desired switched capacitor ratio set at initialization. This entry will overwrite
/Zephyr-latest/dts/bindings/i2c/
Dnordic,nrf-twis.yaml10 Overwrite the compatible of the i2c node to select between TWIM/TWI
/Zephyr-latest/tests/drivers/disk/disk_access/src/
Dmain.c8 * 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/
Dled_strip.h105 * @warning This routine may overwrite @a pixels.
140 * @warning This routine may overwrite @a channels.
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dconn_ref.c24 * overwrite a non-NULL value in a owning pointer variable. This is to

1234567