Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/soc/ambiq/apollo3x/
Dpinctrl_soc.h55 APOLLO3_GET_PIN_NUM(DT_PROP_BY_IDX(node_id, prop, idx)), \
82 #define APOLLO3_GET_PIN_NUM(pinctrl) (((pinctrl) >> APOLLO3_PIN_NUM_POS) & APOLLO3_PIN_NUM_MASK) macro