Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/gpio/include/aos/
A Dgpio.h15 #define AOS_GPIO_INPUT_CFG_MASK ((uint32_t)0xF << 4) macro
21 #define AOS_GPIO_ICFG_MASK AOS_GPIO_INPUT_CFG_MASK
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc_csi.c97 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()
A Dgpioc.c131 switch (mode & AOS_GPIO_INPUT_CFG_MASK) { in aos_gpioc_set_mode_irq()

Completed in 5 milliseconds