/Zephyr-Core-3.5.0/drivers/pinctrl/ |
D | pinctrl_lpc_iocon.c | 21 static volatile uint32_t *iocon = 22 (volatile uint32_t *)DT_REG_ADDR(DT_NODELABEL(iocon)); 47 *(iocon + offset) = pin_mux; in pinctrl_configure_pins()
|
/Zephyr-Core-3.5.0/dts/arm/nxp/ |
D | nxp_lpc11u6x.dtsi | 54 iocon: iocon@40044000 { label 55 compatible = "nxp,lpc-iocon"; 65 compatible = "nxp,lpc-iocon-pio"; 70 compatible = "nxp,lpc-iocon-pio"; 75 compatible = "nxp,lpc-iocon-pio"; 92 iocon = <&pio0>; 108 iocon = <&pio1>; 126 iocon = <&pio2>;
|
D | nxp_lpc51u68.dtsi | 46 iocon: iocon@40001000 { label 47 compatible = "nxp,lpc-iocon"; 53 compatible = "nxp,lpc-iocon-pinctrl";
|
D | nxp_lpc54xxx.dtsi | 101 iocon: iocon@40001000 { label 102 compatible = "nxp,lpc-iocon"; 108 compatible = "nxp,lpc-iocon-pinctrl";
|
D | nxp_lpc55S0x_common.dtsi | 105 iocon: iocon@1000 { label 106 compatible = "nxp,lpc-iocon"; 112 compatible = "nxp,lpc-iocon-pinctrl";
|
D | nxp_lpc55S1x_common.dtsi | 110 iocon: iocon@1000 { label 111 compatible = "nxp,lpc-iocon"; 117 compatible = "nxp,lpc-iocon-pinctrl";
|
D | nxp_lpc55S2x_common.dtsi | 118 iocon: iocon@1000 { label 119 compatible = "nxp,lpc-iocon"; 125 compatible = "nxp,lpc-iocon-pinctrl";
|
D | nxp_lpc55S6x_common.dtsi | 138 iocon: iocon@1000 { label 139 compatible = "nxp,lpc-iocon"; 145 compatible = "nxp,lpc-iocon-pinctrl";
|
D | nxp_lpc55S3x_common.dtsi | 109 iocon: iocon@1000 { label 110 compatible = "nxp,lpc-iocon"; 116 compatible = "nxp,lpc-iocon-pinctrl";
|
D | nxp_rt6xx_common.dtsi | 108 iocon: iocon@4000 { label 109 compatible = "nxp,lpc-iocon"; 112 compatible = "nxp,rt-iocon-pinctrl";
|
D | nxp_rt5xx_common.dtsi | 124 iocon: iocon@4000 { label 125 compatible = "nxp,lpc-iocon"; 128 compatible = "nxp,rt-iocon-pinctrl";
|
/Zephyr-Core-3.5.0/drivers/gpio/ |
D | gpio_mcp23xxx.h | 89 uint16_t iocon; member
|
D | gpio_mcp230xx.c | 84 .reg_cache.defval = 0x0, .reg_cache.intcon = 0x0, .reg_cache.iocon = 0x0, \
|
D | gpio_mcp23sxx.c | 122 .reg_cache.defval = 0x0, .reg_cache.intcon = 0x0, .reg_cache.iocon = 0x0, \
|
D | gpio_mcp23s17.c | 70 uint16_t iocon; member 386 .reg_cache.iocon = 0x0, \
|
D | gpio_lpc11u6x.c | 579 DT_INST_PHANDLE(id, iocon)), \
|
D | gpio_mcp23xxx.c | 94 drv_data->reg_cache.iocon = extended_value; in write_iocon()
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.1.rst | 799 :dtcompatible:`nxp,lpc-iocon-pinctrl`, :dtcompatible:`nxp,rt-iocon-pinctrl`,
|
D | release-notes-3.2.rst | 1272 * :dtcompatible:`nxp,lpc-iocon-pinctrl`: new ``nxp,analog-alt-mode`` property.
|