Appiko
Data Fields
oper_manage_slot_t Struct Reference

#include <oper_manage.h>

Data Fields

oper_list_t oper_sel
 
uint32_t slot_no
 
uint32_t start_cond
 
uint32_t end_cond
 

Detailed Description

Structure to store Condition slots information

Definition at line 51 of file oper_manage.h.

Field Documentation

◆ end_cond

uint32_t oper_manage_slot_t::end_cond

Ending condition for slot

Definition at line 60 of file oper_manage.h.

Referenced by oper_manage_set_slot().

◆ oper_sel

oper_list_t oper_manage_slot_t::oper_sel

Operation condition selection oper_list_t

Definition at line 54 of file oper_manage.h.

Referenced by oper_manage_set_slot().

◆ slot_no

uint32_t oper_manage_slot_t::slot_no

Slot number for given condition. Should be less than OPER_MANAGE_MAX_SLOTS

Definition at line 56 of file oper_manage.h.

Referenced by oper_manage_set_slot().

◆ start_cond

uint32_t oper_manage_slot_t::start_cond

Starting condition for slot

Definition at line 58 of file oper_manage.h.

Referenced by oper_manage_set_slot().


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