/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/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/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/dts/bindings/sensor/ |
D | adi,adxl362.yaml | 27 Enter Wake-Up mode when inactivity is detected, 28 reenter Measurement mode when activity is detected.
|
/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/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/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/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/samples/sensor/adc_cmp_npcx/ |
D | sample.yaml | 19 - "ADC CMP: Upper threshold detected"
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | espressif,esp32-xt-wdt.yaml | 6 When such a failure is detected the hardware automatically switch to
|
/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()
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_tc_src_states.c | 42 * The SRC.Rd is detected on either CC1 or CC2 pin or in tc_unattached_src_run() 43 * SRC.Ra is detected on both CC1 and CC2 pins. in tc_unattached_src_run() 140 /* Is a connection detected? */ in tc_attach_wait_src_run() 165 * and the SRC.Rd state is detected on exactly one of the CC1 or CC2 in tc_attach_wait_src_run() 278 * is detected on the monitored CC pin. The Source shall detect in tc_attached_src_run() 289 * SRC.Open state is detected on the monitored CC pin. The in tc_attached_src_run()
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 58 * Correctable Error (CE) - error is detected and corrected by IBECC module. 60 * Uncorrectable Error (UE) - error is detected by IBECC module and not
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2.h | 90 #define EXT2_ERROR_FS 0x0002 /* Errors detected */ 96 /* Strategy when error detected. */
|
/Zephyr-latest/tests/drivers/stepper/drv8424/api/src/ |
D | main.c | 178 zassert_equal(signaled, 1, "No event detected"); in ZTEST_F() 198 zassert_equal(signaled, 1, "No event detected"); in ZTEST_F() 218 zassert_equal(signaled, 1, "No event detected"); in ZTEST_F() 267 zassert_equal(signaled, 1, "No event detected"); in ZTEST_F() 304 zassert_equal(signaled, 1, "No event detected"); in ZTEST_F() 324 zassert_equal(signaled, 1, "No event detected"); in ZTEST_F() 344 zassert_equal(signaled, 1, "No event detected"); in ZTEST_F() 394 zassert_equal(signaled, 1, "No event detected"); in ZTEST_F()
|
/Zephyr-latest/drivers/hwinfo/ |
D | hwinfo_smartbond.c | 18 * When POR is detected other bits are not valid. in z_impl_hwinfo_get_reset_cause()
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32-hse-clock.yaml | 23 If a failure is detected on the HSE clock, the HSE oscillator is automatically disabled,
|