Searched full:repeated (Results 1 – 25 of 98) sorted by relevance
1234
/Zephyr-latest/drivers/input/ |
D | input_cap12xx.c | 195 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/ |
D | mimxrt1170_evk_mimxrt1176_cm7.conf | 14 # repeated, or RX blocks skipped. For I2S driver, queue size must be at least 3.
|
/Zephyr-latest/samples/boards/st/uart/single_wire/ |
D | README.rst | 30 but the following message repeated every 2s:
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/tests_scripts/ |
D | ext_adv_conn_x5.sh | 10 # shortly-after. This is repeated over 5 times.
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 35 int "Threshold for detected repeated patterns"
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.it8xxx2 | 12 This driver supports repeated start.
|
D | i2c_nrfx_twi_common.c | 91 * and the I2C repeated START is not requested in i2c_nrfx_twi_msg_transfer()
|
D | i2c_xilinx_axi.h | 66 CR_RSTA = BIT(5), /* Repeated Start */
|
/Zephyr-latest/samples/sensor/ina219/ |
D | README.rst | 36 you should get a similar output as below, repeated every 2 seconds:
|
/Zephyr-latest/samples/subsys/task_wdt/ |
D | README.rst | 35 The following output is printed and continuously repeated (after each
|
/Zephyr-latest/drivers/serial/ |
D | uart_ite_it8xxx2.c | 50 /* 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/ |
D | Kconfig.icmsg | 30 notification is repeated.
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nordic,nrf-twim.yaml | 39 the SSD1306 display that cannot tolerate a repeated start and
|
/Zephyr-latest/samples/drivers/adc/adc_dt/ |
D | README.rst | 55 You should get a similar output as below, repeated every second:
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/ |
D | README.rst | 48 You should get a similar output as below, repeated every second:
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | cs.h | 227 /** 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/ |
D | FindGnuLd.cmake | 28 # GNULD_LINKER exists on repeated builds or defined manually...
|
/Zephyr-latest/tests/benchmarks/sys_kernel/ |
D | README.txt | 15 Each test below is repeated 10 times;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 77 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/ |
D | syskernel.c | 154 "\n\nEach test below is repeated %d times;\n" in main()
|
/Zephyr-latest/dts/bindings/sensor/ |
D | adi,adltc2990.yaml | 26 b6 Repeat/Single Repeated Acquisition = 0 (Default), Single Acquisition = 1
|
/Zephyr-latest/subsys/lorawan/ |
D | lw_priv.c | 61 [LORAMAC_EVENT_INFO_STATUS_DOWNLINK_REPEATED] = "Downlink repeated",
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv4_acd.c | 44 /* Minimum delay till repeated probe */ 47 /* Maximum delay till repeated probe */
|
/Zephyr-latest/tests/drivers/adc/adc_api/src/ |
D | test_adc.c | 309 * 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/ |
D | main.c | 313 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