Description of one sleep request. More...
Data Fields | |
uint32_t | sleep_from |
time at which sleep has been requested | |
uint32_t | interval |
amount of time sleep shall take | |
uint8_t | thread_id |
thread ID which requested the sleep | |
Description of one sleep request.
Contains details required to calculate when the next sleep interrupt shall happen and to determine which request shall be the next.
uint32_t TimerEntry_t::interval |
amount of time sleep shall take
uint32_t TimerEntry_t::sleep_from |
time at which sleep has been requested
uint8_t TimerEntry_t::thread_id |
thread ID which requested the sleep