HAL
HAL layer above libopencm3 library.
|
Pin Alternate Function manipulation. More...
Functions | |
static void | pin_af_map (const uint32_t pin, const uint32_t af) |
Map the alternate function to the pin. More... | |
Pin Alternate Function manipulation.
|
static |
Map the alternate function to the pin.
The AF should be emulated on architectures, they doesn't support AF mapping.
[in] | pin | pin name (pin_name_base) |
[in] | af | AF index (pin_name_base) |
Definition at line 168 of file pin_v0.h.
References _pin_pinno(), and _pin_port().