Home
last modified time | relevance | path

Searched refs:ENE_KB1200_PUSH_PULL_POS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dene-kb1200-pinctrl.h22 #define ENE_KB1200_PUSH_PULL_POS 15 macro
/Zephyr-latest/soc/ene/kb1200/
Dpinctrl_soc.h27 (DT_PROP(node_id, drive_push_pull) << ENE_KB1200_PUSH_PULL_POS) | \
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ene_kb1200.c143 if (conf & BIT(ENE_KB1200_PUSH_PULL_POS)) { in kb1200_config_pin()