Home
last modified time | relevance | path

Searched refs:pins (Results 1 – 2 of 2) sorted by relevance

/hal_atmel-latest/pinconfigs/
DREADME.md5 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 itself
38 aleatory pins to help understand the definition schema.
43 # - 48 pins: g
44 # - 64 pins: j
45 # - 100 pins: n
46 # - 120/128 pins: p (package exception)
73 pins:
130 Some sam0 SoC have optimized pins in some revisions. To differentiate those a
[all …]
/hal_atmel-latest/scripts/
Dsampinctrl.py186 def build_atmel_sam_pin_cfgs(serie, variant, pins): argument
200 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)