Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/lpc/lpc11u6x/
Dsoc.h52 #define IOCON_PIO_CLKDIV(x) (((x) & 0x7) << 13) macro
53 #define IOCON_PIO_CLKDIV_MASK IOCON_PIO_CLKDIV(0x7)
Dpinctrl_soc.h30 IOCON_PIO_CLKDIV(DT_ENUM_IDX(node_id, nxp_filter_clock_div)) | \