Searched full:entire (Results 1 – 25 of 220) sorted by relevance
123456789
/Zephyr-latest/soc/nxp/kinetis/k8x/ |
D | nxp_mpu_regions.c | 22 * core to the entire address space, and instead define two background 23 * regions that together cover the entire address space except for
|
/Zephyr-latest/soc/nxp/kinetis/ke1xf/ |
D | nxp_mpu_regions.c | 22 * core to the entire address space, and instead define two background 23 * regions that together cover the entire address space except for
|
/Zephyr-latest/soc/nxp/kinetis/k2x/ |
D | nxp_mpu_regions.c | 25 * core to the entire address space, and instead define two background 26 * regions that together cover the entire address space except for
|
/Zephyr-latest/soc/nxp/kinetis/k6x/ |
D | nxp_mpu_regions.c | 25 * core to the entire address space, and instead define two background 26 * regions that together cover the entire address space except for
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | happy_path.c | 38 "did not send entire message"); in happy_path() 62 "did not sendto entire message"); in happy_path() 93 "did not sendmsg entire message"); in happy_path()
|
/Zephyr-latest/boards/shields/nrf7002ek/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 9 * the entire node is disabled. If the application needs to forward other pins
|
/Zephyr-latest/arch/nios2/core/ |
D | cache.c | 12 * Flush the entire instruction cache and pipeline. 39 * Flush the entire data cache.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | log_helper.py | 17 the entire args array is logged instead.
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 5 act on the entire commit at once. Once the rules are discovered, gitlint will automatically take ca… 6 to the entire commit. This happens exactly once per commit. 9 an entire commit. This allows commit rules to implement more complex checks that span multiple line…
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 26 the entire args array is logged instead.
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | constants.h | 28 * number, the more time it will take to run through the entire range. The value
|
/Zephyr-latest/lib/crc/ |
D | crc32c_sw.c | 18 * the entire stream is calculated. This is a requirement of crc32c algo.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf_rram | 19 The entire contiguous block of RRAM gets logically divided into pages,
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_gic.c | 137 * specification, ARM recommends that software preserves the entire register in arm_gic_get_active() 139 * that entire value for its corresponding write to the GICC_EOIR. in arm_gic_get_active() 141 * Because of that, we read the entire value here, to be later written back to GICC_EOIR in arm_gic_get_active()
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 45 either on the entire pipe or on only its ring buffer. Flushing the entire pipe 210 /* Critical error detected. Flush the entire pipe to reset it. */
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nrf52840dk_nrf52840_ram_disk_region.overlay | 7 /* The SRAM is defined for nrf52840 in DTS to take entire 256KiB
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv4.h | 57 /* 16-bit ones' complement of the entire message */ 68 /* 16-bit ones' complement of the entire message */ 79 /* 16-bit ones' complement of the entire message */ 111 /* 16-bit ones' complement of the entire message */
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/ |
D | asm_memory_management.h | 23 * Macro powers down entire HPSRAM. On entry literals and code for section from
|
/Zephyr-latest/doc/connectivity/canbus/ |
D | isotp.rst | 32 the entire payload data and additionally, the first few bytes of payload data.
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memmap.h | 33 * also handy to have the entire map intact for diagnostic purposes.
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | CMakeLists.txt | 50 PREFIX ${mylib_build_dir} # Root dir for entire project
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_xlnx_ps_bank.c | 116 * @brief Reads the current bit mask of the entire GPIO pin bank. 118 * Reads the current bit mask of the entire bank from the 142 * @brief Masked write of a bit mask for the entire GPIO pin bank. 359 * the interrupt line of the entire PS GPIO controller, regardless
|
/Zephyr-latest/drivers/pcie/endpoint/ |
D | pcie_ep_common.c | 127 * size of Host buffer, we may not be able to map entire Host buffer in pcie_ep_xfer_data_memcpy() 145 * In second attempt, we must have mapped entire size, in pcie_ep_xfer_data_memcpy() 238 * In second attempt, we must have mapped entire size, in pcie_ep_xfer_data_dma()
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 171 encounters a panic condition, as the entire system needs to be reset. 210 entire system. 226 that the entire stack buffer has overflowed, but instead that the current
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 13 This can be useful to avoid linking in the entire filesystem
|
123456789