Home
last modified time | relevance | path

Searched refs:to_add (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2.c585 uint16_t to_add; in layout3_range_response() local
592 to_add = MIN(length, 2); in layout3_range_response()
593 net_buf_add_mem(buf, tmp, to_add); in layout3_range_response()
594 length -= to_add; in layout3_range_response()
601 to_add = MIN(length, 4); in layout3_range_response()
613 net_buf_add_mem(buf, tmp, to_add); in layout3_range_response()
614 length -= to_add; in layout3_range_response()
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c367 static inline uint8_t ticker_add_to_remainder(uint32_t *remainder, uint32_t to_add);
1601 static inline uint8_t ticker_add_to_remainder(uint32_t *remainder, uint32_t to_add)
1603 *remainder += to_add;
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1780 #define VAR_PLUS(nodelabel, to_add) int nodelabel ## _added = enum_ ## nodelabel + to_add; in ZTEST() argument