MAX32665 SDK Documentation  0.2
Software Development Kit Overview and API Documentation

GPIO Drive Strength Register. More...

Macros

#define MXC_F_GPIO_DS_DS_POS   0
 DS_DS Position.
 
#define MXC_F_GPIO_DS_DS   ((uint32_t)(0xFFFFFFFFUL << MXC_F_GPIO_DS_DS_POS))
 DS_DS Mask.
 
#define MXC_V_GPIO_DS_DS_LD   ((uint32_t)0x0UL)
 DS_DS_LD Value.
 
#define MXC_S_GPIO_DS_DS_LD   (MXC_V_GPIO_DS_DS_LD << MXC_F_GPIO_DS_DS_POS)
 DS_DS_LD Setting.
 
#define MXC_V_GPIO_DS_DS_HD   ((uint32_t)0x1UL)
 DS_DS_HD Value.
 
#define MXC_S_GPIO_DS_DS_HD   (MXC_V_GPIO_DS_DS_HD << MXC_F_GPIO_DS_DS_POS)
 DS_DS_HD Setting.
 

Detailed Description

Each bit in this register selects the drive strength for the associated GPIO pin in this port. Refer to the Datasheet for sink/source current of GPIO pins in each mode.