/Zephyr-Core-3.5.0/samples/sensor/isl29035/ |
D | README.rst | 14 read sample. If the sensor detects an intensity outside that range the 40 ALERT 365 lux outside range centered on 0 lux. 41 Next alert outside 315 .. 415 44 ALERT 302 lux outside range centered on 365 lux. 45 Next alert outside 252 .. 352 47 ALERT 247 lux outside range centered on 302 lux. 48 Next alert outside 197 .. 297 50 ALERT 187 lux outside range centered on 247 lux. 51 Next alert outside 137 .. 237 53 ALERT 126 lux outside range centered on 187 lux. [all …]
|
/Zephyr-Core-3.5.0/samples/sensor/mcp9808/ |
D | README.rst | 14 When the temperature moves outside the window an alert is given, and the 53 Alert on temp outside [24500, 25500] milli-Celsius 55 iggAlert on temp outside [15437, 16437] milli-Celsius 62 Alert on temp outside [15812, 16812] milli-Celsius 71 Alert on temp outside [16312, 17312] milli-Celsius
|
/Zephyr-Core-3.5.0/tests/kernel/mem_slab/mslab_api/src/ |
D | test_mslab_extern.c | 14 * @brief Test mem_slab access outside the module 16 * @details The memory slab can be accessed outside
|
/Zephyr-Core-3.5.0/tests/bluetooth/mesh/blob_io_flash/src/ |
D | main.c | 140 * which should attempt to read outside flash area in ZTEST() 144 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST() 149 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST() 154 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST() 261 * which should attempt to write outside flash area in ZTEST() 265 zassert_false(err == 0, "Write outside flash area successful"); in ZTEST() 270 zassert_false(err == 0, "Write outside flash area successful"); in ZTEST() 275 zassert_false(err == 0, "Write outside flash area successful"); in ZTEST()
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/intel_ace15_mtpm/ |
D | adsp_boot.h | 16 * These registers are added by Intel outside of the Tensilica Core for general operation 31 * These registers are added by Intel outside of the Tensilica Core for boot / recovery
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/ |
D | adsp_boot.h | 16 * These registers are added by Intel outside of the Tensilica Core for general operation 31 * These registers are added by Intel outside of the Tensilica Core for boot / recovery
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/util/ |
D | CMakeLists.txt | 10 # and should not be exposed outside of mgmt_mcumgr.
|
/Zephyr-Core-3.5.0/subsys/bindesc/ |
D | Kconfig | 8 Binary Descriptors - constant data accessible outside of the executable image
|
/Zephyr-Core-3.5.0/subsys/fs/ext2/ |
D | ext2_bitmap.c | 26 LOG_ERR("Tried to set value outside of bitmap (%d)", index); in ext2_bitmap_set() 47 LOG_ERR("Tried to unset value outside of bitmap (%d)", index); in ext2_bitmap_unset()
|
/Zephyr-Core-3.5.0/samples/sensor/isl29035/src/ |
D | main.c | 76 printf("ALERT %d lux outside range centered on %d lux." in process_sample() 77 "\nNext alert outside %d .. %d\n", in process_sample()
|
/Zephyr-Core-3.5.0/boards/arm/nrf52840_mdk_usb_dongle/ |
D | Kconfig.defconfig | 17 # Nordic nRF5 bootloader exists outside of the partitions specified in the
|
/Zephyr-Core-3.5.0/include/zephyr/dsp/ |
D | basicmath.h | 42 * Results outside of the allowable Q7 range [0x80 0x7F] are saturated. 57 * Results outside of the allowable Q15 range [0x8000 0x7FFF] are saturated. 72 * Results outside of the allowable Q31 range[0x80000000 0x7FFFFFFF] are saturated. 123 * Results outside of the allowable Q7 range [0x80 0x7F] are saturated. 138 * Results outside of the allowable Q15 range [0x8000 0x7FFF] are saturated. 153 * Results outside of the allowable Q31 range [0x80000000 0x7FFFFFFF] are saturated. 194 * Results outside of the allowable Q7 range [0x80 0x7F] will be saturated. 209 * Results outside of the allowable Q15 range [0x8000 0x7FFF] are saturated. 224 * Results outside of the allowable Q31 range [0x80000000 0x7FFFFFFF] are saturated. 500 * Results outside of the allowable Q7 range [0x80 0x7F] are saturated. [all …]
|
/Zephyr-Core-3.5.0/drivers/display/ |
D | display_dummy.c | 47 "Writing outside screen boundaries in horizontal direction"); in dummy_display_write() 49 "Writing outside screen boundaries in vertical direction"); in dummy_display_write()
|
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/ |
D | nrfx_glue.h | 293 /** @brief Bitmask that defines DPPI channels that are reserved for use outside of the nrfx library… 298 /** @brief Bitmask that defines DPPI groups that are reserved for use outside of the nrfx library. … 303 /** @brief Bitmask that defines PPI channels that are reserved for use outside of the nrfx library.… 308 /** @brief Bitmask that defines PPI groups that are reserved for use outside of the nrfx library. */ 313 /** @brief Bitmask that defines GPIOTE channels that are reserved for use outside of the nrfx libra… 372 /** @brief Bitmask that defines EGU instances that are reserved for use outside of the nrfx library… 375 /** @brief Bitmask that defines TIMER instances that are reserved for use outside of the nrfx libra…
|
/Zephyr-Core-3.5.0/doc/connectivity/usb/api/ |
D | hid.rst | 6 Common USB HID part that can be used outside of USB support, defined in
|
/Zephyr-Core-3.5.0/boards/arm/bl654_usb/ |
D | Kconfig.defconfig | 14 # Nordic nRF5 bootloader exists outside of the partitions specified in the
|
/Zephyr-Core-3.5.0/subsys/demand_paging/backing_store/ |
D | Kconfig | 28 the symbols outside of boot and pinned sections into the flash
|
/Zephyr-Core-3.5.0/tests/drivers/sdhc/ |
D | README.txt | 16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | sol_pdu_rpl_cli.c | 113 LOG_ERR("Range outside unicast address range"); in bt_mesh_sol_pdu_rpl_clear() 137 LOG_ERR("Range outside unicast address range"); in bt_mesh_sol_pdu_rpl_clear_unack()
|
/Zephyr-Core-3.5.0/include/zephyr/linker/ |
D | thread-local-storage.ld | 16 * These needs to be outside of the tdata/tbss
|
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 6 Shared internal code. Do not use outside of the package.
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | priv_beacon_cli.rst | 16 mesh node from being tracked by devices outside the mesh network, and hides the
|
/Zephyr-Core-3.5.0/boards/arm/nrf52840dongle_nrf52840/ |
D | Kconfig.defconfig | 15 # Nordic nRF5 bootloader exists outside of the partitions specified in the
|
/Zephyr-Core-3.5.0/drivers/disk/ |
D | ramdisk.c | 57 LOG_ERR("Sector %" PRIu32 " is outside the range %zu", in disk_ram_access_read() 75 LOG_ERR("Sector %" PRIu32 " is outside the range %zu", in disk_ram_access_write()
|
/Zephyr-Core-3.5.0/scripts/west_commands/runners/ |
D | __init__.py | 17 # import anything outside of stdlib, but they sometimes do
|