Amazon FreeRTOS: POSIX
Return to main page ↑
timer_internal_t Struct Reference

Internal timer structure. More...

Data Fields

StaticTimer_t xTimerBuffer
 
struct sigevent xTimerEvent
 
TickType_t xTimerPeriod
 

Detailed Description

Internal timer structure.

Field Documentation

◆ xTimerBuffer

StaticTimer_t timer_internal_t::xTimerBuffer

Memory that holds the FreeRTOS timer.

◆ xTimerEvent

struct sigevent timer_internal_t::xTimerEvent

What to do when this timer expires.

◆ xTimerPeriod

TickType_t timer_internal_t::xTimerPeriod

Period of this timer.


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