Searched refs:bit_field (Results 1 – 1 of 1) sorted by relevance
1570 int bit_field; in json_parse_composite_read_paths() local1581 bit_field = json_arr_separate_parse_object(&json_object, senml_descr, in json_parse_composite_read_paths()1583 if (bit_field < 0) { in json_parse_composite_read_paths()1584 LOG_ERR("Json Read Parse object fail %d", bit_field); in json_parse_composite_read_paths()1586 } else if (JSON_BIT_CHECK(bit_field, JSON_NAME_MASK) == 0) { in json_parse_composite_read_paths()1590 if (JSON_BIT_CHECK(bit_field, JSON_BN_TYPE)) { in json_parse_composite_read_paths()1596 if (JSON_BIT_CHECK(bit_field, JSON_N_TYPE)) { in json_parse_composite_read_paths()