OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PULL_ENA
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
dra.h
52
#define
PULL_ENA
(0 << 16)
66
#define PIN_INPUT_PULLUP (
PULL_ENA
| INPUT_EN | PULL_UP)
67
#define PIN_INPUT_PULLDOWN (
PULL_ENA
| INPUT_EN)
omap.h
25
#define
PULL_ENA
(1 << 3)
41
#define PIN_OUTPUT_PULLUP (PIN_OUTPUT |
PULL_ENA
| PULL_UP)
42
#define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT |
PULL_ENA
)
44
#define PIN_INPUT_PULLUP (
PULL_ENA
| INPUT_EN | PULL_UP)
45
#define PIN_INPUT_PULLDOWN (
PULL_ENA
| INPUT_EN)
Completed in 11 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025