Home
last modified time | relevance | path

Searched full:model (Results 1 – 15 of 15) sorted by relevance

/hal_gigadevice-latest/pinconfigs/
DREADME.md12 different set of pins. For this reason we will name the model used by such
13 devices *AFIO model*. Some other devices, like GD32F450XX, have a simpler
14 and more advanced model where each pin has a fixed list of alternate functions.
15 Similarly, we will name the model used by such devices *AF model*. The datasheet
16 (not reference manual) can be used to determine which model is used by a device.
18 *AFIO model*. Alternate function tables (AF0..15) will only be available on
19 devices using the *AF model*.
25 Some fields are common independently of the pin configuration model.
28 - `model` (required): Choose between `afio` or `af`
37 model: afio
[all …]
Dgd32f350xx.yml24 model: af
Dgd32a503xx.yml22 model: af
Dgd32l233xx.yml23 model: af
Dgd32f405xx.yml21 model: af
Dgd32vf103xx.yml24 model: afio
Dgd32f407xx.yml22 model: af
Dgd32e103xx.yml22 model: afio
Dgd32f403xx.yml25 model: afio
Dgd32f450xx.yml22 model: af
Dgd32f470xx.yml22 model: af
Dgd32e507xx.yml21 model: afio
/hal_gigadevice-latest/scripts/
Dgd32pinctrl.py286 model = config["model"]
292 if model == "afio":
297 elif model == "af":
302 raise ValueError(f"Unexpected model: {model}")
/hal_gigadevice-latest/scripts/tests/gd32pinctrl/data/
Dgd32f888xx.yml4 model: af
Dgd32f999xx.yml4 model: afio