/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/ |
D | adsp_watchdog.h | 12 * @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/ |
D | xlnx,gem.yaml | 242 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/ |
D | wdt_intel_adsp.h | 28 * 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
|
D | wdt_intel_adsp.c | 14 * 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
|
D | wdt_dw.h | 234 * 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
|
D | wdt_sam0.c | 113 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/ |
D | dai-params-intel-ipc3.h | 38 * 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/ |
D | main.c | 138 * 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/ |
D | ull_tx_queue.h | 8 uint8_t pause_data; /* Data pause state of the tx queue */ 25 * @brief Pause the data path of a tx queue.
|
D | ull_llcp_enc.c | 63 /* 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 …]
|
D | ull_conn_types.h | 46 uint8_t pause; member 55 uint8_t pause; member 227 /* Pause Rx data PDU's */
|
D | ull_llcp.h | 101 * @brief Initiate a Encryption Pause Procedure. 107 * @brief Check if an encryption pause procedure is active.
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/ |
D | main.c | 226 /*** #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/ |
D | main.c | 20 #define DELAY_MS 1200 /* pause 1.2 seconds should always pass */
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xlnx_gem_priv.h | 213 * [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/ |
D | prj.conf | 37 # Each PHY update can pause connections for 6 interval hence to let other
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.saml2x | 7 bool "Insert a pause at boot, to allow a debugger to attach"
|
/Zephyr-latest/drivers/counter/ |
D | counter_rpi_pico_timer.c | 46 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/ |
D | events.c | 47 /* 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/ |
D | main.c | 45 /* Call k_panic() directly so Renode doesn't pause execution. in func_3()
|
/Zephyr-latest/tests/drivers/audio/dmic_api/src/ |
D | main.c | 210 /* 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/ |
D | mii.h | 122 /** try for asymmetric pause */ 124 /** try for pause */
|
/Zephyr-latest/soc/snps/arc_iot/ |
D | sysconf.c | 287 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/ |
D | parser.h | 252 /* Pause or un-pause the parser; a nonzero value pauses */
|
/Zephyr-latest/include/zephyr/drivers/ |
D | watchdog.h | 34 /** @brief Pause watchdog timer when CPU is in sleep state. */ 37 /** @brief Pause watchdog timer when CPU is halted by the debugger. */
|