Searched refs:wrapped (Results 1 – 14 of 14) sorted by relevance
170 static size_t test_modem_ppp_unwrap(uint8_t *unwrapped, const uint8_t *wrapped, size_t wrapped_size) in test_modem_ppp_unwrap() argument177 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() argument236 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 …]
10 - The arguments are passed to the wrapped function.11 - The return value from the wrapped function is correctly returned from the
38 and receives network packets. These network packets have to be wrapped
145 * 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.
29 DMA channels require mutating shared registers, those register updates should be wrapped in a spin
34 however they can be wrapped in ``if`` statements. The two statements below
31 -config=MC3R1.R14.3,statements={safe, "node(if_stmt||conditional_operator)&&child(cond,wrapped(node…
48 wrapped around and needs to be spilled or filled. To do this there is
151 Only selected functionality of MCUmgr is wrapped by this fixture. For example, here is a test with
345 return type and argument types as the wrapped system call. Their job
293 wrapped in :code:`_thread_entry`. This means that the PC in the stack
2196 * :github:`8614` - cmake: Zephyr wrapped functions does not allow keywords on zephyr_link_libraries
3405 * :github:`51264` - drivers: ieee802154: nrf: wrapped pkt attribute access
2736 # significantly it will be wrapped across multiple lines. Some heuristics are