Parameters of a channel Event Shaper (for channels with asynchronous and external inputs).
#include <pevc.h>
Data Fields | |
unsigned int | evf |
Falling edge on event input raising trigger output on/off: . More... | |
unsigned int | evr |
Rising edge on event input raising trigger output on/off: . More... | |
unsigned int | igf |
Input Glitch filter on/off: . More... | |
unsigned char | igfdr |
Input Glitch Filter Divider, range[0,0xF]. More... | |
unsigned int pevc_evs_opt_t::evf |
Falling edge on event input raising trigger output on/off:
.
Referenced by pevc_channel_configure().
unsigned int pevc_evs_opt_t::evr |
Rising edge on event input raising trigger output on/off:
.
Referenced by pevc_channel_configure().
unsigned int pevc_evs_opt_t::igf |
Input Glitch filter on/off:
.
Referenced by pevc_channel_configure().
unsigned char pevc_evs_opt_t::igfdr |
Input Glitch Filter Divider, range[0,0xF].
Referenced by init_pevc(), and pevc_channel_configure().