Searched full:model (Results 1 – 15 of 15) sorted by relevance
12 different set of pins. For this reason we will name the model used by such13 devices *AFIO model*. Some other devices, like GD32F450XX, have a simpler14 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 datasheet16 (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 on19 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 …]
24 model: af
22 model: af
23 model: af
21 model: af
24 model: afio
22 model: afio
25 model: afio
21 model: afio
286 model = config["model"]292 if model == "afio":297 elif model == "af":302 raise ValueError(f"Unexpected model: {model}")
4 model: af
4 model: afio