app_comp_params_t Struct Reference

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...
 

Detailed Description

COMP parameters structure definition.

Definition at line 152 of file app_comp.h.

Member Data Documentation

◆ comp_env

comp_env_t app_comp_params_t::comp_env

COMP device structure definition.

Definition at line 156 of file app_comp.h.

◆ init

comp_init_t app_comp_params_t::init

COMP configuration parameters.

Definition at line 155 of file app_comp.h.

◆ pin_cfg

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.


The documentation for this struct was generated from the following file: