Functions | |
void | ll_gpio_init (gpio_regs_t *GPIOx, const ll_gpio_init_t p_gpio_init) |
Initialize GPIO registers according to the specified parameters in p_gpio_init. More... | |
void ll_gpio_init | ( | gpio_regs_t * | GPIOx, |
const 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. |
None |