Searched refs:bit_field (Results 1 – 1 of 1) sorted by relevance
1568 int bit_field; in json_parse_composite_read_paths() local1579 bit_field = json_arr_separate_parse_object(&json_object, senml_descr, in json_parse_composite_read_paths()1581 if (bit_field < 0) { in json_parse_composite_read_paths()1582 LOG_ERR("Json Read Parse object fail %d", bit_field); in json_parse_composite_read_paths()1584 } else if (JSON_BIT_CHECK(bit_field, JSON_NAME_MASK) == 0) { in json_parse_composite_read_paths()1588 if (JSON_BIT_CHECK(bit_field, JSON_BN_TYPE)) { in json_parse_composite_read_paths()1594 if (JSON_BIT_CHECK(bit_field, JSON_N_TYPE)) { in json_parse_composite_read_paths()