Home
last modified time | relevance | path

Searched full:boundary (Results 1 – 25 of 203) sorted by relevance

123456789

/Zephyr-latest/dts/bindings/spi/
Dnxp,imx-flexspi.yaml89 ahb-boundary:
91 default: "no-boundary"
93 - "no-boundary"
98 Sets the AHB read/write boundary. Only supported by some versions of
100 boundary of the specified size will be divided into smaller sub accesses.
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c90 * be given just after the previous tick boundary in thread_entry()
115 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
134 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
154 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
172 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
224 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until a tick boundary */ in ZTEST()
242 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
259 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
275 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.h63 /** Namespace Atomic Boundary Size Normal */
66 /** Namespace Atomic Boundary Offset */
69 /** Namespace Atomic Boundary Size Power Fail */
72 /** Namespace Optimal IO Boundary */
166 uint32_t boundary; member
Dnvme_namespace.c75 return ns->boundary; in nvme_namespace_get_stripesize()
117 ns->boundary = ns->data.noiob * nvme_namespace_get_sector_size(ns); in nvme_namespace_construct()
/Zephyr-latest/soc/st/stm32/stm32mp1x/
Dsoc.h13 * Chapter 2.2.2: Memory map and register boundary addresses
/Zephyr-latest/soc/st/stm32/stm32wbx/
Dsoc.h13 * Chapter 2.2.2: Memory map and register boundary addresses
/Zephyr-latest/drivers/eeprom/
Deeprom_lpc11u6x.c43 LOG_WRN("attempt to read past device boundary"); in eeprom_lpc11u6x_read()
76 LOG_WRN("attempt to write past device boundary"); in eeprom_lpc11u6x_write()
Deeprom_stm32.c36 LOG_WRN("attempt to read past device boundary"); in eeprom_stm32_read()
67 LOG_WRN("attempt to write past device boundary"); in eeprom_stm32_write()
Deeprom_mchp_xec.c191 /* If EEPROM Addr is not on page boundary */ in eeprom_xec_data_write_32_bytes()
193 /* Check if we are crossing page boundary */ in eeprom_xec_data_write_32_bytes()
239 LOG_WRN("attempt to read past device boundary"); in eeprom_xec_read()
275 LOG_WRN("attempt to write past device boundary"); in eeprom_xec_write()
/Zephyr-latest/soc/st/stm32/stm32f7x/
Dsoc.h14 * Chapter 2.2.2: Memory map and register boundary addresses
/Zephyr-latest/drivers/timer/
Dmcux_gpt_timer.c104 * Since rollover occurs on a tick boundary, we don't in mcux_imx_gpt_isr()
151 /* Adjustment value, used to ensure next capture is on tick boundary */ in sys_clock_set_timeout()
157 * boundary in sys_clock_set_timeout()
224 * over on a tick boundary. in sys_clock_driver_init()
/Zephyr-latest/soc/st/stm32/stm32l4x/
Dsoc.h15 * Chapter 2.2.2: Memory map and register boundary addresses
/Zephyr-latest/doc/kernel/memory_management/
Dslabs.rst33 The memory slab's buffer must be aligned to an N-byte boundary, where
35 all memory blocks in the buffer are similarly aligned to this boundary,
74 that are 400 bytes long, each of which is aligned to a 4-byte boundary.
Dsys_mem_blocks.rst43 The buffer must be aligned to an N-byte boundary, where N is a power of 2
45 the buffer are similarly aligned to this boundary, the block size must
109 to a 4-byte boundary:
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dthread.h25 * If support for SSEx extensions is enabled a 16 byte boundary is required,
27 * cases a 4 byte boundary is sufficient.
147 * This structure must be aligned on a 16 byte boundary when the instructions
210 * to the appropriate architecture specific boundary via the
/Zephyr-latest/drivers/disk/
Dflashdisk.c120 LOG_ERR("Disk %s does not start at page boundary", in flashdisk_init_runtime()
140 LOG_ERR("Last page crossess disk %s boundary", in flashdisk_init_runtime()
195 " outside partition boundary", start_sector, sector_count); in sectors_in_range()
224 /* Read up to page boundary on first iteration */ in disk_flash_access_read()
375 /* check if the size goes over flash block boundary */ in disk_flash_access_write()
379 /* not over block boundary (a partial block also) */ in disk_flash_access_write()
386 /* write goes over block boundary */ in disk_flash_access_write()
/Zephyr-latest/soc/espressif/esp32c2/
Dvectors.S21 * Note: for our CPU, we need to place this on a 256-byte boundary, as CPU
/Zephyr-latest/soc/espressif/esp32c3/
Dvectors.S21 * Note: for our CPU, we need to place this on a 256-byte boundary, as CPU
/Zephyr-latest/soc/espressif/esp32c6/
Dvectors.S21 * Note: for our CPU, we need to place this on a 256-byte boundary, as CPU
/Zephyr-latest/arch/riscv/core/
Dsemihost.c18 * 16-byte boundary to ensure that the three trap sequence instructions are
/Zephyr-latest/tests/kernel/common/src/
Dclock.c58 /**TESTPOINT: uptime straddled ms boundary*/ in ZTEST_USER()
97 * -# At milli-second boundary, get cycles repeatedly by k_cycle_get_32()
99 * -# At milli-second boundary, get cycles repeatedly by k_uptime_get_32()
/Zephyr-latest/dts/arm/nxp/
Dnxp_k8xfn256vxx15.dtsi13 * across the 0x2000_0000 boundary are not supported in the Arm
Dnxp_ke1xf256vlx16.dtsi13 * across the 0x2000_0000 boundary are not supported in the Arm
Dnxp_ke1xf512vlx16.dtsi13 * across the 0x2000_0000 boundary are not supported in the Arm
/Zephyr-latest/include/zephyr/arch/sparc/
Dthread.h40 * double word boundary which allows us to use double word loads and

123456789