ACIFC window configuration structure.
#include <acifc.h>
Data Fields | |
bool | enable |
Enable/disable window mode. More... | |
bool | event_enable |
Enable/disable the window event from ACWOUT. More... | |
enum ac_win_event_source | event_source |
Window event output configuration. More... | |
enum ac_win_interrupt_setting | interrupt_setting |
Interrupt settings. More... | |
bool ac_win_config::enable |
Enable/disable window mode.
Referenced by ac_win_get_config_defaults(), and ac_win_set_config().
bool ac_win_config::event_enable |
Enable/disable the window event from ACWOUT.
Referenced by ac_win_get_config_defaults(), and ac_win_set_config().
enum ac_win_event_source ac_win_config::event_source |
Window event output configuration.
Referenced by ac_win_get_config_defaults(), and ac_win_set_config().
enum ac_win_interrupt_setting ac_win_config::interrupt_setting |
Interrupt settings.
Referenced by ac_win_get_config_defaults(), and ac_win_set_config().