COMP parameters structure definition. More...
#include <app_comp.h>
Public Attributes | |
app_comp_pin_cfg_t | pin_cfg |
comp_init_t | init |
comp_env_t | comp_env |
COMP parameters structure definition.
Definition at line 140 of file app_comp.h.
comp_env_t app_comp_params_t::comp_env |
COMP device structure definition.
Definition at line 144 of file app_comp.h.
comp_init_t app_comp_params_t::init |
COMP configuration parameters.
Definition at line 143 of file app_comp.h.
app_comp_pin_cfg_t app_comp_params_t::pin_cfg |
the pin configuration information for the specified COMP module.
Definition at line 142 of file app_comp.h.