Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_medical/
Dvitals.c87 WAVE_INFO pulse_wave_info = { variable
332 pulse_wave_info.index = 0; in start_pulse_waveform()
333 pulse_wave_info.retrace_xpos = 0; in start_pulse_waveform()
334 memset(pulse_wave_info.capture_memory, 0, pulse_wave_info.capture_memory_size); in start_pulse_waveform()
418 update_waveform(&vitals_screen.vitals_screen_pulse_waveform_win, &pulse_wave_info); in vitals_screen_event_process()