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 parameters structure definition.
Definition at line 108 of file app_comp.h.
| comp_init_t app_comp_params_t::init |
| app_comp_pin_cfg_t app_comp_params_t::pin_cfg |
the pin configuration information for the specified COMP module.
Definition at line 110 of file app_comp.h.