Searched refs:__HC_PORT (Results 1 – 3 of 3) sorted by relevance
19 #define __HC_PORT(port) GPIO_PORT_##port macro20 #define GET_PIN(PORT, PIN) (rt_base_t)(((rt_uint16_t)__HC_PORT(PORT) * 16) + PIN)
19 #define __HC_PORT(port) GpioPort##port macro21 #define GET_PIN(PORT, PIN) (((rt_uint16_t)__HC_PORT_ADJUST(__HC_PORT(PORT)) / 4) + PIN)
18 #define __HC_PORT(port) GpioPort##port macro19 #define GET_PIN(PORT, PIN) (((rt_uint16_t)__HC_PORT(PORT) / 0x40 * 16) + PIN)
Completed in 7 milliseconds