ISIX-RTOS - small operating system for ARM microcontrollers 1.2
Namespaces | Defines | Typedefs

types.h File Reference

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

Go to the source code of this file.

Namespaces

namespace  isix

Defines

#define NULL   ((void*)0)
 Null defs.
#define _BV(x)   (1<<x)
 Bit shift.

Typedefs

typedef unsigned int isix::tick_t
 Define tick type.

Define Documentation

#define _BV (   x)    (1<<x)

Bit shift.

Definition at line 31 of file types.h.

#define NULL   ((void*)0)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines