Home
last modified time | relevance | path

Searched full:pause (Results 1 – 25 of 93) sorted by relevance

1234

/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Dadsp_watchdog.h12 * @brief Pause watchdog operation
14 * Sets the pause signal to stop the watchdog timing
24 * Clears the pause signal to resume the watchdog timing
/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml242 disable-pause-copy:
245 Optional feature flag - Do not copy received pause frames to memory.
246 Set this option in order to prevent valid pause frames from being
247 copied to memory. When set, pause frames are not copied to memory
250 nation address match is found the pause frame will be copied to
251 memory. Note that valid pause frames received will still increment
252 pause statistics and pause the transmission of frames as required.
271 pause-frame:
274 Optional feature flag - Enable pause. When set, transmission will
275 pause if a non zero 802.3 classic pause frame is received and PFC
/Zephyr-latest/drivers/watchdog/
Dwdt_intel_adsp.h28 * Pause Code
82 * @brief Set pause signal
84 * Sets the pause signal to stop the watchdog timing
101 * @brief Clear pause signal
103 * Clears the pause signal to resume the watchdog timing
Dwdt_intel_adsp.c14 * for finding the base addresses of subordinate devices, controlling the pause signal and handling
21 * The designware watchdog only supports a hardware pause signal. It cannot be paused
23 * pause signal for subordinate watchdogs.
175 * @brief Pause watchdog operation
177 * Sets the pause signal to stop the watchdog timing
197 * Clears the pause signal to resume the watchdog timing
Dwdt_dw.h234 * Configures the peripheral to have a pause enable signal (pause) on the interface that can be used
235 * to freeze the watchdog counter during pause mode.
558 * @brief Get configuration status of a pause signal
560 * Check the peripheral is configured to have a pause enable signal (pause) on the interface that
561 * can be used to freeze the watchdog counter during pause mode.
564 * @return 0x0 (DISABLED): Pause enable signal is non existent
565 * 0x1 (ENABLED): Pause enable signal is included
Dwdt_sam0.c113 LOG_ERR("Pause in sleep not supported"); in wdt_sam0_setup()
118 LOG_ERR("Pause when halted by debugger not supported"); in wdt_sam0_setup()
/Zephyr-latest/drivers/dai/intel/ssp/
Ddai-params-intel-ipc3.h38 * DAI_CONFIG flags. The 4 LSB bits are used for the commands, HW_PARAMS, HW_FREE and PAUSE
47 /**< DAI_CONFIG sent during pause trigger. Only available ABI 3.20 onwards */
53 * pipeline stop/pause and DAI DMA stop/pause should happen in two steps. This change is only
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/src/
Dmain.c138 * Pause Tx Queue.
159 /* Pause Tx Queue */ in ZTEST()
183 * Pause Tx Queue.
206 /* Pause Tx Queue */ in ZTEST()
237 * Pause Tx Queue.
262 /* Pause Tx Queue */ in ZTEST()
302 * Pause Tx Queue.
331 /* Pause Tx Queue */ in ZTEST()
390 * Pause Tx Queue TWICE.
413 /* Pause Tx Queue Twice */ in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_tx_queue.h8 uint8_t pause_data; /* Data pause state of the tx queue */
25 * @brief Pause the data path of a tx queue.
Dull_llcp_enc.c63 /* Pause Procedure */
109 /* Pause Procedure */
286 /* Pause possibly ongoing remote procedure */ in lp_enc_send_enc_req()
404 /* Pause Rx data */ in lp_enc_st_wait_rx_enc_rsp()
516 /* Pause Tx data */ in lp_enc_st_unencrypted()
531 /* Pause Tx data */ in lp_enc_state_encrypted()
577 * Pause Rx data; will be resumed when the encapsulated in lp_enc_state_wait_rx_pause_enc_rsp()
627 /* Pause Procedure */ in lp_enc_execute_fsm()
881 /* Pause encryption rejected due to invalid behaviour. in rp_enc_send_reject_ind()
955 /* Pause Tx data */ in rp_enc_state_wait_rx_enc_req()
[all …]
Dull_conn_types.h46 uint8_t pause; member
55 uint8_t pause; member
227 /* Pause Rx data PDU's */
Dull_llcp.h101 * @brief Initiate a Encryption Pause Procedure.
107 * @brief Check if an encryption pause procedure is active.
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/
Dmain.c226 /*** #2: Single pause/resume ***/ in ZTEST()
228 /* Pause data path */ in ZTEST()
258 /*** #3: Multiple pause/resume ***/ in ZTEST()
260 /* Pause data path */ in ZTEST()
298 /*** #4: Asymetric pause/resume ***/ in ZTEST()
300 /* Pause data path */ in ZTEST()
488 zassert_equal(conn.llcp.local.pause, 0); in ZTEST()
489 zassert_equal(conn.llcp.remote.pause, 0); in ZTEST()
/Zephyr-latest/tests/drivers/counter/counter_seconds/src/
Dmain.c20 #define DELAY_MS 1200 /* pause 1.2 seconds should always pass */
/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem_priv.h213 * [12] Transmit zero quantum pause frame
214 * [11] Transmit pause frame
247 * [23] Do not copy pause frames to memory
253 * [13] Enable pause TX upon 802.3 pause frame reception
334 * [14] Pause frame transmitted
335 * [13] Pause time has reached zero
336 * [12] Pause frame received with non-zero pause quantum
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/
Dprj.conf37 # Each PHY update can pause connections for 6 interval hence to let other
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.saml2x7 bool "Insert a pause at boot, to allow a debugger to attach"
/Zephyr-latest/drivers/counter/
Dcounter_rpi_pico_timer.c46 config->timer->pause = 0; in counter_rpi_pico_timer_start()
55 config->timer->pause = 1u; in counter_rpi_pico_timer_stop()
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Devents.c47 /* 3. Pause to allow main thread to print results */ in event_ops_entry()
61 /* 6. Pause to allow main thread to print results */ in event_ops_entry()
75 /* 9. Pause to allow main thread to print results */ in event_ops_entry()
/Zephyr-latest/tests/subsys/debug/coredump/src/
Dmain.c45 /* Call k_panic() directly so Renode doesn't pause execution. in func_3()
/Zephyr-latest/tests/drivers/audio/dmic_api/src/
Dmain.c210 /* Start the DMIC, and pause it immediately */ in ZTEST()
214 zassert_equal(ret, 0, "DMIC pause failed"); in ZTEST()
243 /* Versus a pause, DMIC reads should immediately stop once DMIC times in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dmii.h122 /** try for asymmetric pause */
124 /** try for pause */
/Zephyr-latest/soc/snps/arc_iot/
Dsysconf.c287 void arc_iot_pwm_timer_pause(uint32_t id, uint32_t pause) in arc_iot_pwm_timer_pause() argument
295 if (pause) { in arc_iot_pwm_timer_pause()
/Zephyr-latest/include/zephyr/net/http/
Dparser.h252 /* Pause or un-pause the parser; a nonzero value pauses */
/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h34 /** @brief Pause watchdog timer when CPU is in sleep state. */
37 /** @brief Pause watchdog timer when CPU is halted by the debugger. */

1234