Searched refs:pins (Results 1 – 2 of 2) sorted by relevance
5 pin to a peripheral signal which multiplex, at end, I/O lines pins. For example,32 of a different number of pins.33 - `pins` (required): The pin map itself38 aleatory pins to help understand the definition schema.43 # - 48 pins: g44 # - 64 pins: j45 # - 100 pins: n46 # - 120/128 pins: p (package exception)73 pins:130 Some sam0 SoC have optimized pins in some revisions. To differentiate those a[all …]
186 def build_atmel_sam_pin_cfgs(serie, variant, pins): argument200 pins = OrderedDict(natsorted(pins.items(), key=lambda kv: kv[0]))202 for pin, pin_cfg in pins.items():253 pins = config["pins"]258 pin_cfgs = build_atmel_sam_pin_cfgs(serie, variant, pins)