COMP parameters structure definition. More...
#include <app_comp.h>
Collaboration diagram for app_comp_params_t:Public Attributes | |
| app_comp_pin_cfg_t | pin_cfg |
| the pin configuration information for the specified COMP module. More... | |
| comp_init_t | init |
| COMP configuration parameters. More... | |
| comp_env_t | comp_env |
| COMP device structure definition. More... | |
COMP parameters structure definition.
Definition at line 152 of file app_comp.h.
| comp_env_t app_comp_params_t::comp_env |
COMP device structure definition.
Definition at line 156 of file app_comp.h.
| comp_init_t app_comp_params_t::init |
COMP configuration parameters.
Definition at line 155 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 154 of file app_comp.h.