Searched refs:IS_GPIO_DV (Results 1 – 4 of 4) sorted by relevance
337 #define IS_GPIO_DV(x) (((x) == GPIO_DV_4MA) || ((x) == GPIO_DV_8MA) || IS_GPIO_DV_12_16MA(x)) macro
236 Assert_Param(IS_GPIO_DV(GPIO_DV_nMA)); in GPIO_DriveConfig()
401 #define IS_GPIO_DV(x) (((x) == GPIO_DV_4MA) || ((x) == GPIO_DV_8MA) || ((x) == GPIO_DV_12MA)… macro
253 Assert_Param(IS_GPIO_DV(GPIO_DV_nMA)); in GPIO_DriveConfig()
Completed in 16 milliseconds