soc: define gpio pull-down for LPC54114
Add define that maps to IOCON register PULL-DOWN bit. Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
parent
20700f912e
commit
38e8bd8444
|
@ -34,5 +34,6 @@
|
|||
#define IOCON_PIO_OPENDRAIN_DI 0x00u
|
||||
#define IOCON_PIO_SLEW_STANDARD 0x00u
|
||||
#define IOCON_PIO_MODE_PULLUP 0x10u
|
||||
#define IOCON_PIO_MODE_PULLDOWN 0x08u
|
||||
|
||||
#endif /* _SOC__H_ */
|
||||
|
|
Loading…
Reference in a new issue