/Zephyr-latest/modules/cmsis/ |
D | cmsis_core_m.h | 27 #error "NUM_IRQ_PRIO_BITS and __NVIC_PRIO_BITS are not set to the same value" 31 #error "__MPU_PRESENT and CONFIG_CPU_HAS_ARM_MPU are not set to the same value" 35 #error "__FPU_PRESENT and CONFIG_CPU_HAS_FPU are not set to the same value" 44 #error "__VTOR_PRESENT and CONFIG_CPU_CORTEX_M_HAS_VTOR are not set to the same value." 52 #error "__DSP_PRESENT and CONFIG_ARMV8_M_DSP are not set to the same value" 56 #error "__ICACHE_PRESENT and CONFIG_CPU_HAS_ICACHE are not set to the same value" 60 #error "__DCACHE_PRESENT and CONFIG_CPU_HAS_DCACHE are not set to the same value" 64 #error "__MVE_PRESENT and CONFIG_ARMV8_1_M_MVEI are not set to the same value" 68 #error "__SAUREGION_PRESENT and CONFIG_CPU_HAS_ARM_SAU are not set to the same value"
|
/Zephyr-latest/dts/bindings/clock/ |
D | nuvoton,numaker-pcc.yaml | 15 - clock-module-index # Same as u32ModuleIdx on invoking BSP CLK driver CLK_SetModuleClock() 16 - clock-source # Same as u32ClkSrc on invoking BSP CLK driver CLK_SetModuleClock() 17 - clock-divider # Same as u32ClkDiv on invoking BSP CLK driver CLK_SetModuleClock()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | tester_rpa_rotation.c | 46 * a different address even though they use the same Bluetooth ID. in validate_rpa_addr_generated_for_adv_sets() 49 FAIL("RPA same for adv sets with same id and RPA sharing disabled\n"); in validate_rpa_addr_generated_for_adv_sets() 53 * the same address as they use the same Bluetooth ID. in validate_rpa_addr_generated_for_adv_sets() 56 FAIL("RPA not same for adv sets with same id and RPA sharing enabled\n"); in validate_rpa_addr_generated_for_adv_sets() 60 FAIL("RPA same for adv sets with different id's\n"); in validate_rpa_addr_generated_for_adv_sets() 63 FAIL("RPA same for adv sets with different id's\n"); in validate_rpa_addr_generated_for_adv_sets()
|
/Zephyr-latest/tests/drivers/disk/disk_access/ |
D | README.txt | 19 these sector reads, the driver will read multiple times from the same memory 20 location, to verify that the data being returned is the same. 23 follows the same flow as the read test, but at each step writes data to the 27 writes to the same location.
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | clock_control_numaker.h | 28 * clk_modidx is same as u32ModuleIdx in BSP CLK_SetModuleClock(). 29 * clk_src is same as u32ClkSrc in BSP CLK_SetModuleClock(). 30 * clk_div is same as u32ClkDiv in BSP CLK_SetModuleClock().
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 7 # the MD5 will also change (as example toolchain upgrade in same folder) 9 # multiple symlinks pointing to same executable will generate different 14 # methods, where an upgraded compiler could have same signature due to ccache 18 # Toolchains with the same signature will always support the same set of flags.
|
/Zephyr-latest/kernel/ |
D | Kconfig.mem_domain | 62 within the same memory domain. 69 If enabled, thread stacks within the same memory domains are 70 isolated which means threads within the same memory domains 73 If disabled, threads within the same memory domains can access
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | mr_canhubk3.conf | 4 # Due to gpio-leds and pwm-leds are the same RGB LEDs so should not be used 5 # at the same time, need to disable this config when using pwm-leds.
|
/Zephyr-latest/include/zephyr/ |
D | cache.h | 207 * share the same cache line being flushed, all the portions of the 208 * data structures sharing the same line will be flushed. This is usually 239 * share the same cache line being flushed, all the portions of the 240 * data structures sharing the same line will be flushed. This is usually 269 * share the same cache line being invalidated, all the portions of the 270 * non-read-only data structures sharing the same line will be 302 * share the same cache line being invalidated, all the portions of the 303 * non-read-only data structures sharing the same line will be 333 * share the same cache line being flushed, all the portions of the 334 * data structures sharing the same line will be flushed before being [all …]
|
/Zephyr-latest/soc/nxp/mcx/mcxn/ |
D | soc.c | 32 "Do not enable SPI and UART/I2C on the same Flexcomm node"); 34 /* For SPI node enabled, check if UART or I2C is also enabled on the same parent Flexcomm node */ 37 /* SPI cannot be exist with UART or I2C on the same FlexComm Interface
|
/Zephyr-latest/include/zephyr/drivers/ |
D | cache.h | 83 * share the same cache line being flushed, all the portions of the 84 * data structures sharing the same line will be flushed. This is usually 104 * share the same cache line being invalidated, all the portions of the 105 * non-read-only data structures sharing the same line will be 126 * share the same cache line being flushed, all the portions of the 127 * data structures sharing the same line will be flushed before being 217 * share the same cache line being flushed, all the portions of the 218 * data structures sharing the same line will be flushed. This is usually 238 * share the same cache line being invalidated, all the portions of the 239 * non-read-only data structures sharing the same line will be [all …]
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 75 Emulators for peripheral devices reuse the same devicetree node as the real 77 same ``compat`` value from the real driver. 128 With this architecture, the same test can be used will all supported drivers in 129 the same driver class. 139 * SPI emulator driver, which does the same for SPI 141 * eSPI emulator driver, which does the same for eSPI. The emulator is being 167 address ``0x20`` should be sent to ``i2c1`` with the same address. This allows 169 same image. 175 made to ``i2c0`` at port ``0x20`` to ``i2c1`` on the same port. Since no 191 #. The same test can be built with a second EEPROM which is an Atmel AT24 EEPROM driver
|
/Zephyr-latest/include/zephyr/arch/ |
D | cache.h | 93 * share the same cache line being flushed, all the portions of the 94 * data structures sharing the same line will be flushed. This is usually 116 * share the same cache line being invalidated, all the portions of the 117 * non-read-only data structures sharing the same line will be 140 * share the same cache line being flushed, all the portions of the 141 * data structures sharing the same line will be flushed before being 248 * share the same cache line being flushed, all the portions of the 249 * data structures sharing the same line will be flushed. This is usually 271 * share the same cache line being invalidated, all the portions of the 272 * non-read-only data structures sharing the same line will be [all …]
|
/Zephyr-latest/tests/subsys/debug/gdbstub/ |
D | testcase.yaml | 38 # when Twister runs tests in parallel on the same host. 41 # Connect to QEMU gdbstub backend and run the same GDB test script 65 # when Twister runs tests in parallel on the same host.
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | prj.conf | 18 # HCI_Reset. Make sure to use the same value for this setting in your 23 # in case it has a interfering default. Those same boards set this
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 46 another terminal window and run the same telnet command as above. 53 The same application source code can be built for a POSIX system, e.g. 55 the same except the header files are different for Zephyr vs POSIX, and 77 As can be seen, the behavior of the application is the same as the Zephyr
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.native_posix | 13 It actually generates always the same sequence of random numbers if 14 initialized with the same seed.
|
/Zephyr-latest/doc/project/ |
D | index.rst | 48 - subsystem/feature branch: is a branch within the same repository. In our case, 49 we will use the term branch also when referencing branches not in the same 50 repository, which are a copy of a repository sharing the same history.
|
/Zephyr-latest/tests/net/socket/can/src/ |
D | main.c | 45 "CAN data not same"); in ZTEST() 83 zassert_equal(sframe.can_id, expected.can_id, "CAN ID not same"); in ZTEST() 84 zassert_equal(sframe.len, expected.len, "CAN msg length not same"); in ZTEST() 85 zassert_mem_equal(&sframe.data, &expected.data, sizeof(sframe.data), "CAN data not same"); in ZTEST() 92 zassert_equal(sframe.can_id, expected.can_id, "CAN ID not same"); in ZTEST() 147 zassert_equal(sfilter.can_id, expected.can_id, "CAN ID not same"); in ZTEST() 148 zassert_equal(sfilter.can_mask, expected.can_mask, "CAN mask not same"); in ZTEST()
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/dts/bindings/ |
D | test-gpio-basic-api.yaml | 19 must be on the same device as in-gpios, and physically 27 must be on the same device as out-gpios,and physically
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 21 extend usable memory. The maximum usable memory is the same as 102 This needs to be page aligned. Currently, it is the same as 106 This needs to be page aligned. Currently, it is the same as 111 * ``K_MEM_KERNEL_VIRT_START`` is the same as ``z_mapped_start`` specified in the linker 115 * ``K_MEM_KERNEL_VIRT_END`` is the same as ``z_mapped_end`` specified in the linker 123 memory address space, and it is the same as 126 * If it is disabled, ``K_MEM_VM_FREE_START`` is the same ``K_MEM_KERNEL_VIRT_END`` which 189 * Caution must be exercised to give the pass the same region size to
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/ |
D | Kconfig | 11 # When adding Kconfig options, that control the same feature, 12 # try to group them together by the same stem after prefix.
|
/Zephyr-latest/dts/bindings/usb/ |
D | nuvoton,numaker-usbd.yaml | 29 disallow-iso-in-out-same-number: 32 Some soc series don't allow Isochronous IN/OUT endpoints to be assigned the same numbers,
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_config.c | 142 * to high results in pin high value if the same pin configured 146 * pin low value if the same pin configured as input is high. 148 * initialized to low results in pin high value if the same pin 152 * initialized to low results in pin low value if the same pin 156 * pin high value if the same pin configured as input is low. 158 * initialized to high results in pin low value if the same pin 213 * to high results in pin high value if the same pin configured in ZTEST() 231 * pin low value if the same pin configured as input is high. in ZTEST() 237 * initialized to low results in pin high value if the same pin in ZTEST() 260 * initialized to low results in pin low value if the same pin in ZTEST() [all …]
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 48 another terminal window and run the same telnet command as above. 61 The same application source code can be built for a POSIX system, e.g. 63 the same except the header files are different for Zephyr vs POSIX, and 85 As can be seen, the behavior of the application is the same as the Zephyr
|