Macros

#define AON_GPIO_STRENGTH_LOW   LL_AON_GPIO_STRENGTH_LOW
 
#define AON_GPIO_STRENGTH_MEDIUM   LL_AON_GPIO_STRENGTH_MEDIUM
 
#define AON_GPIO_STRENGTH_HIGH   LL_AON_GPIO_STRENGTH_HIGH
 
#define AON_GPIO_STRENGTH_ULTRA   LL_AON_GPIO_STRENGTH_ULTRA
 

Detailed Description

Macro Definition Documentation

◆ AON_GPIO_STRENGTH_HIGH

#define AON_GPIO_STRENGTH_HIGH   LL_AON_GPIO_STRENGTH_HIGH

Select high output driver strength

Definition at line 200 of file hal_aon_gpio.h.

◆ AON_GPIO_STRENGTH_LOW

#define AON_GPIO_STRENGTH_LOW   LL_AON_GPIO_STRENGTH_LOW

Select low output driver strength

Definition at line 198 of file hal_aon_gpio.h.

◆ AON_GPIO_STRENGTH_MEDIUM

#define AON_GPIO_STRENGTH_MEDIUM   LL_AON_GPIO_STRENGTH_MEDIUM

Select medium output driver strength

Definition at line 199 of file hal_aon_gpio.h.

◆ AON_GPIO_STRENGTH_ULTRA

#define AON_GPIO_STRENGTH_ULTRA   LL_AON_GPIO_STRENGTH_ULTRA

Select high output driver strength

Definition at line 201 of file hal_aon_gpio.h.