Home
last modified time | relevance | path

Searched refs:maxlen (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/
Drpmsg_queue.c111 uint32_t maxlen, in rpmsg_queue_recv() argument
143 if (maxlen >= msg.len) in rpmsg_queue_recv()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/
Drpmsg_queue.h134 uint32_t maxlen,
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py3208 maxlen = _width(win) - x
3216 win.addnstr(y, x, s, maxlen)
3218 win.addnstr(y, x, s, maxlen, attr)
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c1487 static int make_filter_list(char *mlist, int maxlen) in make_filter_list() argument
1499 if (maddr_cnt > (maxlen / 6U)) in make_filter_list()