Home
last modified time | relevance | path

Searched refs:APOLLO3_PIN_NUM_MASK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/ambiq/apollo3x/
Dpinctrl_soc.h82 #define APOLLO3_GET_PIN_NUM(pinctrl) (((pinctrl) >> APOLLO3_PIN_NUM_POS) & APOLLO3_PIN_NUM_MASK)
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dambiq-apollo3-pinctrl.h14 #define APOLLO3_PIN_NUM_MASK 0x7f macro