Home
last modified time | relevance | path

Searched full:repeated (Results 1 – 25 of 98) sorted by relevance

1234

/Zephyr-latest/drivers/input/
Dinput_cap12xx.c195 LOG_ERR("Could not disable repeated interrupts"); in cap12xx_init()
198 LOG_DBG("cap12xx enabled repeated interrupts"); in cap12xx_init()
202 LOG_ERR("Could not enable repeated interrupts"); in cap12xx_init()
205 LOG_DBG("cap12xx disabled repeated interrupts"); in cap12xx_init()
/Zephyr-latest/tests/drivers/i2s/i2s_speed/boards/
Dmimxrt1170_evk_mimxrt1176_cm7.conf14 # repeated, or RX blocks skipped. For I2S driver, queue size must be at least 3.
/Zephyr-latest/samples/boards/st/uart/single_wire/
DREADME.rst30 but the following message repeated every 2s:
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/tests_scripts/
Dext_adv_conn_x5.sh10 # shortly-after. This is repeated over 5 times.
/Zephyr-latest/drivers/entropy/
DKconfig.cc13xx_cc26xx35 int "Threshold for detected repeated patterns"
/Zephyr-latest/drivers/i2c/
DKconfig.it8xxx212 This driver supports repeated start.
Di2c_nrfx_twi_common.c91 * and the I2C repeated START is not requested in i2c_nrfx_twi_msg_transfer()
Di2c_xilinx_axi.h66 CR_RSTA = BIT(5), /* Repeated Start */
/Zephyr-latest/samples/sensor/ina219/
DREADME.rst36 you should get a similar output as below, repeated every 2 seconds:
/Zephyr-latest/samples/subsys/task_wdt/
DREADME.rst35 The following output is printed and continuously repeated (after each
/Zephyr-latest/drivers/serial/
Duart_ite_it8xxx2.c50 /* Disable interrupts on UART1 RX pin to avoid repeated interrupts. */ in uart1_wui_isr()
70 /* Disable interrupts on UART2 RX pin to avoid repeated interrupts. */ in uart2_wui_isr()
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg30 notification is repeated.
/Zephyr-latest/dts/bindings/i2c/
Dnordic,nrf-twim.yaml39 the SSD1306 display that cannot tolerate a repeated start and
/Zephyr-latest/samples/drivers/adc/adc_dt/
DREADME.rst55 You should get a similar output as below, repeated every second:
/Zephyr-latest/samples/drivers/adc/adc_sequence/
DREADME.rst48 You should get a similar output as below, repeated every second:
/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h227 /** Repeated '11110000' payload sequence. */
229 /** Repeated '10101010' payload sequence. */
233 /** Repeated '11111111' payload sequence. */
235 /** Repeated '00000000' payload sequence. */
237 /** Repeated '00001111' payload sequence. */
239 /** Repeated '01010101' payload sequence. */
252 * to be repeated at the beginning of the current CS subevent directly
490 /** Number of main mode steps taken from the end of the last CS subevent to be repeated
/Zephyr-latest/cmake/modules/
DFindGnuLd.cmake28 # GNULD_LINKER exists on repeated builds or defined manually...
/Zephyr-latest/tests/benchmarks/sys_kernel/
DREADME.txt15 Each test below is repeated 10 times;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst77 resends them. This is repeated until all BLOB Transfer Servers have received all chunks, or the BLOB
164 is repeated until the BLOB Transfer Server has received all chunks in a block. Then, the BLOB
/Zephyr-latest/tests/benchmarks/sys_kernel/src/
Dsyskernel.c154 "\n\nEach test below is repeated %d times;\n" in main()
/Zephyr-latest/dts/bindings/sensor/
Dadi,adltc2990.yaml26 b6 Repeat/Single Repeated Acquisition = 0 (Default), Single Acquisition = 1
/Zephyr-latest/subsys/lorawan/
Dlw_priv.c61 [LORAMAC_EVENT_INFO_STATUS_DOWNLINK_REPEATED] = "Downlink repeated",
/Zephyr-latest/subsys/net/ip/
Dipv4_acd.c44 /* Minimum delay till repeated probe */
47 /* Maximum delay till repeated probe */
/Zephyr-latest/tests/drivers/adc/adc_api/src/
Dtest_adc.c309 * The second sampling is repeated 9 times (the samples are in repeated_samplings_callback()
330 * is repeated 9 times, and then the sequence is finished. in test_task_repeated_samplings()
/Zephyr-latest/tests/subsys/zbus/unittests/src/
Dmain.c313 struct action_msg repeated = {.status = false}; in ZTEST() local
315 zbus_chan_pub(&aux3_on_change_chan, &repeated, K_NO_WAIT); in ZTEST()
319 zbus_chan_pub(&aux3_on_change_chan, &repeated, K_NO_WAIT); in ZTEST()
323 zassert_equal(0, zbus_chan_pub(&go_busy_chan, &repeated, K_NO_WAIT), in ZTEST()

1234