Searched refs:IS_GPIO_PORT (Results 1 – 12 of 12) sorted by relevance
57 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_Config()73 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_Init()96 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_PullUpCmd()125 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ReadInputData()139 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ReadInputDataBit()157 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ReadOutputData()171 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ReadOutputDataBit()190 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ResetBit()203 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ResetBits()223 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_SetBit()[all …]
93 #define IS_GPIO_PORT(port) (port <= GPIOE) macro
185 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_init()306 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_exti_init()376 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_read_pin()394 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_write_pin()413 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_toggle_pin()430 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_toggle_dir()473 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_lock_pin()489 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_read_port()502 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_write_port()
187 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_init()307 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_exti_init()387 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_read_pin()405 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_write_pin()424 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_toggle_pin()441 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_toggle_dir()484 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_lock_pin()500 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_read_port()513 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_write_port()
188 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_init()316 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_exti_init()396 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_read_pin()414 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_write_pin()433 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_toggle_pin()450 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_toggle_dir()493 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_lock_pin()509 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_read_port()522 assert_param(IS_GPIO_PORT(GPIOx)); in ald_gpio_write_port()
203 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
218 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
249 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
306 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G… macro
641 Assert_Param(IS_GPIO_PORT(GPIO_Px)); in AFIO_EXTISourceConfig()
352 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G… macro
674 Assert_Param(IS_GPIO_PORT(GPIO_Px)); in AFIO_EXTISourceConfig()
Completed in 39 milliseconds