Home
last modified time | relevance | path

Searched refs:paused (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/tests/drivers/audio/dmic_api/
DREADME.txt16 * Verify that the DMIC can restart sampling after being paused and resumed
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h85 uint32_t paused:1; /* 1: CIG is paused */ member
/Zephyr-Core-3.7.0/include/zephyr/net/http/
Dparser.h253 void http_parser_pause(struct http_parser *parser, int paused);
/Zephyr-Core-3.7.0/doc/services/debugging/
Dgdbstub.rst71 * Execution should now be paused at :c:func:`gdb_init`.
/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c2365 void http_parser_pause(struct http_parser *parser, int paused) in http_parser_pause() argument
2375 SET_ERRNO((paused) ? HPE_PAUSED : HPE_OK); in http_parser_pause()
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/
Dmcp.rst53 paused, seeking or inactive. When playing, playback happens at a
/Zephyr-Core-3.7.0/boards/native/doc/
Dbsim_boards_design.rst210 load of the simulation host or by the process execution being "paused"
Darch_soc.rst149 pause it after the execution is stuck; it will be paused in
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dlwm2m.rst611 - Indicate that client has now paused as a result of calling :c:func:`lwm2m_engine_pause`.
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.2.rst2332 …46694` - Bluetooth: controller: LLCP: missing release of tx nodes on disconnect when tx data paused