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... | |
COMP handle Structure definition.
Definition at line 108 of file gr55xx_hal_comp.h.
| __IO uint32_t _comp_handle::error_code |
COMP error code
Definition at line 116 of file gr55xx_hal_comp.h.
| comp_init_t _comp_handle::init |
COMP configuration parameters
Definition at line 110 of file gr55xx_hal_comp.h.
| __IO hal_lock_t _comp_handle::lock |
Locking object
Definition at line 112 of file gr55xx_hal_comp.h.
| uint32_t _comp_handle::retention[1] |
COMP important register information.
Definition at line 118 of file gr55xx_hal_comp.h.
| __IO hal_comp_state_t _comp_handle::state |
COMP communication state
Definition at line 114 of file gr55xx_hal_comp.h.