Searched full:pad_func_share (Results 1 – 3 of 3) sorted by relevance
13 and PAD_FUNC_SHARE[0] to PAD_FUNC_SHARE[141] can be multiplexed and have27 | -------|-- GPIO1 --------| |--- PAD_FUNC_SHARE[0]28 | | | | | |--- PAD_FUNC_SHARE[1]30 | | | | | |--- PAD_FUNC_SHARE[141]120 This should be set using either the PAD_GPIO or PAD_FUNC_SHARE190 pins = <PAD_FUNC_SHARE(115)>;198 pins = <PAD_FUNC_SHARE(116)>;206 pins = <PAD_FUNC_SHARE(117)>,207 <PAD_FUNC_SHARE(119)>,208 <PAD_FUNC_SHARE(120)>,[all …]
12 #define PAD_FUNC_SHARE(x) (PAD_FUNC_SHARE_OFFSET + (x)) macro