ONE - On-device Neural Engine
|
A InstrIndex denotes the index of an instruction in an instruction list. More...
#include <InstrIndex.h>
Public Member Functions | |
InstrIndex () | |
InstrIndex (uint32_t value) | |
bool | valid (void) const |
uint32_t | value (void) const |
void | set (uint32_t value) |
void | reset (void) |
A InstrIndex denotes the index of an instruction in an instruction list.
Definition at line 28 of file InstrIndex.h.
|
inline |
Definition at line 34 of file InstrIndex.h.
|
inline |
Definition at line 40 of file InstrIndex.h.
|
inline |
Definition at line 50 of file InstrIndex.h.
Referenced by coco::DLinkedList< Child, Parent >::leaving().
void coco::InstrIndex::set | ( | uint32_t | value | ) |
|
inline |
Definition at line 43 of file InstrIndex.h.
Referenced by coco::DLinkedList< Child, Parent >::joined(), and coco::DLinkedList< Child, Parent >::leaving().
|
inline |
Definition at line 46 of file InstrIndex.h.
Referenced by InstrIndex(), coco::DLinkedList< Child, Parent >::leaving(), and set().