Searched refs:SOC_PORT_FUNC_MASK (Results 1 – 2 of 2) sorted by relevance
44 #define SOC_PORT_FUNC_MASK (0xF << SOC_PORT_FUNC_POS) macro
39 uint32_t func = (pin->flags & SOC_PORT_FUNC_MASK) >> SOC_PORT_FUNC_POS; in soc_port_configure()