1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- #ifndef GPIO_DIO_IP_CFG_H
- #define GPIO_DIO_IP_CFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include "S32K146_GPIO.h"
- #define GPIO_DIO_IP_VENDOR_ID_CFG_H 43
- #define GPIO_DIO_IP_AR_RELEASE_MAJOR_VERSION_CFG_H 4
- #define GPIO_DIO_IP_AR_RELEASE_MINOR_VERSION_CFG_H 4
- #define GPIO_DIO_IP_AR_RELEASE_REVISION_VERSION_CFG_H 0
- #define GPIO_DIO_IP_SW_MAJOR_VERSION_CFG_H 1
- #define GPIO_DIO_IP_SW_MINOR_VERSION_CFG_H 0
- #define GPIO_DIO_IP_SW_PATCH_VERSION_CFG_H 0
- #define GPIO_DIO_IP_DEV_ERROR_DETECT (STD_OFF)
- #ifdef __cplusplus
- }
- #endif
- #endif
|