Home
last modified time | relevance | path

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

/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/colead-slm/
H A Dprotocol.c104 | SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_packet()
112 | SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_packet()
120 | SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_packet()
130 | SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_packet()
150 | SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_packet()
156 | SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_packet()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/cem-dt-885x/
H A Dprotocol.c94 devc->cur_mqflags &= ~SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_mset()
97 devc->cur_mqflags |= SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_mset()
599 cur_setting = devc->cur_mqflags & (SR_MQFLAG_SPL_TIME_WEIGHT_F | SR_MQFLAG_SPL_TIME_WEIGHT_S); in cem_dt_885x_weight_time_get()
610 return SR_MQFLAG_SPL_TIME_WEIGHT_S; in cem_dt_885x_weight_time_get()
623 cur_setting = devc->cur_mqflags & (SR_MQFLAG_SPL_TIME_WEIGHT_F | SR_MQFLAG_SPL_TIME_WEIGHT_S); in cem_dt_885x_weight_time_set()
H A Dapi.c165 else if (tmp == SR_MQFLAG_SPL_TIME_WEIGHT_S) in config_get()
223 SR_MQFLAG_SPL_TIME_WEIGHT_F : SR_MQFLAG_SPL_TIME_WEIGHT_S); in config_set()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/pce-322a/
H A Dprotocol.c99 devc->cur_mqflags |= SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_measurement()
103 devc->cur_mqflags &= ~SR_MQFLAG_SPL_TIME_WEIGHT_S; in process_measurement()
372 return devc->cur_mqflags & (SR_MQFLAG_SPL_TIME_WEIGHT_F | SR_MQFLAG_SPL_TIME_WEIGHT_S); in pce_322a_weight_time_get()
H A Dapi.c135 else if (tmp == SR_MQFLAG_SPL_TIME_WEIGHT_S) in config_get()
185 SR_MQFLAG_SPL_TIME_WEIGHT_F : SR_MQFLAG_SPL_TIME_WEIGHT_S); in config_set()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/kecheng-kc-330b/
H A Dapi.c274 devc->mqflags &= ~(SR_MQFLAG_SPL_TIME_WEIGHT_F | SR_MQFLAG_SPL_TIME_WEIGHT_S); in config_set()
275 …qflags |= (weight_time[idx][0] == 'F') ? SR_MQFLAG_SPL_TIME_WEIGHT_F : SR_MQFLAG_SPL_TIME_WEIGHT_S; in config_set()
354 devc->mqflags = buf[4] ? SR_MQFLAG_SPL_TIME_WEIGHT_S : SR_MQFLAG_SPL_TIME_WEIGHT_F; in dev_acquisition_start()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/tondaj-sl-814/
H A Dprotocol.c82 analog->meaning->mqflags |= SR_MQFLAG_SPL_TIME_WEIGHT_S; in parse_packet()
/dports/devel/libsigrok/libsigrok-0.5.2/include/libsigrok/
H A Dlibsigrok.h368 SR_MQFLAG_SPL_TIME_WEIGHT_S = 0x2000, enumerator
/dports/devel/libsigrok/libsigrok-0.5.2/src/
H A Danalog.c109 { SR_MQFLAG_SPL_TIME_WEIGHT_S, " S" },
H A Dhwdriver.c295 {SR_MQFLAG_SPL_TIME_WEIGHT_S, 0, "spl_time_weight_s",