Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/audio/dmic_api/
DREADME.txt16 * Verify that the DMIC can restart sampling after being paused and resumed
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h90 uint32_t paused:1; /* 1: CIG is paused */ member
/Zephyr-latest/include/zephyr/net/http/
Dparser.h253 void http_parser_pause(struct http_parser *parser, int paused);
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst222 * procedure execution can be paused by the encryption procedure
223 * data TX can be paused by PHY, DLE and ENC procedure
/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst71 * Execution should now be paused at :c:func:`gdb_init`.
/Zephyr-latest/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-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst53 paused, seeking or inactive. When playing, playback happens at a
/Zephyr-latest/boards/native/doc/
Dbsim_boards_design.rst233 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-latest/doc/connectivity/networking/api/
Dlwm2m.rst611 - Indicate that client has now paused as a result of calling :c:func:`lwm2m_engine_pause`.
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2332 …46694` - Bluetooth: controller: LLCP: missing release of tx nodes on disconnect when tx data paused