Public Attributes#

uint32_t
void *

FreeRTOS timer handle.

uint8_t

Identifies timer to SwTimerLiaison.

void *

User pointer, which is free to be used.

Pointer to TimerLiaison object which timer is registered to.

void(*

Callback function pointer.

Public Attribute Documentation#

dummy#

uint32_t SSwTimer::dummy[PRIVATE_TIMER_SIZE]

Definition at line 73 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/Components/SwTimer/SwTimer.h

TimerHandle#

void* SSwTimer::TimerHandle

FreeRTOS timer handle.


Definition at line 74 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/Components/SwTimer/SwTimer.h

Id#

uint8_t SSwTimer::Id

Identifies timer to SwTimerLiaison.


Definition at line 75 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/Components/SwTimer/SwTimer.h

ptr#

void* SSwTimer::ptr

User pointer, which is free to be used.


Definition at line 76 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/Components/SwTimer/SwTimer.h

pLiaison#

SSwTimerLiaisonPtr SSwTimer::pLiaison

Pointer to TimerLiaison object which timer is registered to.


Definition at line 77 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/Components/SwTimer/SwTimer.h

pCallback#

void(* SSwTimer::pCallback) (struct SSwTimer *pTimer)

Callback function pointer.


Definition at line 79 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/Components/SwTimer/SwTimer.h