Home
last modified time | relevance | path

Searched refs:IS_GPIO_TYPE (Results 1 – 6 of 6) sorted by relevance

/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_gpio.h225 #define IS_GPIO_TYPE(x) (((x) == GPIO_TYPE_TTL) || \ macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_gpio.h235 #define IS_GPIO_TYPE(x) (((x) == ALD_GPIO_TYPE_TTL) || \ macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_gpio.h273 #define IS_GPIO_TYPE(x) (((x) == GPIO_TYPE_TTL) || \ macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_gpio.c192 assert_param(IS_GPIO_TYPE(init->type)); in ald_gpio_init()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_gpio.c194 assert_param(IS_GPIO_TYPE(init->type)); in ald_gpio_init()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_gpio.c196 assert_param(IS_GPIO_TYPE(init->type)); in ald_gpio_init()

Completed in 12 milliseconds