/Zephyr-latest/tests/boards/nrf/hwinfo/reset_cause/ |
D | testcase.yaml | 14 - "PASS: RESET_PIN detected" 25 - "PASS: RESET_SOFTWARE detected" 30 - "PASS: RESET_WATCHDOG detected" 34 - "PASS: RESET_CPU_LOCKUP detected"
|
/Zephyr-latest/samples/sensor/accel_trig/ |
D | README.rst | 71 TAP detected 73 TAP detected 75 TAP detected 77 TAP detected 79 TAP detected 81 TAP detected 83 TAP detected 85 TAP detected 87 TAP detected
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tle9104.h | 12 /** Open load detected, boolean with one bit per output */ 14 /** Over current detected, boolean with one bit per output */
|
D | bd8lb600fs.h | 13 * Open load detected,
|
/Zephyr-latest/lib/libc/picolibc/ |
D | chk_fail.c | 10 * stdlib side (Picolibc here), in case such an overflow is detected. Picolibc 15 printk("* buffer overflow detected *\n"); in __chk_fail()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | bitfield.c | 59 "sys_test_bit erroneously detected bit %d\n", in ZTEST() 64 " detected bit %d\n", bit); in ZTEST() 80 "sys_test_and_clear_bit erroneously detected" in ZTEST() 100 "sys_bitfield_test_bit erroneously detected" in ZTEST() 105 " detected bit %d\n", bit); in ZTEST() 125 " erroneously detected bit %d\n", bit); in ZTEST()
|
/Zephyr-latest/dts/bindings/sensor/ |
D | adi,adxl362.yaml | 27 Enter Wake-Up mode when inactivity is detected, 28 reenter Measurement mode when activity is detected.
|
D | pixart,paa3905.yaml | 16 The resolution of the sensor, which affects the counts per inch detected 40 configured. If erratic behavior is detected, a sensor recovery
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_ppc.h | 28 /** Overvoltage detected while being in a source role */ 30 /** Reverse current detected while being in a source role */ 32 /** Overcurrent detected while being in a source role */ 34 /** VBUS short detected while being in a source role */ 37 /** Chip over temperature detected */ 42 /** Reverse current detected while being in a sink role */ 44 /** VBUS short detected while being in a sink role */ 46 /** Overvoltage detected while being in a sink role */ 218 * @retval 0 if no VBUS voltage is detected
|
/Zephyr-latest/tests/lib/newlib/heap_listener/src/ |
D | main.c | 59 zassert_true(heap_difference > 0, "Heap increase not detected"); in ZTEST() 61 "Heap increase not detected"); in ZTEST() 75 "Heap decrease not detected"); in ZTEST()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 172 self.detected = [] 381 self.detected.append(s_dev) 387 self.detected = natsorted(self.detected, key=lambda x: x.serial or '') 399 for _detected in self.detected: 412 new_duts = list(filter(lambda d: not d.match, self.detected)) 432 for _connected in self.detected: 449 logger.info("Detected devices:") 450 self.dump(detected=True) 452 def dump(self, filtered=None, header=None, connected_only=False, detected=False): argument 459 if detected: [all …]
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 35 int "Threshold for detected repeated patterns" 39 The number of samples detected with repeating patterns before an alarm
|
/Zephyr-latest/tests/boards/nrf/hwinfo/reset_cause/src/ |
D | main.c | 237 /* Check that reset cause from sys_reboot is detected. */ in test_reset_software() 250 LOG_INF("TEST that RESET_SOFTWARE was detected"); in test_reset_software() 252 LOG_INF("PASS: RESET_SOFTWARE detected"); in test_reset_software() 271 /* Check that reset cause from expired watchdog is detected. */ in test_reset_watchdog() 305 LOG_INF("TEST that RESET_WATCHDOG was detected"); in test_reset_watchdog() 307 LOG_INF("PASS: RESET_WATCHDOG detected"); in test_reset_watchdog() 333 /* Check that reset cause from cpu lockup is detected. */ in test_reset_cpu_lockup() 347 LOG_INF("TEST that RESET_CPU_LOCKUP was detected"); in test_reset_cpu_lockup() 349 LOG_INF("PASS: RESET_CPU_LOCKUP detected"); in test_reset_cpu_lockup() 384 LOG_INF("TEST that RESET_PIN was detected"); in main() [all …]
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_smsc91x_priv.h | 52 #define RPCR_LED_LINK_ANY 0x0 /* 10baseT or 100baseTX link detected */ 53 #define RPCR_LED_LINK_10 0x2 /* 10baseT link detected */ 55 #define RPCR_LED_LINK_100 0x5 /* 100baseTX link detected */ 56 #define RPCR_LED_ACT_ANY 0x4 /* TX or RX activity detected */ 57 #define RPCR_LED_ACT_RX 0x6 /* RX activity detected */ 58 #define RPCR_LED_ACT_TX 0x7 /* TX activity detected */
|
D | eth_sam_gmac_priv.h | 111 /** VLAN priority (if VLAN detected) */ 113 /** Priority tag detected */ 115 /** VLAN tag detected */ 129 /** Global all ones broadcast address detected */ 144 /** Late collision, transmit error detected */ 148 /** Retry limit exceeded, transmit error detected */
|
/Zephyr-latest/dts/bindings/input/ |
D | cirque,pinnacle-common.yaml | 41 started to be sent when a finger presence is detected missing (no touch 42 detected) every 10 ms. They are stopped to be sent when a finger presence 43 it detected. An application can count these packets in order to detect
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | README.rst | 42 The board will be detected as shown by the Linux dmesg command: 61 and attach it to detected CDC ACM device: 72 Baudrate detected: 115200
|
/Zephyr-latest/tests/boards/nrf/comp/src/ |
D | test.c | 45 * Check if events were detected. 76 * Check if events were detected. 114 * Check if events were detected. 154 * trigger both edges, event should be detected for falling one 195 * trigger both edges, event should be detected for rising one 235 * trigger both edges, event should not be detected.
|
/Zephyr-latest/kernel/ |
D | compiler_stack_protect.c | 32 * This function is invoked when a stack canary error is detected. 62 * This routine is invoked when a stack canary error is detected, indicating
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc_spi.c | 19 LOG_WRN("spi dataframe: reset_flag detected"); in parse_tmc_spi_status() 22 LOG_WRN("spi dataframe: driver_error(1) detected"); in parse_tmc_spi_status() 25 LOG_WRN("spi dataframe: driver_error(2) detected"); in parse_tmc_spi_status()
|
/Zephyr-latest/samples/sensor/adc_cmp_npcx/ |
D | sample.yaml | 19 - "ADC CMP: Upper threshold detected"
|
/Zephyr-latest/drivers/usb/uvb/ |
D | uvb.h | 35 /** Port reset detected */ 51 /** Low speed connection detected */ 53 /** Full speed connection detected */ 55 /** High speed connection detected */ 57 /** Super speed connection detected */
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | espressif,esp32-xt-wdt.yaml | 8 When such a failure is detected the hardware automatically switch to
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | renesas,rz-ext-irq.yaml | 18 Indicates the condition that will trigger an interrupt when detected.
|
/Zephyr-latest/samples/sensor/adc_cmp_npcx/src/ |
D | main.c | 86 printf("ADC CMP: Lower threshold detected"); in threshold_trigger_handler() 90 printf("ADC CMP: Upper threshold detected"); in threshold_trigger_handler()
|