Initialization and de-initialization functions

Initialization and Configuration functions. More...

Functions

void hal_aon_gpio_init (aon_gpio_init_t *p_aon_gpio_init)
 Initialize the AON_GPIOx peripheral according to the specified parameters in the aon_gpio_init_t. More...
 
void hal_aon_gpio_deinit (uint32_t aon_gpio_pin)
 De-initialize the AON_GPIOx peripheral registers to their default reset values. More...
 

Detailed Description

Initialization and Configuration functions.

Function Documentation

◆ hal_aon_gpio_deinit()

void hal_aon_gpio_deinit ( uint32_t  aon_gpio_pin)

De-initialize the AON_GPIOx peripheral registers to their default reset values.

Parameters
[in]aon_gpio_pinSpecifies the port bit to be written. This parameter can be a combination of the following values:

◆ hal_aon_gpio_init()

void hal_aon_gpio_init ( aon_gpio_init_t p_aon_gpio_init)

Initialize the AON_GPIOx peripheral according to the specified parameters in the aon_gpio_init_t.

Parameters
[in]p_aon_gpio_initPointer to an aon_gpio_init_t structure that contains the configuration information for the specified AON_GPIO peripheral port.