Home
last modified time | relevance | path

Searched full:outside (Results 1 – 25 of 201) sorted by relevance

123456789

/Zephyr-Core-3.5.0/samples/sensor/isl29035/
DREADME.rst14 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/
DREADME.rst14 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/
Dtest_mslab_extern.c14 * @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/
Dmain.c140 * 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/
Dadsp_boot.h16 * 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/
Dadsp_boot.h16 * 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/
DCMakeLists.txt10 # and should not be exposed outside of mgmt_mcumgr.
/Zephyr-Core-3.5.0/subsys/bindesc/
DKconfig8 Binary Descriptors - constant data accessible outside of the executable image
/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_bitmap.c26 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/
Dmain.c76 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/
DKconfig.defconfig17 # Nordic nRF5 bootloader exists outside of the partitions specified in the
/Zephyr-Core-3.5.0/include/zephyr/dsp/
Dbasicmath.h42 * 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/
Ddisplay_dummy.c47 "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/
Dnrfx_glue.h293 /** @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/
Dhid.rst6 Common USB HID part that can be used outside of USB support, defined in
/Zephyr-Core-3.5.0/boards/arm/bl654_usb/
DKconfig.defconfig14 # Nordic nRF5 bootloader exists outside of the partitions specified in the
/Zephyr-Core-3.5.0/subsys/demand_paging/backing_store/
DKconfig28 the symbols outside of boot and pinned sections into the flash
/Zephyr-Core-3.5.0/tests/drivers/sdhc/
DREADME.txt16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dsol_pdu_rpl_cli.c113 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/
Dthread-local-storage.ld16 * These needs to be outside of the tdata/tbss
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/
D_private.py6 Shared internal code. Do not use outside of the package.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dpriv_beacon_cli.rst16 mesh node from being tracked by devices outside the mesh network, and hides the
/Zephyr-Core-3.5.0/boards/arm/nrf52840dongle_nrf52840/
DKconfig.defconfig15 # Nordic nRF5 bootloader exists outside of the partitions specified in the
/Zephyr-Core-3.5.0/drivers/disk/
Dramdisk.c57 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__.py17 # import anything outside of stdlib, but they sometimes do

123456789