Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/serialization/spinel_base/
Dspinel.c599 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_() local
601 … if ((pack_format[0] == SPINEL_DATATYPE_DATA_WLEN_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vunpack_()
650 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_() local
652 … if ((pack_format[0] == SPINEL_DATATYPE_STRUCT_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vunpack_()
1021 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vpack_() local
1023 … if ((pack_format[0] == SPINEL_DATATYPE_DATA_WLEN_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vpack_()
1060 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vpack_() local
1075 … if ((pack_format[0] == SPINEL_DATATYPE_STRUCT_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vpack_()