Searched refs:AOS_GPIO_DIR_NONE (Results 1 – 3 of 3) sorted by relevance
11 #define AOS_GPIO_DIR_NONE ((uint32_t)0x0 << 0) macro
21 if (dir == AOS_GPIO_DIR_NONE) in set_dir()260 gpioc_csi->modes[i] = AOS_GPIO_DIR_NONE; in aos_gpioc_csi_register()
129 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