Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
task_schedule::periodicity_args Union Reference

Periodicity parameters. More...

#include <schedule.h>

Data Structures

struct  periodicity_after
 
struct  periodicity_lockout
 
struct  periodicity_periodic
 

Data Fields

struct task_schedule::periodicity_args::periodicity_periodic fixed
 
struct task_schedule::periodicity_args::periodicity_lockout lockout
 
struct task_schedule::periodicity_args::periodicity_after after
 

Detailed Description

Periodicity parameters.

Field Documentation

◆ after

struct task_schedule::periodicity_args::periodicity_after task_schedule::periodicity_args::after

◆ fixed

struct task_schedule::periodicity_args::periodicity_periodic task_schedule::periodicity_args::fixed

◆ lockout

struct task_schedule::periodicity_args::periodicity_lockout task_schedule::periodicity_args::lockout

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