Home
last modified time | relevance | path

Searched full:tristate (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/gpio/
Dxlnx,xps-gpio-1.00.a.yaml39 Default tristate register value. If n-th bit is 1, GPIO-n is an input.
69 Default tristate register value. If n-th bit is 1, GPIO2-n is an input.
/Zephyr-Core-3.5.0/scripts/kconfig/
Dkconfig.py24 # Zephyr doesn't use tristate symbols. They're supported here just to make the
27 TRISTATE, TRI_TO_STR, AND, OR
152 # Tristate values are represented as 0, 1, 2. Having them as "n", "m",
154 if sym.type in (BOOL, TRISTATE):
200 if sym.type in (BOOL, TRISTATE):
Dkconfiglib.py174 tristate "foo" if D
188 tristate "foo" if A && B && C && D
204 no (active) 'default' default to n for bool/tristate symbols, and to the empty
212 For non-bool/tristate symbols, it only matters whether the visibility is n or
226 For a visible bool/tristate symbol FOO with value n, this line is written to
239 In Kconfiglib, the set of (currently) assignable values for a bool/tristate
294 expression always yields a tristate value, where n, m, and y are represented as
1002 sym.orig_type = TRISTATE
1286 sym.orig_type is TRISTATE
1380 # Use strings for bool/tristate user values in the warning
[all …]
Dguiconfig.py83 BOOL, TRISTATE, STRING, INT, HEX, \
269 elif sym.orig_type in (BOOL, TRISTATE):
271 # Written bool/tristate symbol, new value
872 # BOOL or TRISTATE
885 # item.type == TRISTATE
1151 # Use the string representation of tristate values. This makes the format
2147 # Skip the tristate value hint if the expression is just a single
2150 # This also avoids showing the tristate value for string/int/hex
Dmenuconfig.py219 BOOL, TRISTATE, STRING, INT, HEX, \
762 elif sym.orig_type in (BOOL, TRISTATE):
764 # Written bool/tristate symbol, new value
1659 # Use the string representation of tristate values. This makes the format
2672 # Skip the tristate value hint if the expression is just a single
2675 # This also avoids showing the tristate value for string/int/hex
3057 # BOOL or TRISTATE
3071 # item.type == TRISTATE
/Zephyr-Core-3.5.0/drivers/pinctrl/
Dpinctrl_ambiq_apollo4.c21 : pin->tristate ? AM_HAL_GPIO_PIN_OUTCFG_TRISTATE in pinctrl_configure_pin()
/Zephyr-Core-3.5.0/soc/arm/ambiq/apollo4x/
Dpinctrl_soc.h31 uint32_t tristate : 1; member
/Zephyr-Core-3.5.0/drivers/mdio/
Dmdio_gpio.c107 /* DIR: input. Tristate MDIO line */ in mdio_gpio_transfer()
/Zephyr-Core-3.5.0/dts/bindings/regulator/
Dregulator.yaml249 tristate, enable/disable active discharge of regulators. The values are:
/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_xlnx_axi.c52 /* Shadow registers for data out and tristate */
/Zephyr-Core-3.5.0/cmake/modules/
Dextensions.cmake1594 # bool or tristate (we don't know the type from <kconfig_fragment> alone)
/Zephyr-Core-3.5.0/scripts/
Dcheckpatch.pl3041 if ($lines[$ln - 1] =~ /^\+\s*(?:bool|tristate|prompt)\s*["']/) {