Home
last modified time | relevance | path

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

/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/ikalogic-scanalogic2/
H A Dprotocol.h70 #define PACKET_NUM_SAMPLES (PACKET_NUM_SAMPLE_BYTES * 8) macro
H A Dprotocol.c78 uint8_t i, j, tmp, buffer[PACKET_NUM_SAMPLES], *ptr[NUM_CHANNELS]; in process_sample_data()