Searched refs:IOCON_PIO_OD (Results 1 – 6 of 6) sorted by relevance
48 #define IOCON_PIO_OD(x) (((x) & 0x1) << 10) macro49 #define IOCON_PIO_OD_MASK IOCON_PIO_OD(0x1)
28 IOCON_PIO_OD(DT_PROP(node_id, drive_open_drain)) | \
29 IOCON_PIO_OD(DT_PROP(node_id, drive_open_drain)) | \
38 IOCON_PIO_OD(DT_PROP(node_id, drive_open_drain)) | \
143 func |= IOCON_PIO_OD(1); in gpio_lpc11u6x_pin_configure()