Macros
InitStruct default configuartion
Peripheral Driver
»
LL Driver
»
AON_GPIO
»
Defines
»
AON_GPIO Private Macros
Macros
#define
LL_AON_GPIO_DEFAULT_CONFIG
LL AON_GPIO InitStrcut default configuartion.
More...
Detailed Description
Macro Definition Documentation
◆
LL_AON_GPIO_DEFAULT_CONFIG
#define LL_AON_GPIO_DEFAULT_CONFIG
Value:
{ \
.pin =
LL_AON_GPIO_PIN_ALL
, \
.mode =
LL_AON_GPIO_MODE_INPUT
, \
.pull =
LL_AON_GPIO_PULL_DOWN
, \
.mux =
LL_AON_GPIO_MUX_7
, \
.trigger =
LL_AON_GPIO_TRIGGER_NONE
, \
}
LL AON_GPIO InitStrcut default configuartion.
Definition at line
233
of file
gr55xx_ll_aon_gpio.h
.
LL_AON_GPIO_PIN_ALL
#define LL_AON_GPIO_PIN_ALL
Definition:
gr55xx_ll_aon_gpio.h:126
LL_AON_GPIO_TRIGGER_NONE
#define LL_AON_GPIO_TRIGGER_NONE
Definition:
gr55xx_ll_aon_gpio.h:163
LL_AON_GPIO_PULL_DOWN
#define LL_AON_GPIO_PULL_DOWN
Definition:
gr55xx_ll_aon_gpio.h:142
LL_AON_GPIO_MODE_INPUT
#define LL_AON_GPIO_MODE_INPUT
Definition:
gr55xx_ll_aon_gpio.h:132
LL_AON_GPIO_MUX_7
#define LL_AON_GPIO_MUX_7
Definition:
gr55xx_ll_aon_gpio.h:155