Searched defs:buff_len (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/ |
D | nrf_802154_spinel_log.c | 21 void nrf_802154_spinel_buff_log(const uint8_t *p_buff, size_t buff_len) in nrf_802154_spinel_buff_log()
|
/Zephyr-latest/subsys/rtio/ |
D | rtio_handlers.c | 55 static inline void z_vrfy_rtio_release_buffer(struct rtio *r, void *buff, uint32_t buff_len) in z_vrfy_rtio_release_buffer() 63 uint8_t **buff, uint32_t *buff_len) in z_vrfy_rtio_cqe_get_mempool_buffer()
|
/Zephyr-latest/subsys/shell/ |
D | shell_wildcard.c | 13 static enum shell_wildcard_status command_add(char *buff, uint16_t *buff_len, in command_add()
|
D | shell_utils.c | 87 uint16_t buff_pos, uint16_t buff_len) in z_shell_multiline_data_calc() 237 void z_shell_pattern_remove(char *buff, uint16_t *buff_len, const char *pattern) in z_shell_pattern_remove() 461 static void buffer_trim(char *buff, uint16_t *buff_len) in buffer_trim()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 179 uint16_t buff_len = 0; in cmd_read() local 189 uint16_t buff_len = 0; in cmd_read() local 202 uint16_t buff_len = 0; in cmd_read() local
|
/Zephyr-latest/include/zephyr/rtio/ |
D | rtio.h | 1172 uint8_t **buff, uint32_t *buff_len) in z_impl_rtio_cqe_get_mempool_buffer() 1336 static inline void z_impl_rtio_release_buffer(struct rtio *r, void *buff, uint32_t buff_len) in z_impl_rtio_release_buffer()
|