Nil RTOS
niltypes.h File Reference

Nil RTOS types header file. More...

#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for niltypes.h:
This graph shows which files directly or indirectly include this file:

Typedefs

Kernel types
typedef uint8_t tstate_t
 Type of a thread state.
 
typedef int16_t msg_t
 Type of a message.
 
typedef uint16_t systime_t
 Type of system time.
 
typedef int16_t cnt_t
 Type of signed counter.
 

Detailed Description

Nil RTOS types header file.