Home
last modified time | relevance | path

Searched refs:IS_GPIO_PORT (Results 1 – 12 of 12) sorted by relevance

/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_gpio.c57 _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 …]
A Dyc_gpio.h93 #define IS_GPIO_PORT(port) (port <= GPIOE) macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_gpio.c185 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()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_gpio.c187 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()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_gpio.c188 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()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_gpio.h203 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_gpio.h218 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_gpio.h249 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_gpio.h306 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G… macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_gpio.c641 Assert_Param(IS_GPIO_PORT(GPIO_Px)); in AFIO_EXTISourceConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_gpio.h352 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G… macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_gpio.c674 Assert_Param(IS_GPIO_PORT(GPIO_Px)); in AFIO_EXTISourceConfig()

Completed in 39 milliseconds