hal
Hardware Abstraction Layer
hal_types.h
Go to the documentation of this file.
1 
8 #ifndef _HAL_TYPES_H
9 #define _HAL_TYPES_H
10 
11 #include <stdint.h>
12 #include <stdlib.h>
13 
17 typedef enum {
22 } hal_status_t;
23 
24 #endif /* _HAL_TYPES_H */
hal_status_t
Return type for HAL functions.
Definition: hal_types.h:17
@ HAL_STATUS_ERROR
Definition: hal_types.h:19
@ HAL_STATUS_TIMEOUT
Definition: hal_types.h:21
@ HAL_STATUS_BUSY
Definition: hal_types.h:20
@ HAL_STATUS_OK
Definition: hal_types.h:18