_timer_handle Struct Reference

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...
 

Detailed Description

TIMER handle Structure definition.

Definition at line 112 of file gr55xx_hal_tim.h.

Member Data Documentation

◆ init

timer_init_t _timer_handle::init

TIMER Base required parameters.

Definition at line 116 of file gr55xx_hal_tim.h.

◆ lock

__IO hal_lock_t _timer_handle::lock

Locking object

Definition at line 118 of file gr55xx_hal_tim.h.

◆ p_instance

timer_regs_t* _timer_handle::p_instance

Register base address

Definition at line 114 of file gr55xx_hal_tim.h.

◆ state

__IO hal_timer_state_t _timer_handle::state

TIMER operation state

Definition at line 120 of file gr55xx_hal_tim.h.


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