Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/lpc/lpc11u6x/
Dsoc.h72 #define IOCON_PIO_ADMODE(x) (((x) & 0x1) << 7) macro
73 #define IOCON_PIO_ADMODE_MASK IOCON_PIO_ADMODE(0x1)
Dpinctrl_soc.h31 IOCON_PIO_ADMODE(!DT_PROP(node_id, nxp_analog_mode)) | \