Home
last modified time | relevance | path

Searched refs:IOCON_PIO_I2CMODE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/nxp/lpc/lpc11u6x/
Dsoc.h91 #define IOCON_PIO_I2CMODE(x) (((x) & 0x3) << 8) macro
92 #define IOCON_PIO_I2CMODE_MASK IOCON_PIO_I2CMODE(0x3)
Dpinctrl_soc.h33 IOCON_PIO_I2CMODE(!DT_PROP(node_id, nxp_i2c_mode)) | \
34 IOCON_PIO_I2CMODE((DT_ENUM_IDX_OR(node_id, nxp_i2c_filter, 0) << 1)))