Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1941 uint8_t tp_udl = mdm_pdu_read_byte(pdu, index++); in mdm_decode_pdu() local
1980 for (unsigned int idx = 0; idx < tp_udl; idx++) { in mdm_decode_pdu()
2007 for (int idx = 0; idx < tp_udl - header_skip; idx++) { in mdm_decode_pdu()
2010 target_buf->data_len = tp_udl; in mdm_decode_pdu()
2013 for (int idx = 0; idx < tp_udl - header_skip; idx++) { in mdm_decode_pdu()
2016 target_buf->data_len = tp_udl; in mdm_decode_pdu()