mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
XMC4xxx: minor update to GPIO definitions.
This commit is contained in:
@@ -87,8 +87,10 @@
|
||||
* .... .... .M.. .... .... .... .... ....
|
||||
*/
|
||||
|
||||
#define GPIO_INPUT_INVERT (1 << 22) /* Inverted input modifier */
|
||||
#define GPIOS_OUTPUT_OPENDRAIN (1 << 22) /* Output drain output modifier */
|
||||
#define GPIO_INPUT_INVERT (1 << 22) /* Inverted direct input modifier */
|
||||
|
||||
#define GPIOS_OUTPUT_PUSHPULL (0) /* Push-ull output is the default */
|
||||
#define GPIOS_OUTPUT_OPENDRAIN (1 << 22) /* Output drain output modifier */
|
||||
|
||||
/* Pad driver strength:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user