Home
last modified time | relevance | path

Searched refs:IOCON_PIO_OD (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/soc/nxp/lpc/lpc11u6x/
Dsoc.h48 #define IOCON_PIO_OD(x) (((x) & 0x1) << 10) macro
49 #define IOCON_PIO_OD_MASK IOCON_PIO_OD(0x1)
Dpinctrl_soc.h28 IOCON_PIO_OD(DT_PROP(node_id, drive_open_drain)) | \
/Zephyr-latest/soc/nxp/lpc/lpc51u68/
Dpinctrl_soc.h29 IOCON_PIO_OD(DT_PROP(node_id, drive_open_drain)) | \
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dpinctrl_soc.h29 IOCON_PIO_OD(DT_PROP(node_id, drive_open_drain)) | \
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dpinctrl_soc.h38 IOCON_PIO_OD(DT_PROP(node_id, drive_open_drain)) | \
/Zephyr-latest/drivers/gpio/
Dgpio_lpc11u6x.c143 func |= IOCON_PIO_OD(1); in gpio_lpc11u6x_pin_configure()