COMP handle Structure definition. More...
#include <gr55xx_hal_comp.h>
Public Attributes | |
comp_init_t | init |
__IO hal_lock_t | lock |
__IO hal_comp_state_t | state |
__IO uint32_t | error_code |
uint32_t | retention [1] |
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.