Searched refs:IS_GPIO (Results 1 – 4 of 4) sorted by relevance
82 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_DeInit()132 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_DirectionConfig()163 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_PullResistorConfig()206 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_InputConfig()235 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_DriveConfig()279 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_OpenDrainConfig()302 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_ReadInBit()325 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_ReadInData()344 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_ReadOutBit()367 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_ReadOutData()[all …]
82 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_DeInit()136 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_DirectionConfig()167 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_PullResistorConfig()222 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_InputConfig()252 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_DriveConfig()285 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_OpenDrainConfig()308 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_SinkConfig()330 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_ReadInBit()353 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_ReadInData()372 Assert_Param(IS_GPIO(HT_GPIOx)); in GPIO_ReadOutBit()[all …]
292 #define IS_GPIO(x) (IS_GPIOABCD(x) || IS_GPIOE(x) || IS_GPIOF(x)) macro
326 #define IS_GPIO(x) (IS_GPIO1(x) || IS_GPIO2(x) || IS_GPIO3(x) || IS_GPIO4(x) || IS_GPIO5(… macro
Completed in 10 milliseconds