|
|
|
@ -80,13 +80,6 @@ typedef enum
|
|
|
|
|
enabled /*!< Interrupt enabled */
|
|
|
|
|
}pinInterrupt_t;
|
|
|
|
|
|
|
|
|
|
/*! Enum to enable ordisable pin interrupt */
|
|
|
|
|
typedef enum
|
|
|
|
|
{
|
|
|
|
|
disabled, /*!< Interrupt disabled */
|
|
|
|
|
enabled /*!< Interrupt enabled */
|
|
|
|
|
}pinInterrupt_t;
|
|
|
|
|
|
|
|
|
|
/*! Pin configuration typedef struct*/
|
|
|
|
|
typedef struct
|
|
|
|
|
{
|
|
|
|
|