Searched defs:field_name_ (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 153 #define JSON_OBJ_DESCR_PRIM(struct_, field_name_, type_) \ argument 186 #define JSON_OBJ_DESCR_OBJECT(struct_, field_name_, sub_descr_) \ argument 269 #define JSON_OBJ_DESCR_ARRAY(struct_, field_name_, max_len_, \ argument 318 #define JSON_OBJ_DESCR_OBJ_ARRAY(struct_, field_name_, max_len_, \ argument 377 #define JSON_OBJ_DESCR_ARRAY_ARRAY(struct_, field_name_, max_len_, len_field_, \ argument
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor_data_types.h | 174 #define PRIsensor_byte_data(field_name_) PRIu64 "ns (" STRINGIFY(field_name_) " = %" PRIu8 ")" argument 176 #define PRIsensor_byte_data_arg(data_, readings_offset_, field_name_) \ argument
|