Searched refs:AOS_GPIO_OUTPUT_CFG_MASK (Results 1 – 3 of 3) sorted by relevance
47 #define AOS_GPIO_OUTPUT_CFG_MASK ((uint32_t)0xF << 4) macro53 #define AOS_GPIO_OCFG_MASK AOS_GPIO_OUTPUT_CFG_MASK
103 uint32_t cfg = mode & AOS_GPIO_OUTPUT_CFG_MASK; in restore_mode()148 uint32_t cfg = mode & AOS_GPIO_OUTPUT_CFG_MASK; in gpioc_csi_set_mode()154 mode &= ~AOS_GPIO_OUTPUT_CFG_MASK; in gpioc_csi_set_mode()
158 switch (mode & AOS_GPIO_OUTPUT_CFG_MASK) { in aos_gpioc_set_mode_irq()
Completed in 4 milliseconds