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:
Andrei Gansari 2019-10-09 15:28:11 +03:00 committed by Kumar Gala
parent 20700f912e
commit 38e8bd8444

View file

@ -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_ */