Searched refs:function (Results 1 – 3 of 3) sorted by relevance
/hal_atmel-latest/scripts/ |
D | sampinctrl.py | 78 def write_gpio_function(f, port, pin_num, fmap, function): argument 87 signal, fmap, function): 98 signal, fmap, function): 130 for port, pin_num, pinmux, periph, signal, function in pin_cfgs: 131 if function in ["gpio", "lpm"]: 132 write_gpio_function(f, port, pin_num, fmap, function) 135 if function in ["wakeup"]: 137 signal, fmap, function) 141 signal, fmap, function) 161 def build_atmel_sam_sets(pin_cfgs, pin, pin_lst, serie, variant, function): argument [all …]
|
/hal_atmel-latest/pinconfigs/ |
D | README.md | 13 function. These alternate functions can be sometimes changed using especific 151 - `alternate function index` 180 alternate function available for these pin is that: 283 - alternate function index 284 - function (gpio, periph, extra, system, lpm) 287 function `a`, which selects pin for external interrupt controller `EIC`
|
/hal_atmel-latest/ |
D | README.md | 62 that situation, macros, enum values and function names should follow two
|