Searched refs:IS_GPIO_GROUP (Results 1 – 2 of 2) sorted by relevance
49 assert_param(IS_GPIO_GROUP(Group)); in GPIO_Init()61 assert_param(IS_GPIO_GROUP(Group)); in GPIO_EnableOutput()73 assert_param(IS_GPIO_GROUP(Group)); in GPIO_EnableInt()85 assert_param(IS_GPIO_GROUP(Group)); in GPIO_GetIntStatus()97 assert_param(IS_GPIO_GROUP(Group)); in GPIO_ClearInt()111 assert_param(IS_GPIO_GROUP(Group)); in GPIO_Read()125 assert_param(IS_GPIO_GROUP(Group)); in GPIO_Write()
44 #define IS_GPIO_GROUP(GROUP) (((GROUP) == GPIO_GROUP_GPIO)) macro
Completed in 4 milliseconds