Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/subsys/modem/modem_ppp/src/
Dmain.c170 static size_t test_modem_ppp_unwrap(uint8_t *unwrapped, const uint8_t *wrapped, size_t wrapped_size) in test_modem_ppp_unwrap() argument
177 if (wrapped[wrapped_pos] == 0x7D) { in test_modem_ppp_unwrap()
178 unwrapped[unwrapped_pos] = wrapped[wrapped_pos + 1] ^ 0x20; in test_modem_ppp_unwrap()
185 unwrapped[unwrapped_pos] = wrapped[wrapped_pos]; in test_modem_ppp_unwrap()
232 static size_t test_modem_ppp_wrap_ppp_frame(uint8_t *wrapped, const uint8_t *frame, size_t size) in test_modem_ppp_wrap_ppp_frame() argument
236 wrapped[0] = 0x7E; in test_modem_ppp_wrap_ppp_frame()
237 wrapped[1] = 0xFF; in test_modem_ppp_wrap_ppp_frame()
238 wrapped[2] = 0x7D; in test_modem_ppp_wrap_ppp_frame()
239 wrapped[3] = 0x23; in test_modem_ppp_wrap_ppp_frame()
243 wrapped[wrapped_pos] = 0x7D; in test_modem_ppp_wrap_ppp_frame()
[all …]
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/
DREADME.txt10 - The arguments are passed to the wrapped function.
11 - The return value from the wrapped function is correctly returned from the
/Zephyr-latest/doc/services/modem/
Dindex.rst38 and receives network packets. These network packets have to be wrapped
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst145 * The Indexes (``rd_idx`` and ``wr_idx``) are wrapped around when they reach the end of the ``data`…
153 One packet can be wrapped around if it occurs at the end of the FIFO buffer.
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst29 DMA channels require mutating shared registers, those register updates should be wrapped in a spin
/Zephyr-latest/doc/build/kconfig/
Dextensions.rst34 however they can be wrapped in ``if`` statements. The two statements below
/Zephyr-latest/cmake/sca/eclair/ECL/
Dzephyr_common_config.ecl31 -config=MC3R1.R14.3,statements={safe, "node(if_stmt||conditional_operator)&&child(cond,wrapped(node…
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst48 wrapped around and needs to be spilled or filled. To do this there is
/Zephyr-latest/doc/develop/test/
Dpytest.rst151 Only selected functionality of MCUmgr is wrapped by this fixture. For example, here is a test with
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst345 return type and argument types as the wrapped system call. Their job
/Zephyr-latest/doc/hardware/porting/
Darch.rst293 wrapped in :code:`_thread_entry`. This means that the PC in the stack
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst2196 * :github:`8614` - cmake: Zephyr wrapped functions does not allow keywords on zephyr_link_libraries
Drelease-notes-3.3.rst3405 * :github:`51264` - drivers: ieee802154: nrf: wrapped pkt attribute access
/Zephyr-latest/doc/
Dzephyr.doxyfile.in2736 # significantly it will be wrapped across multiple lines. Some heuristics are