37 #ifndef __HW_TYPES_H__ 38 #define __HW_TYPES_H__ 57 #ifndef __STATIC_INLINE 58 #define __STATIC_INLINE static inline 80 (*((volatile unsigned long *)(x))) 86 (*((volatile unsigned short *)(x))) 92 (*((volatile unsigned char *)(x))) 94 #endif // __HW_TYPES_H__ void(* FPTR_VOID_UINT8_T)(uint8_t)
Definition: hw_types.h:49
unsigned int __UINT32
Definition: hw_types.h:66
void(* FPTR_VOID_VOID_T)(void)
Definition: hw_types.h:48