Searched refs:AOS_GPIO_INPUT_CFG_MASK (Results 1 – 3 of 3) sorted by relevance
15 #define AOS_GPIO_INPUT_CFG_MASK ((uint32_t)0xF << 4) macro21 #define AOS_GPIO_ICFG_MASK AOS_GPIO_INPUT_CFG_MASK
97 uint32_t cfg = mode & AOS_GPIO_INPUT_CFG_MASK; in restore_mode()121 uint32_t cfg = mode & AOS_GPIO_INPUT_CFG_MASK; in gpioc_csi_set_mode()126 mode &= ~AOS_GPIO_INPUT_CFG_MASK; in gpioc_csi_set_mode()
131 switch (mode & AOS_GPIO_INPUT_CFG_MASK) { in aos_gpioc_set_mode_irq()
Completed in 5 milliseconds