Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_gpio_8f_6port_v1_5.h63 #define MEC_GPIO_CTL2_DRVSTR_Msk (0x30UL) /*!< DRVSTR (Bitfield-Mask: 0x0… macro
/hal_microchip-latest/mec5/drivers/
Dmec_gpio.c627 ctrl &= MEC_GPIO_CTL2_DRVSTR_Msk; 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()
851 MEC_GPIO->CTL2[pin] = ((MEC_GPIO->CTL2[pin] & ~(MEC_GPIO_CTL2_DRVSTR_Msk)) in mec_hal_gpio_set_drive_strength()