TIMER handle Structure definition. More...
#include <gr55xx_hal_tim.h>
Collaboration diagram for _timer_handle:Public Attributes | |
| timer_regs_t * | p_instance |
| Register base address More... | |
| timer_init_t | init |
| TIMER Base required parameters. More... | |
| __IO hal_lock_t | lock |
| Locking object More... | |
| __IO hal_timer_state_t | state |
| TIMER operation state More... | |
TIMER handle Structure definition.
Definition at line 112 of file gr55xx_hal_tim.h.
| timer_init_t _timer_handle::init |
TIMER Base required parameters.
Definition at line 116 of file gr55xx_hal_tim.h.
| __IO hal_lock_t _timer_handle::lock |
Locking object
Definition at line 118 of file gr55xx_hal_tim.h.
| timer_regs_t* _timer_handle::p_instance |
Register base address
Definition at line 114 of file gr55xx_hal_tim.h.
| __IO hal_timer_state_t _timer_handle::state |
TIMER operation state
Definition at line 120 of file gr55xx_hal_tim.h.