Skip to content

Commit 7c07aec

Browse files
committed
soc: define gpio pull-down for LPC54114
Add define that maps to IOCON register PULL-DOWN bit. Signed-off-by: Andrei Gansari <[email protected]>
1 parent 3fd9c6d commit 7c07aec

File tree

1 file changed

+1
-0
lines changed
  • soc/arm/nxp_lpc/lpc54xxx

1 file changed

+1
-0
lines changed

soc/arm/nxp_lpc/lpc54xxx/soc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
#define IOCON_PIO_OPENDRAIN_DI 0x00u
3535
#define IOCON_PIO_SLEW_STANDARD 0x00u
3636
#define IOCON_PIO_MODE_PULLUP 0x10u
37+
#define IOCON_PIO_MODE_PULLDOWN 0x08u
3738

3839
#endif /* _SOC__H_ */

0 commit comments

Comments
 (0)