Searched full:outside (Results 1 – 25 of 258) sorted by relevance
1234567891011
/Zephyr-latest/samples/sensor/isl29035/ |
D | README.rst | 15 read sample. If the sensor detects an intensity outside that range the 41 ALERT 365 lux outside range centered on 0 lux. 42 Next alert outside 315 .. 415 45 ALERT 302 lux outside range centered on 365 lux. 46 Next alert outside 252 .. 352 48 ALERT 247 lux outside range centered on 302 lux. 49 Next alert outside 197 .. 297 51 ALERT 187 lux outside range centered on 247 lux. 52 Next alert outside 137 .. 237 54 ALERT 126 lux outside range centered on 187 lux. [all …]
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config_reserved_resources.h | 10 /** @brief Bitmask that defines GPIOTE130 channels reserved for use outside 17 /** @brief Bitmask that defines GPIOTE131 channels reserved for use outside 24 /** @brief Bitmask that defines EGU instances that are reserved for use outside 29 /** @brief Bitmask that defines TIMER instances that are reserved for use outside 455 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 462 /** @brief Bitmask that defines DPPI groups that are reserved for use outside 469 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 476 /** @brief Bitmask that defines DPPI groups that are reserved for use outside 483 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 490 /** @brief Bitmask that defines DPPI groups that are reserved for use outside [all …]
|
/Zephyr-latest/samples/sensor/jc42/ |
D | README.rst | 16 When the temperature moves outside the window an alert is given, and the 59 Alert on temp outside [24500, 25500] milli-Celsius 61 iggAlert on temp outside [15437, 16437] milli-Celsius 68 Alert on temp outside [15812, 16812] milli-Celsius 77 Alert on temp outside [16312, 17312] milli-Celsius
|
/Zephyr-latest/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-latest/kernel/ |
D | irq_offload.c | 9 /* Make offload_sem visible outside testing, in order to release 10 * it outside when error happened.
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig.soc | 7 # The hw model v2 is generic and contains no Kconfig references outside its own 8 # tree structure and is therefore reusable in Kconfig trees outside a Zephyr build.
|
/Zephyr-latest/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-latest/soc/intel/intel_adsp/ace/include/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-latest/soc/intel/intel_adsp/ace/include/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-latest/soc/intel/intel_adsp/ace/include/ace30/ |
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-latest/dts/bindings/dma/ |
D | xilinx,axi-dma.yaml | 6 generated for use of the DMA outside of the AXI Ethernet subsystem.
|
/Zephyr-latest/subsys/mgmt/mcumgr/util/ |
D | CMakeLists.txt | 10 # and should not be exposed outside of mgmt_mcumgr.
|
/Zephyr-latest/doc/develop/manifest/external/ |
D | cannectivity.rst | 25 its components (i.e. the "gs_usb" protocol implementation) outside of the CANnectivity firmware 41 Once CANnectivity is added as a Zephyr module, the "gs_usb" implementation can be reused outside of
|
/Zephyr-latest/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-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | Kconfig.defconfig | 14 # Nordic nRF5 bootloader exists outside of the partitions specified in the
|
/Zephyr-latest/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-latest/boards/ezurio/bl654_usb/ |
D | Kconfig.defconfig | 11 # Nordic nRF5 bootloader exists outside of the partitions specified in the
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | Kconfig.defconfig | 12 # Nordic nRF5 bootloader exists outside of the partitions specified in the
|
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,devmux.yaml | 32 Note: Specifying a value of 'selected' outside the range [0, N-1]
|
/Zephyr-latest/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-latest/cmake/modules/ |
D | FindBabbleSim.cmake | 68 # Do NOT use it outside of this module. It uses variables internal to it 79 # Do NOT use it outside of this module. It uses variables internal to it
|
/Zephyr-latest/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-latest/doc/connectivity/usb/api/ |
D | hid.rst | 6 Common USB HID part that can be used outside of USB support, defined in
|
/Zephyr-latest/tests/drivers/sdhc/ |
D | README.txt | 16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of
|
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/include/ |
D | blocking_emul.hpp | 14 * test function. If we use plain function pointers, we have to move the expected value outside
|
1234567891011