Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dserial_util.c182 int to_process; in mcumgr_serial_tx_pkt() local
233 to_process = MIN(max_input, len - src_off); in mcumgr_serial_tx_pkt()
237 to_process -= 1; in mcumgr_serial_tx_pkt()
255 while (to_process >= 3) { in mcumgr_serial_tx_pkt()
262 to_process -= 3; in mcumgr_serial_tx_pkt()