tim_env_t Struct Reference

TIM device structure definition. More...

#include <app_tim.h>

+ Collaboration diagram for tim_env_t:

Public Attributes

app_tim_evt_handler_t evt_handler
 TIM event callback. More...
 
timer_handle_t handle
 TIMER handle Structure. More...
 
app_tim_state_t tim_state
 App tim state types. More...
 

Detailed Description

TIM device structure definition.

Definition at line 116 of file app_tim.h.

Member Data Documentation

◆ evt_handler

app_tim_evt_handler_t tim_env_t::evt_handler

TIM event callback.


Definition at line 118 of file app_tim.h.

◆ handle

timer_handle_t tim_env_t::handle

TIMER handle Structure.


Definition at line 119 of file app_tim.h.

◆ tim_state

app_tim_state_t tim_env_t::tim_state

App tim state types.


Definition at line 120 of file app_tim.h.


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