NavHAL
0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
bus_types.h
Go to the documentation of this file.
1
#ifndef BUS_TYPES_H
2
#define BUS_TYPES_H
3
typedef
enum
4
{
5
HAL_APB1
,
6
HAL_APB2
,
7
HAL_AHB1
,
8
HAL_AHB2
,
9
}
hal_bus_t
;
10
11
#endif
// !BUS_TYPES_H
hal_bus_t
hal_bus_t
Definition
bus_types.h:4
HAL_APB1
@ HAL_APB1
Definition
bus_types.h:5
HAL_APB2
@ HAL_APB2
Definition
bus_types.h:6
HAL_AHB1
@ HAL_AHB1
Definition
bus_types.h:7
HAL_AHB2
@ HAL_AHB2
Definition
bus_types.h:8
include
utils
bus_types.h
Generated by
1.14.0