_comp_handle Struct Reference

COMP handle Structure definition. More...

#include <gr55xx_hal_comp.h>

+ Collaboration diagram for _comp_handle:

Public Attributes

comp_init_t init
 COMP configuration parameters
More...
 
__IO hal_lock_t lock
 Locking object
More...
 
__IO hal_comp_state_t state
 COMP communication state
More...
 
__IO uint32_t error_code
 COMP error code
More...
 
uint32_t retention [1]
 COMP important register information. More...
 

Detailed Description

COMP handle Structure definition.

Definition at line 108 of file gr55xx_hal_comp.h.

Member Data Documentation

◆ error_code

__IO uint32_t _comp_handle::error_code

COMP error code

Definition at line 116 of file gr55xx_hal_comp.h.

◆ init

comp_init_t _comp_handle::init

COMP configuration parameters

Definition at line 110 of file gr55xx_hal_comp.h.

◆ lock

__IO hal_lock_t _comp_handle::lock

Locking object

Definition at line 112 of file gr55xx_hal_comp.h.

◆ retention

uint32_t _comp_handle::retention[1]

COMP important register information.

Definition at line 118 of file gr55xx_hal_comp.h.

◆ state

__IO hal_comp_state_t _comp_handle::state

COMP communication state

Definition at line 114 of file gr55xx_hal_comp.h.


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