Home
last modified time | relevance | path

Searched refs:MEC_GPIO_CTL2_DRVSTR_Pos (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/devices/common/
Dmec5_gpio_8f_6port_v1_5.h62 #define MEC_GPIO_CTL2_DRVSTR_Pos (4UL) /*!< DRVSTR (Bit 4) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_gpio.c626 ctrl <<= MEC_GPIO_CTL2_DRVSTR_Pos; in mec_hal_gpio_pin_config()
821 return (int)((MEC_GPIO->CTL2[pin] & MEC_GPIO_CTL2_DRVSTR_Msk) >> MEC_GPIO_CTL2_DRVSTR_Pos); in mec_hal_gpio_get_drive_strength()
852 | (val << MEC_GPIO_CTL2_DRVSTR_Pos)); in mec_hal_gpio_set_drive_strength()