Home
last modified time | relevance | path

Searched +full:psl +full:- +full:offset (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/dts/bindings/pinctrl/
Dnuvoton,npcx-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
10 - bias-pull-down: Enable pull-down resistor.
11 - bias-pull-up: Enable pull-up resistor.
12 - drive-open-drain: Output driver is open-drain.
15 - pinmux-locked: Lock pinmux configuration for peripheral device
16 - pinmux-gpio: Inverse pinmux back to gpio
17 - psl-in-mode: Select the assertion detection mode of PSL input
18 - psl-in-pol: Select the assertion detection polarity of PSL input
23 #include <nuvoton/npcx/npcx7/npcx7-pinctrl.dtsi>
26 internal 3.3V pull-up if its i2c frequency won't exceed 400kHz.
[all …]
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
10 /omit-if-no-ref/ vhif_lpc_sl: devctl-vhif-3p3v-lpc {
11 dev-ctl = <0x0 2 2 0x01>;
14 /omit-if-no-ref/ vhif_espi_shi_sl: devctl-vhif-1p8v-espi-shi {
15 dev-ctl = <0x0 2 2 0x02>;
18 /omit-if-no-ref/ ext_flash_tris_off: devctl-fiu-ext-tris-off {
19 dev-ctl = <0x0 6 1 0x00>;
22 /omit-if-no-ref/ ext_flash_tris_on: devctl-fiu-ext-tris-on {
23 dev-ctl = <0x0 6 1 0x01>;
26 /omit-if-no-ref/ sio_full_ck48: devctl4-sio-full-ck48 {
[all …]
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 /omit-if-no-ref/ vhif_lpc_sl: devctl-vhif-3p3v-lpc {
10 dev-ctl = <0x0 2 2 0x01>;
13 /omit-if-no-ref/ vhif_espi_shi_sl: devctl-vhif-1p8v-espi-shi {
14 dev-ctl = <0x0 2 2 0x02>;
17 /omit-if-no-ref/ ext_flash_tris_off: devctl-fiu-ext-tris-off {
18 dev-ctl = <0x0 6 1 0x00>;
21 /omit-if-no-ref/ ext_flash_tris_on: devctl-fiu-ext-tris-on {
22 dev-ctl = <0x0 6 1 0x01>;
25 /omit-if-no-ref/ sio_full_ck48: devctl4-sio-full-ck48 {
[all …]
/Zephyr-latest/soc/nuvoton/npcx/common/
Dpinctrl_soc.h4 * SPDX-License-Identifier: Apache-2.0
51 * @brief Suppoerted PSL input detection mode in NPCX series
59 * @brief Suppoerted PSL input detection polarity in NPCX series
70 * pin-muxing, pull-up/down and so on.
89 * characteristics such as tri-state, power supply type selection, and so on.
92 /** Related register offset for device configuration. */
94 /** Related register field offset for device control. */
103 * @brief NPCX Power Switch Logic (PSL) input pad configuration structure
105 * Used to indicate a Power Switch Logic (PSL) input detection configuration
109 /** Indicate a PSL input port number. */
[all …]
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 /omit-if-no-ref/ vhif_lpc_sl: devctl-vhif-3p3v-lpc {
10 dev-ctl = <0x0 2 2 0x01>;
13 /omit-if-no-ref/ vhif_espi_shi_sl: devctl-vhif-1p8v-espi-shi {
14 dev-ctl = <0x0 2 2 0x02>;
17 /omit-if-no-ref/ vspi_3p3v_sl: devctl-vspi-3p3v {
18 dev-ctl = <0x0 4 2 0x01>;
21 /omit-if-no-ref/ vspi_1p8v_sl: devctl-vspi-1p8v {
22 dev-ctl = <0x0 4 2 0x02>;
25 /omit-if-no-ref/ ext_flash_tris_off: devctl-fiu-ext-tris-off {
[all …]
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h4 * SPDX-License-Identifier: Apache-2.0
18 * NPCX register structure size/offset checking macro function to mitigate
20 * must meet the alignment requirement of cortex-m4.
27 #define NPCX_REG_OFFSET_CHECK(reg_def, member, offset) \ argument
28 BUILD_ASSERT(offsetof(struct reg_def, member) == offset, \
29 "Failed in offset check of register structure member!")
44 __ASSERT(reg == val, "16-bit reg access failed!"); \
50 __ASSERT(reg == val, "32-bit reg access failed!"); \
90 /* 0x102: High-Frequency Reference Divisor I */
92 /* 0x104: High-Frequency Reference Divisor F */
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`).
15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`.
31 * CVE-2022-2993: Under embargo until 2022-11-03
33 * CVE-2022-2741: Under embargo until 2022-10-14
56 This definition can be used by third-party code to compile code conditional
58 Therefore, any third-party code integrated using the Zephyr build system will
91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates
129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig
156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and
157 :dtcompatible:`fixed-partitions`.
[all …]