Searched refs:IMX_PIN_NUM (Results 1 – 1 of 1) sorted by relevance
24 #define IMX_PIN_NUM(port, no) (((((port) & 0x5u) << 5) | ((no) & 0x1Fu))) macro816 pin = IMX_PIN_NUM(hw_port_num, hw_pin_num); in imxrt_pin_get()
Completed in 4 milliseconds