comp_env_t Struct Reference

COMP device structure definition. More...

#include <app_comp.h>

+ Collaboration diagram for comp_env_t:

Public Attributes

app_comp_evt_handler_t evt_handler
 COMP event callback definition. More...
 
comp_handle_t handle
 COMP handle definition. More...
 
app_comp_pin_cfg_tp_pin_cfg
 COMP pins config Structures. More...
 
app_comp_state_t comp_state
 COMP state types. More...
 

Detailed Description

COMP device structure definition.

Definition at line 129 of file app_comp.h.

Member Data Documentation

◆ comp_state

app_comp_state_t comp_env_t::comp_state

COMP state types.


Definition at line 134 of file app_comp.h.

◆ evt_handler

app_comp_evt_handler_t comp_env_t::evt_handler

COMP event callback definition.

Definition at line 131 of file app_comp.h.

◆ handle

comp_handle_t comp_env_t::handle

COMP handle definition.

Definition at line 132 of file app_comp.h.

◆ p_pin_cfg

app_comp_pin_cfg_t* comp_env_t::p_pin_cfg

COMP pins config Structures.

Definition at line 133 of file app_comp.h.


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