NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
12
13#ifndef TYPES_H
14#define TYPES_H
15
16#include "clock_types.h"
17#include "gpio_types.h"
18#include "timer_types.h"
19#include <stdbool.h>
20#include <stdint.h>
21#endif // TYPES_H
Clock HAL type definitions.
GPIO pin definitions and related types for NavHAL.