CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
GPIO Status Error Codes

Negative values indicate errors (GPIO has specific codes in addition to common Status Error Codes). More...

Macros

#define ARM_GPIO_ERROR_PIN   (ARM_DRIVER_ERROR_SPECIFIC - 1)
 Specified Pin not available.
 

Description

Negative values indicate errors (GPIO has specific codes in addition to common Status Error Codes).

The GPIO driver has additional status error codes that are listed below. Note that the GPIO driver also returns the common Status Error Codes.

Macro Definition Documentation

◆ ARM_GPIO_ERROR_PIN

#define ARM_GPIO_ERROR_PIN   (ARM_DRIVER_ERROR_SPECIFIC - 1)

Specified Pin not available.

The pin specified is not available.