Functions | |
| error_status_t | ll_gpio_init (gpio_regs_t *GPIOx, ll_gpio_init_t *p_gpio_init) |
| Initialize GPIO registers according to the specified parameters in p_gpio_init. More... | |
| error_status_t ll_gpio_init | ( | gpio_regs_t * | GPIOx, |
| ll_gpio_init_t * | p_gpio_init | ||
| ) |
Initialize GPIO registers according to the specified parameters in p_gpio_init.
| GPIOx | GPIO instance. |
| p_gpio_init | Pointer to a ll_gpio_init_t structure that contains the configuration information for the specified GPIO peripheral. |
| An | error_status_t enumeration value:
|