Home
last modified time | relevance | path

Searched refs:AOS_GPIO_OUTPUT_CFG_PP (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/gpio/include/aos/
A Dgpio.h49 #define AOS_GPIO_OUTPUT_CFG_PP ((uint32_t)0x1 << 4) macro
55 #define AOS_GPIO_OCFG_PP AOS_GPIO_OUTPUT_CFG_PP
/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/
A Dlight_driver.c35 mode |= AOS_GPIO_OUTPUT_CFG_PP; in light_driver_init()
51 mode |= AOS_GPIO_OUTPUT_CFG_PP; in light_driver_init()
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/gpio/
A Dgpio.c263 gpioc_csi[0].default_output_cfg = AOS_GPIO_OUTPUT_CFG_PP; in gpioc_csi_init()
271 gpioc_csi[1].default_output_cfg = AOS_GPIO_OUTPUT_CFG_PP; in gpioc_csi_init()
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_gpio.c102 mode |= AOS_GPIO_OUTPUT_CFG_PP; in aos_hal_gpio_init()
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Dgpio.c253 gpioc_csi[i].default_output_cfg = AOS_GPIO_OUTPUT_CFG_PP; in gpioc_csi_init()
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc_csi.c79 if (cfg == AOS_GPIO_OUTPUT_CFG_PP) in set_output_cfg()
A Dgpioc.c160 case AOS_GPIO_OUTPUT_CFG_PP: in aos_gpioc_set_mode_irq()

Completed in 8 milliseconds