Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
DRV_TIM_DEVICE_U Union Reference

Union of the possible timer device pointers. More...

#include <netx_drv_tim.h>

Collaboration diagram for DRV_TIM_DEVICE_U:
Collaboration graph

Data Fields

DRV_GPIO_DEVICE_TptGpio
 
DRV_TIMER_DEVICE_TptTimer
 
DRV_SYSTIME_DEVICE_TptSystime
 
SysTick_TypeptSysTick
 
DRV_SYSTIME_LT_DEVICE_TptSystimlt
 

Detailed Description

Union of the possible timer device pointers.

This union is used in the timer handle to access the devices.

Definition at line 45 of file netx_drv_tim.h.

Field Documentation

DRV_GPIO_DEVICE_T* DRV_TIM_DEVICE_U::ptGpio

Definition at line 47 of file netx_drv_tim.h.

SysTick_Type* DRV_TIM_DEVICE_U::ptSysTick

Definition at line 50 of file netx_drv_tim.h.

DRV_SYSTIME_DEVICE_T* DRV_TIM_DEVICE_U::ptSystime

Definition at line 49 of file netx_drv_tim.h.

DRV_SYSTIME_LT_DEVICE_T* DRV_TIM_DEVICE_U::ptSystimlt

Definition at line 51 of file netx_drv_tim.h.

DRV_TIMER_DEVICE_T* DRV_TIM_DEVICE_U::ptTimer

Definition at line 48 of file netx_drv_tim.h.


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