Collaboration diagram for Initialization and de-initialization functions:Functions | |
| error_status_t | ll_gpio_deinit (gpio_regs_t *GPIOx) |
| De-initialize GPIO registers (Registers restored to their default values). 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. More... | |
| void | ll_gpio_struct_init (ll_gpio_init_t *p_gpio_init) |
| Set each field of a ll_gpio_init_t type structure to default value. More... | |
| error_status_t ll_gpio_deinit | ( | gpio_regs_t * | GPIOx | ) |
De-initialize GPIO registers (Registers restored to their default values).
| GPIOx | GPIO instance. |
| An | error_status_t enumeration value:
|
| 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:
|
| void ll_gpio_struct_init | ( | ll_gpio_init_t * | p_gpio_init | ) |
Set each field of a ll_gpio_init_t type structure to default value.
| p_gpio_init | Pointer to a ll_gpio_init_t structure whose fields will be set to default values. |
| None |