6 lines
124 B
C
6 lines
124 B
C
|
|
/*
|
||
|
|
* Standard pin control state definitions
|
||
|
|
*/
|
||
|
|
|
||
|
|
#define PINCTRL_STATE_DEFAULT "default"
|
||
|
|
#define PINCTRL_STATE_IDLE "idle"
|