Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/lpc/lpc51u68/
Dpinctrl_soc.h22 (IF_ENABLED(DT_PROP(node_id, bias_pull_down), (IOCON_PIO_MODE(0x1) |)) \
23 IF_ENABLED(DT_PROP(node_id, bias_pull_up), (IOCON_PIO_MODE(0x2) |)) \
24 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dpinctrl_soc.h22 (IF_ENABLED(DT_PROP(node_id, bias_pull_down), (IOCON_PIO_MODE(0x1) |)) \
23 IF_ENABLED(DT_PROP(node_id, bias_pull_up), (IOCON_PIO_MODE(0x2) |)) \
24 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
/Zephyr-latest/soc/nxp/lpc/lpc11u6x/
Dpinctrl_soc.h23 (IF_ENABLED(DT_PROP(node_id, bias_pull_down), (IOCON_PIO_MODE(0x1) |)) \
24 IF_ENABLED(DT_PROP(node_id, bias_pull_up), (IOCON_PIO_MODE(0x2) |)) \
25 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
Dsoc.h42 #define IOCON_PIO_MODE(x) (((x) & 0x3) << 3) macro
43 #define IOCON_PIO_MODE_MASK IOCON_PIO_MODE(0x3)
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dpinctrl_soc.h32 (IF_ENABLED(DT_PROP(node_id, bias_pull_down), (IOCON_PIO_MODE(0x1) |)) \
33 IF_ENABLED(DT_PROP(node_id, bias_pull_up), (IOCON_PIO_MODE(0x2) |)) \
34 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
/Zephyr-latest/drivers/gpio/
Dgpio_lpc11u6x.c150 func |= IOCON_PIO_MODE(0x2); in gpio_lpc11u6x_pin_configure()
152 func |= IOCON_PIO_MODE(0x1); in gpio_lpc11u6x_pin_configure()
154 func |= IOCON_PIO_MODE(0x0); in gpio_lpc11u6x_pin_configure()