Home
last modified time | relevance | path

Searched refs:AOS_GPIO_DIR_NONE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/gpio/include/aos/
A Dgpio.h11 #define AOS_GPIO_DIR_NONE ((uint32_t)0x0 << 0) macro
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc_csi.c21 if (dir == AOS_GPIO_DIR_NONE) in set_dir()
260 gpioc_csi->modes[i] = AOS_GPIO_DIR_NONE; in aos_gpioc_csi_register()
A Dgpioc.c129 if ((mode & AOS_GPIO_DIR_MASK) == AOS_GPIO_DIR_NONE) { in aos_gpioc_set_mode_irq()
381 pin->mode = AOS_GPIO_DIR_NONE; in dev_gpioc_unregister()
429 pin->mode = AOS_GPIO_DIR_NONE; in aos_gpioc_register()

Completed in 5 milliseconds