Home
last modified time | relevance | path

Searched refs:fpl (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_cbor.c1080 size_t fpl = 0; /* Length of the formed path */ in path_to_string() local
1096 w = snprintk(&(buf[fpl]), buf_size - fpl, "/"); in path_to_string()
1099 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "/", input->obj_id); in path_to_string()
1102 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "/", in path_to_string()
1106 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "", input->res_id); in path_to_string()
1109 w = snprintk(&(buf[fpl]), buf_size - fpl, "/%" PRIu16 "", in path_to_string()
1117 if (w < 0 || w >= buf_size - fpl) { in path_to_string()
1122 fpl += w; in path_to_string()
1125 return fpl; in path_to_string()
/Zephyr-latest/drivers/flash/
Dflash_stm32wb0x.c420 static const struct flash_pages_layout fpl[] = {{ in flash_wb0x_pages_layout() local
425 *layout = fpl; in flash_wb0x_pages_layout()
426 *layout_size = ARRAY_SIZE(fpl); in flash_wb0x_pages_layout()