71 #if (nzosFIBER_ENABLE==1)
75 #ifndef __INLINE_FUNCTION__
76 #define __INLINE_FUNCTION__ extern inline __attribute__((always_inline))
81 #if !defined(nzosFIBER_LEVELS)
82 #define nzosFIBER_LEVELS ( 2 )
95 void (*pFibers[nzosFIBER_LEVELS*8])(void);
96 WORD runBits[nzosFIBER_LEVELS/2];
101 unsigned int fill : 16;
155 #define nzFbrSchedule(pFbrTCB) \
157 *((pFbrTCB)->pSchedule) |= (pFbrTCB)->mask; \
159 NZOS_INT_KERNEL_SET_IF();
161 #endif //if (nzosFIBER_ENABLE==1)
163 #endif //#ifndef NZ_OS_H