MAX32660 Peripheral Driver API
Peripheral Driver API for the MAX32660
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules

Macros

#define MXC_F_GPIO_SR_ALL_POS   0
 
#define MXC_F_GPIO_SR_ALL   ((uint32_t)(0xFFFFFFFFUL << MXC_F_GPIO_SR_ALL_POS))
 
#define MXC_V_GPIO_SR_ALL_FAST   ((uint32_t)0x0UL)
 
#define MXC_S_GPIO_SR_ALL_FAST   (MXC_V_GPIO_SR_ALL_FAST << MXC_F_GPIO_SR_ALL_POS)
 
#define MXC_V_GPIO_SR_ALL_SLOW   ((uint32_t)0x1UL)
 
#define MXC_S_GPIO_SR_ALL_SLOW   (MXC_V_GPIO_SR_ALL_SLOW << MXC_F_GPIO_SR_ALL_POS)
 

Detailed Description

GPIO Slew Rate Enable Register.

Macro Definition Documentation

◆ MXC_F_GPIO_SR_ALL

#define MXC_F_GPIO_SR_ALL   ((uint32_t)(0xFFFFFFFFUL << MXC_F_GPIO_SR_ALL_POS))

SR_ALL Mask

◆ MXC_F_GPIO_SR_ALL_POS

#define MXC_F_GPIO_SR_ALL_POS   0

SR_ALL Position

◆ MXC_S_GPIO_SR_ALL_FAST

#define MXC_S_GPIO_SR_ALL_FAST   (MXC_V_GPIO_SR_ALL_FAST << MXC_F_GPIO_SR_ALL_POS)

SR_ALL_FAST Setting

◆ MXC_S_GPIO_SR_ALL_SLOW

#define MXC_S_GPIO_SR_ALL_SLOW   (MXC_V_GPIO_SR_ALL_SLOW << MXC_F_GPIO_SR_ALL_POS)

SR_ALL_SLOW Setting

◆ MXC_V_GPIO_SR_ALL_FAST

#define MXC_V_GPIO_SR_ALL_FAST   ((uint32_t)0x0UL)

SR_ALL_FAST Value

◆ MXC_V_GPIO_SR_ALL_SLOW

#define MXC_V_GPIO_SR_ALL_SLOW   ((uint32_t)0x1UL)

SR_ALL_SLOW Value