This is a TF-M coding style version of UsefulBuf. See UsefulBuf for documentation of these functions.
More...
|
static int | q_useful_buf_c_is_null (struct q_useful_buf_c in) |
|
static int | q_useful_buf_is_null (struct q_useful_buf in) |
|
static int | q_useful_buf_c_is_empty (struct q_useful_buf_c in) |
|
static int | q_useful_buf_is_empty (struct q_useful_buf in) |
|
static int | q_useful_buf_is_null_or_empty (struct q_useful_buf in) |
|
static int | q_useful_buf_c_is_null_or_empty (struct q_useful_buf_c in) |
|
static struct q_useful_buf_c | q_usefulbuf_const (struct q_useful_buf ub) |
|
static struct q_useful_buf | q_useful_buf_unconst (struct q_useful_buf_c in) |
|
static struct q_useful_buf_c | q_useful_buf_from_sz (const char *string) |
|
static struct q_useful_buf_c | useful_buf_copy_offset (struct q_useful_buf dest, size_t offset, struct q_useful_buf_c src) |
|
static struct q_useful_buf_c | q_useful_buf_copy (struct q_useful_buf dest, struct q_useful_buf_c src) |
|
static struct q_useful_buf_c | q_useful_buf_set (struct q_useful_buf dest, uint8_t value) |
|
static struct q_useful_buf_c | q_useful_buf_copy_ptr (struct q_useful_buf d, const void *ptr, size_t len) |
|
static struct q_useful_buf_c | q_useful_buf_head (struct q_useful_buf_c buf, size_t amount) |
|
static struct q_useful_buf_c | q_useful_buf_tail (struct q_useful_buf_c buf, size_t amount) |
|
static int | q_useful_buf_compare (const struct q_useful_buf_c buf1, const struct q_useful_buf_c buf2) |
|
static size_t | q_useful_buf_is_value (const struct q_useful_buf_c buf, uint8_t uValue) |
|
static size_t | q_useful_buf_find_bytes (const struct q_useful_buf_c bytes_to_search, const struct q_useful_buf_c bytes_to_find) |
|
This is a TF-M coding style version of UsefulBuf. See UsefulBuf for documentation of these functions.