Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/gpio/include/aos/
A Dgpio.h47 #define AOS_GPIO_OUTPUT_CFG_MASK ((uint32_t)0xF << 4) macro
53 #define AOS_GPIO_OCFG_MASK AOS_GPIO_OUTPUT_CFG_MASK
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc_csi.c103 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()
A Dgpioc.c158 switch (mode & AOS_GPIO_OUTPUT_CFG_MASK) { in aos_gpioc_set_mode_irq()

Completed in 4 milliseconds