Home
last modified time | relevance | path

Searched refs:GPIO_DV_nMA (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_gpio.c230 void GPIO_DriveConfig(HT_GPIO_TypeDef* HT_GPIOx, u16 GPIO_PIN_nBITMAP, GPIO_DV_Enum GPIO_DV_nMA) in GPIO_DriveConfig() argument
236 Assert_Param(IS_GPIO_DV(GPIO_DV_nMA)); in GPIO_DriveConfig()
240 if (GPIO_DV_nMA != GPIO_DV_4MA) in GPIO_DriveConfig()
253 CurrentMode |= ((u32) GPIO_DV_nMA << temp); in GPIO_DriveConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_gpio.c246 void GPIO_DriveConfig(HT_GPIO_TypeDef* HT_GPIOx, u16 GPIO_PIN_nBITMAP, GPIO_DV_Enum GPIO_DV_nMA) in GPIO_DriveConfig() argument
253 Assert_Param(IS_GPIO_DV(GPIO_DV_nMA)); in GPIO_DriveConfig()
260 CurrentMode |= ((u32) GPIO_DV_nMA << temp); in GPIO_DriveConfig()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_gpio.h389 void GPIO_DriveConfig(HT_GPIO_TypeDef* HT_GPIOx, u16 GPIO_PIN_nBITMAP, GPIO_DV_Enum GPIO_DV_nMA);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_gpio.h478 void GPIO_DriveConfig(HT_GPIO_TypeDef* HT_GPIOx, u16 GPIO_PIN_nBITMAP, GPIO_DV_Enum GPIO_DV_nMA);

Completed in 12 milliseconds